ChIPseeker icon indicating copy to clipboard operation
ChIPseeker copied to clipboard

ChIPseeker输出注释文件 染色体对不上号

Open xiangrong7 opened this issue 5 years ago • 1 comments

Prerequisites

  • [ ] Have you read Feedback and follow the guide?
    • [ ] make sure your are using the latest release version
    • [ ] read the documents
    • [x] google your quesion/issue

Describe you issue

I use my GFF file makeTxDbFromGFF. It's OK. Then

peak.anno = annotatePeak(
    peak =C1.bed,
    tssRegion = c(-3000, 3000),
    TxDb = hsTxDb,
    addFlankGeneInfo = TRUE, 
    flankDistance = 5000,
    verbose = FALSE
  )

It'ok. Then df = data.frame(peak.anno,stringsAsFactors = F) image geneChr col is wrong. I don't know why.

xiangrong7 avatar Feb 15 '20 08:02 xiangrong7

I found the same error. Could the developer give some comment? Thanks, Dr. Yu.

haibol2016 avatar Oct 23 '20 17:10 haibol2016