Description Usage Arguments Value Note Author(s) See Also Examples
This function consumes OTU tables and returns a list summarizing information about the presence of the OTUs in samples.
1 |
data |
a list of OTU tables to be analyzed. |
shared.OTU
returns a list containing the information
calculated. The names associated with the list describe what
that number represents; i.e. "#_of_OTUs_in_all_samples" shows
how many OTUs in the given table were found to be present in all
samples. The last item in the list is a character vector,
containing the OTU number and taxonomic information of each OTU
which was present in all samples. All entries in that column
are of the form "OTU-taxonomic_classification".
The OTUs are determined to be absent/present using the "pa"
method from the function decostand
.
Wen Chen and Joshua Simpson.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.