| Literature DB >> 21493656 |
Felix Krueger1, Simon R Andrews.
Abstract
SUMMARY: A combination of bisulfite treatment of DNA and high-throughput sequencing (BS-Seq) can capture a snapshot of a cell's epigenomic state by revealing its genome-wide cytosine methylation at single base resolution. Bismark is a flexible tool for the time-efficient analysis of BS-Seq data which performs both read mapping and methylation calling in a single convenient step. Its output discriminates between cytosines in CpG, CHG and CHH context and enables bench scientists to visualize and interpret their methylation data soon after the sequencing run is completed.Entities:
Mesh:
Substances:
Year: 2011 PMID: 21493656 PMCID: PMC3102221 DOI: 10.1093/bioinformatics/btr167
Source DB: PubMed Journal: Bioinformatics ISSN: 1367-4803 Impact factor: 6.937
Fig. 1.Bismark's approach to bisulfite mapping and methylation calling. (A) Reads from a BS-Seq experiment are converted into a C-to-T and a G-to-A version and are then aligned to equivalently converted versions of the reference genome. A unique best alignment is then determined from the four parallel alignment processes [in this example, the best alignment has no mismatches and comes from thread (1)]. (B) The methylation state of positions involving cytosines is determined by comparing the read sequence with the corresponding genomic sequence. Depending on the strand a read mapped against this can involve looking for C-to-T (as shown here) or G-to-A substitutions.
Feature comparison of Bismark and BS Seeker
| Feature | Bismark | BS Seeker |
|---|---|---|
| Bowtie instances (directional/non-directional) | 4 | 2/4 |
| Single-end (SE)/paired-end (PE) support | Yes/yes | yes/no |
| Variable read length (SE/PE) | Yes/yes | no/NA |
| Adjustable insert size (PE) | Yes | NA |
| Uses basecall qualities for FastQ mapping | Yes | No |
| Adjustable mapping parameters | 5 | 2 |
| Directional/non-directional library support | Yes/yes | Yes/yes |
aRequires library to be constructed with an initial sequence tag (Cokus ). NA: not available.