Previous topic

bioa.algorithms.reconstruction.greedy_fork_resolution

Next topic

bioa.algorithms.reconstruction.min_forest_fork_resolution

This Page

bioa.algorithms.reconstruction.random_fork_resolution

random_fork_resolution(graph)[source]

Resolve forks by random matching fork vertices.

Parameters :

graph : DecliquedAmpliconReadGraph

Amplicon read graph with fork vertices added.

Returns :

graph : DecliquedAmpliconReadGraph

Modified read graph with all forks resolved.