Hi, is there a package for R (or something else) for easy annotation of genomic regions (UTR, Intron, Exon,..) to a given genome location e.g:
chr start end chr1 100001764 100001784 chr1 100007129 100007148 chr1 100010617 100010637 chr2 10031668 10031688
Thank you! How can I convert my dataset to use the geneAnnotation function? I think I can use
IRanges
andRangedData
to create a suitable dataformat for theannotatePeakInBatch()
function. But how I must decode the chromosome?ChIPpeakAnno is not correctly annotating genomic interval as described in the ChIPseeker package because it does not include strand information correctly. ChIPseeker is a very good alternative.