treatmentNames: Accessor functions for the ClinicalExperiment class.

Description Usage Arguments Details Value Author(s) Examples

View source: R/classes.R

Description

These functions should be used to access the information in a instance of the ClinicalExperiment-class class.

Usage

1
2
3
4
5

Arguments

object

An instance of the ClinicalExperiment class.

Details

These functions provide the names of treatments, the names of factors, and the levels of the factors.

Value

In all cases the information indicated by the name of the function is returned, in an appropriate form.

Author(s)

R. Gentleman

Examples

1
2
data(CT1)
treatmentNames(CT1@Experiment)

randPack documentation built on Nov. 8, 2020, 5:32 p.m.