-
Notifications
You must be signed in to change notification settings - Fork 10
Algorithms
Alan Cleary edited this page Aug 31, 2022
·
4 revisions
The Genome Context Viewer is a menagerie of algorithms. This page is an inventory of the algorithms. Its purpose is posterity, education, and to help the developers remember what in the world these algorithms do and where they live.
- Smith-Waterman
- Repeat
- Multiple alignment by profile hierarchical hidden Markov model training
- Agglomerative hierarchical clustering
- Disjoint-set (union-find)
- Levenshtein
- Multiset Jaccard with support for k-mers and reversals
- Greedy interval scheduling
- Weighted interval scheduling dynamic program
- Breakpoint reversal sort
- Fixed-radius near neighbors (islands and gaps)
- DAGchainer/MCScanX