Distance indexing and seed clustering in sequence graphs.
basic_science · Level V
Where this comes from
- Record sourced from PubMed, PMID 32657356.
- Also identified by DOI 10.1093/bioinformatics/btaa446 and PMC identifier 7355256.
- 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
Graph representations of genomes are capable of expressing more genetic variation and can therefore better represent a population than standard linear genomes. However, due to the greater complexity of genome graphs relative to linear genomes, some functions that are trivial on linear genomes become much more difficult in genome graphs. Calculating distance is one such function that is simple in a linear genome but complicated in a graph context. In read mapping algorithms such distance calculations are fundamental to determining if seed alignments could belong to the same mapping. We have developed an algorithm for quickly calculating the minimum distance between positions on a sequence graph using a minimum distance index. We have also developed an algorithm that uses the distance index to cluster seeds on a graph. We demonstrate that our implementations of these algorithms are efficient and practical to use for a new generation of mapping algorithms based upon genome graphs. Our algorithms have been implemented as part of the vg toolkit and are available at https://github.com/vgteam/vg.
Medical subject headings
- Genome
- Software