get_tip_values.Rd
Assign tip values to a tree based on OTU information file.
get_tip_values(treefile, otufile)
treefile | A character vector with the path to the tree you want to plot in newick format. |
---|---|
otufile | A character vector with the path to the OTU information csv file generated by Physcraper |
a list of a phylo object and a vector of tip values
Emily Jane McTavish
treefile = 'data/pg_2827_tree6577/run_pg_2827tree6577_run4/RAxML_bestTree.2020-07-31' otufile = 'data/pg_2827_tree6577/outputs_pg_2827tree6577/otu_info_pg_2827tree6577.csv'