get_evol_events_from_leaf(node,
sos_thr=0.0)
| source code
|
Returns a list of duplication and speciation events in which the
current node has been involved. Scanned nodes are also labeled internally
as dup=True|False. You can access this labels using the 'node.dup'
sintaxis.
Method: the algorithm scans all nodes from the given leafName to the
root. Nodes are assumed to be duplications when a species overlap is
found between its child linages. Method is described more detail in:
"The Human Phylome." Huerta-Cepas J, Dopazo H, Dopazo J,
Gabaldon T. Genome Biol. 2007;8(6):R109.
|