Description Usage Arguments Details Value Author(s) Examples
These functions should be used to access the information in a
instance of the ClinicalExperiment-class
class.
1 2 3 4 5 | treatmentNames(object)
numberOfTreatments(object)
treatmentFactors(object)
factorNames(object)
numberOfFactorLevels(object)
|
object |
An instance of the ClinicalExperiment class. |
These functions provide the names of treatments, the names of factors, and the levels of the factors.
In all cases the information indicated by the name of the function is returned, in an appropriate form.
R. Gentleman
1 2 | data(CT1)
treatmentNames(CT1@Experiment)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.