Changes between Version 2 and Version 3 of SOPs/RRBS
- Timestamp:
- 05/19/22 15:26:08 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/RRBS
v2 v3 3 3 === Background === 4 4 5 * Seminal [https://academic.oup.com/nar/article/33/18/5868/2401288 paper] to introduce RRBS. The workflow below illustrates how to use [https://www.bioinformatics.babraham.ac.uk/projects/bismark/ bismark]on the resources at the Whitehead Institute.5 * Reduced-representation bisulfite sequencing (RRBS) is an experimental [https://academic.oup.com/nar/article/33/18/5868/2401288 protocol] to measure and compare genomic methylation patterns. The experiments use one or multiple restriction enzymes on genomic DNA to produce sequence specific fragments that are subsequently treated with bisulfite and sequenced. The workflow below illustrates how to use [https://academic.oup.com/bioinformatics/article/27/11/1571/216956 bismark] to analyze RRBS data on the resources at the Whitehead Institute. 6 6 7 7 === Step by step analysis === … … 10 10 * Use [https://www.bioinformatics.babraham.ac.uk/projects/trim_galore Trim Galore] or [http://barcwiki.wi.mit.edu/wiki/SOPs/qc_shortReads another] read trimmer to apply quality filters and remove adapters. 11 11 * See our [http://barcwiki.wi.mit.edu/wiki/SOPs/qc_shortReads QC and preprocessing guidelines] for details on running Trim Galore. 12 * When .A command for Trim Galore paired end reads using gzipped fastq input can look like:12 * A command for Trim Galore paired end reads using gzipped fastq input can look like: 13 13 14 14 {{{ … … 17 17 18 18 * **Quantification of methylation calls** 19 * Bismarkproduces BAM file(s) of aligned reads and methylation calls.19 * [https://www.bioinformatics.babraham.ac.uk/projects/bismark/ Bismark] produces BAM file(s) of aligned reads and methylation calls. 20 20 21 21 {{{ … … 23 23 }}} 24 24 25 * Comment.26 * Comment.25 * Bismark can (since version 0.6.beta1) use [https://www.nature.com/articles/nmeth.1923 bowtie2] to map short reads to reference genome(s). 26 * In the command above, bismark will expect to find C-to-T and a G-to-A versions of the reference genome. 27 27 28 28 * **Extract methylation calls**