This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to get the all the overlap information of a peak in ChIPseeker

Hi guys, I think there must be all the annotation information of one peak in ChIPseeker analysis, for example, a peak could overlap with an exon or an intron. But when I look into the annotation file using as.GRanges method, I could only see one feature corresponding to one peak. I use this command line:

anno<-as.data.frame(as.GRanges(peakAnno))

write.table(anno,"anno.txt",sep="\t",quote=F)

Maybe there is other files that storing all the information? How to get this? Thanks!

chipseeker detail information of peak

Thank you my friend, and I found another answer below.

1 answer

peakAnno@detailGenomicAnnotation

Log in to answer this question.