View source: R/parsePhylotree.R
checkNewick | R Documentation |
Check the validity of input newick tree
checkNewick(tree, inputTaxonID = NULL)
tree |
input newick tree |
inputTaxonID |
list of all input taxon IDs for the phylogenetic profiles |
Possible formatting error of input tree. 0 = suitable tree for using with PhyloProfile, 1 = missing parenthesis; 2 = missing comma; 3 = tree has singleton; or a list of taxa that do not exist in the input phylogenetic profile.
Vinh Tran tran@bio.uni-frankfurt.de
getInputTaxaID
for getting input taxon IDs,
ppTree
for an example of input tree
data("ppTree", package="PhyloProfile")
checkNewick(ppTree, c("ncbi3702", "ncbi3711", "ncbi7029"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.