Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add get_mutation_node_pairs API to Python (ordered by mutation)
There are now two APIs for getting the node->mutation mapping: 1. get_node_mutation_pairs(): ordered by nodeID 2. get_mutation_node_pairs(): ordered by mutationID (which is ordered by (position, allele)) The latter is very helpful when looking at per-region or in-order calculations on the graph.
- Loading branch information