Description Usage Arguments Value Examples
Reads in a file containing OTU count data and keeps OTUs which meet or exceed a specified % abundance in at least one sample.
1 | load_shared(shared, otu_vec = NULL, thresh = 0.1)
|
shared |
An opti_mcc.shared file resulting from processing via mothur. |
otu_vec |
An optional vector containing OTUs to be excluded, prior to trimming. This could be obtained from extracting a subset of OTUs from the result of |
thresh |
Threshold used to determine whether any OTUs should be trimmed from the dataset. If an OTU does not reach |
Returns a matrix containing OTU counts, (optionally) without OTUs contained in otu_vec
and also trimmed to remove OTUs that did not cross the specified percentage in at least one sample.
1 | load_shared("miseq_mothur.shared", thresh = .05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.