Read a UniFrac-formatted ENV file.
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.
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
.
# import_env_file(myEnvFile, myTree)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.