Description Usage Arguments Value Examples
Retrieves the experimental design
1 | experimentalDesign(simulation)
|
simulation |
A MOSimulation object |
A data frame containing the experimental design used to simulate the data.
1 2 3 4 5 | omic_list <- c("RNA-seq")
rnaseq_simulation <- mosim(omics = omic_list)
# This will be a data frame with RNA-seq counts
design_matrix <- experimentalDesign(rnaseq_simulation)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.