Indexing Arbitrary-Length k-Mers in Sequencing Reads.
Where this comes from
- Record sourced from PubMed, PMID 26182400.
- Also identified by DOI 10.1371/journal.pone.0133198 and PMC identifier 4504488.
- Licence recorded as CC BY.
- The licence permits redistribution, so the abstract is shown in full and the full text is available from the publisher.
Abstract
We propose a lightweight data structure for indexing and querying collections of NGS reads data in main memory. The data structure supports the interface proposed in the pioneering work by Philippe et al. for counting and locating k-mers in sequencing reads. Our solution, PgSA (pseudogenome suffix array), based on finding overlapping reads, is competitive to the existing algorithms in the space use, query times, or both. The main applications of our index include variant calling, error correction and analysis of reads from RNA-seq experiments.
Medical subject headings
- Algorithms
- Genome
- Sequence Analysis, RNA
- Software