Your browser doesn't support javascript.
loading
Compact representation of k-mer de Bruijn graphs for genome read assembly.
Rødland, Einar Andreas.
Afiliação
  • Rødland EA; Center for Cancer Biomedicine & Departement of Informatics, University of Oslo, 0316 Oslo, Norway. einarro@ifi.uio.no.
BMC Bioinformatics ; 14: 313, 2013 Oct 23.
Article em En | MEDLINE | ID: mdl-24152242
ABSTRACT

BACKGROUND:

Processing of reads from high throughput sequencing is often done in terms of edges in the de Bruijn graph representing all k-mers from the reads. The memory requirements for storing all k-mers in a lookup table can be demanding, even after removal of read errors, but can be alleviated by using a memory efficient data structure.

RESULTS:

The FM-index, which is based on the Burrows-Wheeler transform, provides an efficient data structure providing a searchable index of all substrings from a set of strings, and is used to compactly represent full genomes for use in mapping reads to a genome the memory required to store this is in the same order of magnitude as the strings themselves. However, reads from high throughput sequences mostly have high coverage and so contain the same substrings multiple times from different reads. I here present a modification of the FM-index, which I call the kFM-index, for indexing the set of k-mers from the reads. For DNA sequences, this requires 5 bit of information for each vertex of the corresponding de Bruijn subgraph, i.e. for each different k-1-mer, plus some additional overhead, typically 0.5 to 1 bit per vertex, for storing the equivalent of the FM-index for walking the underlying de Bruijn graph and reproducing the actual k-mers efficiently.

CONCLUSIONS:

The kFM-index could replace more memory demanding data structures for storing the de Bruijn k-mer graph representation of sequence reads. A Java implementation with additional technical documentation is provided which demonstrates the applicability of the data structure (http//folk.uio.no/einarro/Projects/KFM-index/).
Assuntos

Texto completo: 1 Coleções: 01-internacional Base de dados: MEDLINE Assunto principal: Algoritmos / Análise de Sequência de DNA / Genômica Idioma: En Revista: BMC Bioinformatics Ano de publicação: 2013 Tipo de documento: Article

Texto completo: 1 Coleções: 01-internacional Base de dados: MEDLINE Assunto principal: Algoritmos / Análise de Sequência de DNA / Genômica Idioma: En Revista: BMC Bioinformatics Ano de publicação: 2013 Tipo de documento: Article