phylox.cherrypicking.base.find_reticulated_cherry_with_first
- phylox.cherrypicking.base.find_reticulated_cherry_with_first(N, x)
Finds a list of reticulated cherries in the network N with leaf x as first element of the pair.
- Parameters:
N (phylox.DiNetwork) – The network to find reticulated cherries in.
x (str or int) – The leaf to find reticulated cherries with.
- Returns:
A list of reticulated cherries in the network with leaf x as first element of the pair.
- Return type:
list