Hi,
I have a GenomicRange object that I want to annotate. It's region based. There's obviously numerous way to do it but I would like to do it in R.
I'm looking at the annotatr Bioconductor package: https://bioconductor.org/packages/release/bioc/html/annotatr.html
Is there a better way to do it ? Other good packages ?
Edit: To be clear I would like to automatically populate my GR object with relevant biological information based on public DB. Like Annovar but for GR objects.
Cheers