Hello
i have already use annotatr package for H.sapiens, but now i want to find intersections of genomic regions with built-in genomic annotations for S.Cerevisiae and i want to know how i have to do it.
thanks
Viviane
Hello
i have already use annotatr package for H.sapiens, but now i want to find intersections of genomic regions with built-in genomic annotations for S.Cerevisiae and i want to know how i have to do it.
thanks
Viviane
Hi Viviane,
Thanks for using annotatr. At the moment you need to provide S. Cerevisiae annotations as custom annotations with the read_annotations()
function. I am currently working on a more general function to convert any GRanges resource in the AnnotationHub
package into an annotation for use in annotatr
. If S. Cerevisiae annotations are in the Hub as GRanges, you'll be able to use those. I'll update this thread when that function is implemented, tested, and released.
Hello
Thank you for the info
annotatr could also be more interesting if we are able to build up annotation for ncRNA, not only lncRNA which didn't work pretty well when i used it.
thanks
Viviane
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Hi Viviane,
Thanks for using annotatr. At the moment you need to provide S. Cerevisiae annotations as custom annotations with the
read_annotations()
function. I am currently working on a more general function to convert any GRanges resource in theAnnotationHub
package into an annotation for use inannotatr
. If S. Cerevisiae annotations are in the Hub as GRanges, you'll be able to use those. I'll update this thread when that function is implemented, tested, and released.