Description Usage Arguments Details Methods (by generic) Slots See Also Examples
Details about Experiment class.
1 2 3 4 5 6 7 8 |
x |
Experiment-class object |
... |
currently ignored |
object |
Experiment-class object |
seed |
an integer for |
The central class of simMSnSet package
image
: Showing simulated experiment as an image
show
: Show method for an Experiment object
simulate
: Simulates the entire experiment
phenotypes
Phenotypes and Samples
proteins
Peptides and Proteins
simFinal
simulated final intensities
simNoise
simulated noise of intensity measurements
simMeans
simulated actual fold of changes for each peptide/sample
simSampleBiases
simulated systematic biases due to pipetting errors
simOutliers
indexes of simulated outlying samples
simMissing
index of missing measurements
simulated
A logical flag indicating if the experiment has been simulated or not
Other Experiment.class: as
1 2 3 4 5 6 7 | # 10 proteins measured across 6 samples (3 controls + 3 cases)
pr <- Proteins(nProt=10)
ph <- Phenotypes(originalPhenotypes=c('Control', 'Control', 'Control',
'Case', 'Case', 'Case'))
ex <- Experiment(pr, ph)
ex <- simulate(ex)
image(ex)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.