I am a beginner in R. I have ChIP peaks and G quadruplex hg19 data. I want to annotate these peaks with G quadruplex, in addition to conventional features like promoter, intron, exons etc. in feature distribution plot. Any suggestions on packages that I can use to annotate the peaks.
When I was a beginner in R I used QuasR - tutorial for this : https://bioconductor.org/packages/devel/bioc/vignettes/QuasR/inst/doc/QuasR.html. This I found extremely helpful for annotating peaks and features, this tutorial also introduces to other packages which are helpful ex : Gviz - tutorial link : https://www.bioconductor.org/packages/devel/bioc/vignettes/Gviz/inst/doc/Gviz.html
Thank you for the links