Succinct colored de Bruijn graphs.
Where this comes from
- Record sourced from PubMed, PMID 28200001.
- Also identified by DOI 10.1093/bioinformatics/btx067 and PMC identifier 5872255.
- No licence information is recorded for this record.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
In 2012, Iqbal et al. introduced the colored de Bruijn graph, a variant of the classic de Bruijn graph, which is aimed at 'detecting and genotyping simple and complex genetic variants in an individual or population'. Because they are intended to be applied to massive population level data, it is essential that the graphs be represented efficiently. Unfortunately, current succinct de Bruijn graph representations are not directly applicable to the colored de Bruijn graph, which requires additional information to be succinctly encoded as well as support for non-standard traversal operations. Our data structure dramatically reduces the amount of memory required to store and use the colored de Bruijn graph, with some penalty to runtime, allowing it to be applied in much larger and more ambitious sequence projects than was previously possible. https://github.com/cosmo-team/cosmo/tree/VARI. martin.muggli@colostate.edu. Supplementary data are available at Bioinformatics online.
Medical subject headings
- Genotyping Techniques
- Sequence Analysis, DNA
- Software