This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Annotate peaks and G quadruplex

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.

chip-seq

Thank you for the links

2 answers

Are both your files bed (that is interval) formatted? If so you could use bedtools intersect, bedtools jaccard, bedtools reldist to see if they are correlated.

Yes the files are Granges object. But as I said I am a beginner and not yet comfortable using command lines and BEDtools. Is there a way to do it in RStudio.

Hi, for the beginner of R, I recommend the Bioconductor package ChIPseeker to you, which can help you to annotate the bed files and plot the distribution mode elements around G4s.

Log in to answer this question.