Description Usage Arguments Value Author(s) See Also Examples
Check the validity of input newick tree
1 | check_newick(tree, input_taxonID)
|
tree |
input newick tree |
input_taxonID |
list of all input taxon ID |
checking result (1 = missing parenthesis; 2 = missing comma; 3 = tree has singleton; or list of missing taxa in profile)
Vinh Tran tran@bio.uni-frankfurt.de
get_input_taxa_id
for getting input taxon IDs,
pp_tree
for an example of input tree
1 2 | data("pp_tree", package="phyloprofile")
check_newick(pp_tree, c("ncbi3702", "ncbi3711", "ncbi7029"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.