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
phenotypesPhenotypes and Samples
proteinsPeptides and Proteins
simFinalsimulated final intensities
simNoisesimulated noise of intensity measurements
simMeanssimulated actual fold of changes for each peptide/sample
simSampleBiasessimulated systematic biases due to pipetting errors
simOutliersindexes of simulated outlying samples
simMissingindex of missing measurements
simulatedA 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.