Description Usage Arguments Value Author(s) See Also Examples
View source: R/parsePhylotree.R
Check the validity of input newick tree
1 | 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
1 2 | data("ppTree", package="PhyloProfile")
checkNewick(ppTree, c("ncbi3702", "ncbi3711", "ncbi7029"))
|
[1] "ncbi2234; ncbi329726"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.