Description Usage Arguments Details Value Author(s) Examples
View source: R/SimulationStudy1.r
As described in xx paper
1 | SimulationStudy1(sEEd = 999, no.ppl= 1000)
|
sEED |
Positive integer; denoting the random generator state for number random generation (see ?set.seed). |
no.ppl |
Positive integer; Number of participants to simulate normalised gene expression data. |
First simulation for FSPmix as described in xx.
dat |
data.frame object of the 20 simulated gene expressions (columns) for no.ppl (rows). Additional columns include participant identifier and latent classification as group. |
plot.ColouredCoded.genes |
ggplot object of the density of the 20 features coloured coded into 2 classifications. |
plot.WhatFSPmixSees |
ggplot object of uncoloured densities of the distributions that FSPmix will categorise into either 'A' or 'B' groups. |
Marcela Cespedes
1 2 3 4 5 6 7 8 9 | op<- SimulationStudy1(sEEd = 487, no.ppl = 1000)
head(op$dat)
# View 20 simulated genes (features) coloured coded into groups 'A' and 'B'
op$plot.ColouredCoded.genes
# View 20 simulated genes (features) densities
op$plot.WhatFSPmixSees
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.