export_env_file | R Documentation |
Creates the environment table that is needed for the original UniFrac
algorithm. Useful for cross-checking, or if want to use UniFrac server.
Optionally the ENV-formatted table can be returned to the R
workspace, and the tree component can be exported as Nexus format
(Recommended).
export_env_file(physeq, file = "", writeTree = TRUE, return = FALSE)
physeq |
(Required). Experiment-level ( |
file |
(Optional). The file path for export. If not-provided, the
expectation is that you will want to set |
writeTree |
(Optional). Write the phylogenetic tree as well as the
the ENV table. Default is |
return |
(Optional). Should the ENV table be returned to the R workspace?
Default is |
# # Load example data # data(esophagus) # export_env_file(esophagus, "~/Desktop/esophagus.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.