Description Usage Arguments Value Note Author(s) See Also Examples
This function returns a list showing otus that present in a pre-defined percent of samples in each level of a given metadata category.
1 2 | core.OTU.rank(data, rank="g", drop.unclassified=TRUE,
meta, meta.factor="", percent=1)
|
data |
a list of OTU tables to be analyzed.
See also |
rank |
the taxonomic rank(s) of otu classification (see ?RAM.rank.formatting for formatting details). |
drop.unclassified |
logical, whether or not exclude unclassified groups. |
meta |
the metadata table to be analyzed. |
meta.factor |
the metadata qualitative variable |
percent |
the percent of samples in each level of the given metadata variable |
core.OTU.rank
returns a list containing otus that present
in a pre-defined percent of samples in each level of a given
metadata category. The outputs describe the following
information for each level of a given metadata variable:
1) core otuID; 2) taxa the core otus assigned to; and
3) percent of core otus sequences vs. total sequences in each
group. The last item in the list show the same information of
otus that in all levels.
The taxon groups are determined to be absent/present using the
"pa" method from the function decostand
.
Wen Chen
1 2 3 4 5 6 |
Loading required package: vegan
Loading required package: permute
Loading required package: lattice
This is vegan 2.5-4
Loading required package: ggplot2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.