Description Usage Arguments Value Examples
Generate gene expression table or otu abundance table with given samle information for test.
1 2 3 4 5 6 7 | generateAbundanceDF(
type = "Gene",
mean = 20,
nGene = 15,
nGrp = 2,
nSample = 3
)
|
type |
Generate gene expression or OTU abundance. Only affect rownames. |
mean |
Mean value of abundance given to |
nGene |
Number of genes or OTUs. |
nGrp |
Number of sample groups. |
nSample |
Number of sample replications for each group. |
sd |
Standard deviations given to |
A dataframe.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.