-
Notifications
You must be signed in to change notification settings - Fork 100
Assembler differences
Graphs produced by Velvet are usually called 'LastGraph' and are produced with a specified k-mer. The sequence in a node is made of the final base of each of the k-mers in that node.
Because each node in a Velvet graph only contains one letter per k-mer, it is common to see complex areas of the graph with very short nodes, sometimes just 1 or 2 bases.
SPAdes and MEGAHIT use a de Bruijn graph like Velvet, but they generate the node sequences differently. They include the entirety of the first k-mer in each node.
When Bandage loads a SPAdes/MEGAHIT graph, it automatically detects these overlaps so they can be removed in path sequences (see graph paths). Overlaps can also become apparent when viewing BLAST hits. If a hit extends to the end of one node of a SPAdes/MEGAHIT graph, the connected nodes may also show small hits in the overlap region.
To be written
- Home
- Getting started
- Settings:
- Functionality:
- Assembly:
- Example uses:
- Media:
- About