View source: R/TreeFunctions.R
buildPhylo | R Documentation |
Wrapper for alakazam::buildPhylipLineage
buildPhylo(
clone,
exec,
temp_path = NULL,
verbose = 0,
rm_temp = TRUE,
seq = "sequence",
tree = NULL,
onetree = TRUE
)
clone |
|
exec |
dnapars or dnaml executable |
temp_path |
path to temporary directory |
verbose |
amount of rubbish to print |
rm_temp |
remove temporary files? |
seq |
sequece column in |
tree |
fixed tree topology if desired (currently does nothing if specified) |
onetree |
Only sample one tree if multiple found. |
phylo
object created by dnapars or dnaml with nodes attribute
containing reconstructed sequences.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.