Description Usage Arguments Value References See Also Examples
Convenience wrapper function to read the environment-file, as formatted for input to the UniFrac server (http://bmf2.colorado.edu/unifrac/). The official format of these files is that each row specifies (in order) the sequence name, source sample, and (optionally) the number of times the sequence was observed.
1 | import_env_file(envfilename, tree=NULL, sep="\t", ...)
|
envfilename |
(Required). A charater string of the ENV filename (relative or absolute) |
tree |
(Optional). |
sep |
A character string indicating the delimiter used in the file.
The default is |
... |
Additional parameters passed on to |
An otu_table-class
, or phyloseq-class
if
a phylo-class
argument is provided to tree
.
http://bmf2.colorado.edu/unifrac/
1 | # import_env_file(myEnvFile, myTree)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.