DMR Analysis for RRBS: what annotation file to I use?
1
0
Entering edit mode
9 months ago
embueno • 0

Hi,

I’m interested in running a DMR analysis on RRBS data. I was wondering what type of annotation file I need for the program (i.e methylkit or others) to identify promoters vs introns etc. Would a gtf file be enough?

I work with a non model organism (Leptinotarsa decemlienata) so I’m having some trouble following package tutorials that annotate their results using other R based packages. I’m just getting started on this so I would appreciate any input I can get.

Thanks!

Methylation RRBS Annotation • 767 views
ADD COMMENT
0
Entering edit mode
9 months ago
Papyrus ★ 2.9k

If you have a custom GTF for your model species, you could try importing it into R with GenomicFeatures::makeTxDbFromGFF or rtracklayer::import to create a TxDb object. You could then use this object to annotate your regions of interest, for example using the ChIPseeker::annotatePeak function from the well-known package ChIPseeker.

Another package which has options for custom annotations is annotatr.

ADD COMMENT
0
Entering edit mode

once you have the txdb object , you can follow this to get the promoters and others

ADD REPLY

Login before adding your answer.

Traffic: 1817 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6