How To Process Data From Bisulfite Sequencing Of An Exome
2
2
Entering edit mode
10.8 years ago
kanwarjag ★ 1.2k

I have an exome sequencing data and wonder what should be the best way to process these file for bisulfite seq. I believe I can align with BWA but how can I determine the methylation status.

Thanks

sequencing • 3.0k views
ADD COMMENT
1
Entering edit mode
10.8 years ago

You don't want to use BWA, the results will be crap. Use bismark or bison (the former is easier to setup and more flexible, the latter faster and more accurate).

ADD COMMENT
0
Entering edit mode

Bismark also has Perl scripts that allow you to calculate percentage methylation values (beyond just doing the alignment).

Presumably, you will also want to find differentially methylated regions. I would recommend using methylKit for this, but you can also use COHCAP since it looks like you used a targeted BS-Seq library:

http://sourceforge.net/projects/cohcap/

http://www.ncbi.nlm.nih.gov/pubmed/23598999

BTW, COHCAP also has a Bioconductor version (but it is a devel release). Feel free to try that if it helps:

http://bioconductor.org/packages/devel/bioc/html/COHCAP.html

ADD REPLY
1
Entering edit mode
10.8 years ago

You don't want to use BWA on its own, as you want to align your bisulfite treated reads against an in-silico bisulfite treated genome. You will also want a script that summarizes methylation from the alignments. Aside from bismark and bison you should look at the neat BWA-meth wrapper that brentp recently published on Arxiv.

ADD COMMENT

Login before adding your answer.

Traffic: 822 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