is.ClinicalExperiment: Checks if an object a ClinicalExperiment object

Description Usage Arguments Value Author(s) See Also Examples

View source: R/PRS.R

Description

Checks if an object a ClinicalExperiment object

Usage

1

Arguments

x

any object

Value

Returns true or false

Author(s)

Balasubramanian Narasimhan

See Also

ClinicalExperiment

Examples

1
2
3
4
expt <- ClinicalExperiment(number.of.factors = 3,
                           number.of.factor.levels = c(2, 2, 3),
                           number.of.treatments = 3)
is.ClinicalExperiment(expt)

SRS documentation built on May 2, 2019, 5:21 p.m.