Previous topic

bioa.DecliquedAmpliconReadGraph.get_read_and_fork_nodes

Next topic

bioa.DecliquedAmpliconReadGraph.split_edge

This Page

bioa.DecliquedAmpliconReadGraph.split_fork

DecliquedAmpliconReadGraph.split_fork(fork, left, right, minmax)

Split a fork node into two seperate nodes: One for each read (left and right)

Parameters :

fork : Vertex

Fork vertex in the graph.

left : Vertex

Read that is an immediate predecessor of the fork.

right : Vertex

Read that is an immediate successor of the fork.

minmax : float/int

Frequency/count to assign over new edge.

Returns :

new_fork : Vertex

New fork that split from parameter.