Description Usage Arguments Details Value See Also Examples
Extends the simSamp
function to generate a list of OTU tables representing different OTU numbers.
1 2 |
rare_depth |
proportion of sequence counts to retain after subsampling |
otu_number_range |
numeric vector, including the range of numbers of simulated OTUs to test |
sim_number |
number of simulated subjects per OTU number |
sequence_depth |
number of sequence counts per OTU bin |
For weighted analysis, specify a sequence depth greater than 1; for unweighted analyses, sequence depth is 1 (default).
list of two-dimensional-matrix OTU tables
1 2 | hashSD(0.5,c(10,100,1000),1000,10)
sapply(hashSD(),FUN=function(x) {sd(lowerTriDM(calcWJstudy(x)))})
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.