View source: R/load.phylogenetic.tree.R
read.tree.file | R Documentation |
This function reads and process a user specified phylogenetic tree file in Newick format.
read.tree.file(tree.file.name)
tree.file.name |
Path to the input phylogenetic tree file in Newick format. |
A data frame containing selected metadata columns and strain names in the phylogenetic tree.
Chrispin Chaguza, Chrispin.Chaguza@gmail.com
https://github.com/ChrispinChaguza/RCandy
## Not run: Load phylogenetic tree file. tree.file<-system.file("extdata", "ST320.final_tree.tre", package = "RCandy",mustWork = TRUE) read.tree.file(tree.file.name=tree.file) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.