Description Usage Arguments Value Author(s) Examples
This function filter OTU table by counts or relative abundance. If filter by counts, otus having total counts more than a threshhold will be kept. If filter by relative abundance, otus with the maximum relative abundance greater than a threshhold in at least one subject will be kept.
1 | filter.OTU(data, percent=NULL, number=NULL)
|
data |
a list of otu tables to be processed.
See also |
percent |
a floating point greater than 0 and less or equals to 1. Filter OTU table by relative abundance. |
number |
an integer. Filter OTU table by counts. |
The value returned by this function is a list of filtered otu tables provided by the user
Wen Chen
1 2 3 4 5 6 7 8 9 |
Loading required package: vegan
Loading required package: permute
Loading required package: lattice
This is vegan 2.5-4
Loading required package: ggplot2
[1] "26 otus in ITS1 met the filter requirment."
[1] "30 otus in ITS2 met the filter requirment."
[1] 2
[1] "ITS1" "ITS2"
[1] "118 otus in ITS1 met the filter requirment."
[1] "129 otus in ITS2 met the filter requirment."
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.