Home
last modified time | relevance | path

Searched refs:sp_naming_function (Results 1 – 8 of 8) sorted by relevance

/dports/biology/py-ete3/ete3-3.1.2/examples/phylogenies/
H A Dspecies_aware_phylogenies.py65 t = PhyloTree(mynewick, sp_naming_function=None)
/dports/biology/py-ete3/ete3-3.1.2/ete3/test/
H A Dtest_ncbiquery.py19 t = PhyloTree( "((9598, 9606), 10090);", sp_naming_function=lambda name: name)
38 t = PhyloTree( "((9606, (9598, 9606)), 10090);", sp_naming_function=lambda x: x.name )
/dports/biology/py-ete3/ete3-3.1.2/ete3/evol/
H A Devoltree.py120 sp_naming_function=_parse_species, format=0, argument
136 sp_naming_function=sp_naming_function, **kwargs)
/dports/biology/py-ete3/ete3-3.1.2/ete3/nexml/
H A D_nexml_tree.py101 sp_naming_function=_parse_species, format=0): argument
123 self.set_species_naming_function(sp_naming_function)
/dports/biology/py-ete3/ete3-3.1.2/ete3/phylo/
H A Dphylotree.py383 sp_naming_function=_parse_species, format=0, **kargs): argument
399 self.set_species_naming_function(sp_naming_function)
/dports/biology/py-ete3/ete3-3.1.2/examples/webplugin/wsgi/
H A Dwebplugin_example.py46 t = PhyloTree(tree, sp_naming_function=extract_species_code)
/dports/biology/py-ete3/ete3-3.1.2/ete3/phylomedb/
H A DphylomeDB3.py872 …trees.setdefault(row["method"], {})["tree"] = PhyloTree(row["tree"], sp_naming_function=extract_sp…
895 tree["tree"] = PhyloTree(tree["tree"], sp_naming_function=extract_species_name)
1156 [row["lk"], PhyloTree(row["newick"], sp_naming_function=extract_species_name)])
/dports/biology/py-ete3/ete3-3.1.2/ete3/coretype/
H A Dtree.py1885 … subtree = source_tree.__class__(subtree_nw, sp_naming_function = source_tree._speciesFunction)