Description Usage Arguments Details Value See Also Examples
Extends the simSamp
function to generate a list of OTU tables representing different levels of subsampling.
1 2 |
rare_levels |
the levels of random subsampling (rarefying), as the proportion of sequence counts to retain after subsampling, to be tested |
rep_per_level |
number of different levels (proportion of sequence counts to retain after subsampling) tested |
otu_number |
number of simulated OTUs |
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 | hashMean(,10,1000,10)
sapply(hashMean(runif(100,0,1),1,1000,10),FUN=function(x) {mean(lowerTriDM(calcWJstudy(x)))})
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.