Description Usage Arguments Value See Also
View source: R/transform_functions.R
Performs rarefying multiple times and returns averaged OTU table
1 2 | multiple_rrarefy(physeq, sample.size = min(sample_sums(physeq)), n,
start.seed)
|
physeq |
(Required). A |
sample.size |
(Optional). A single integer value equal to the number
of reads being simulated, also known as the depth,
and also equal to each value returned by |
n |
The number of times to perform rarefying of OTU table |
start.seed |
Random seed to start, it will be incremented up to |
An object of class phyloseq
.
Only the otu_table-class
component is modified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.