example.setup: R data object based on example file.

Description Usage Details Examples

Description

Data objects created using the example data for demonstration.

Usage

1
data(example.setup)

Details

See vignette for codes that created these data objects.

pheno:

a data frame created from example sample information text file.

gs:

a class gSample object created based on example sample using function setup.sample()..

gc:

a class gContainer object using function setup.container().

gSetup:

a class gExperimentSetup object. Created using optimal.shuffle() method.

gSetup2:

a class gExperimentSetup object. Created using optimal.block() method.

Examples

1
2
3
4
5
6
library("OSAT")
data(example.setup)
head(pheno)
gs
gc
gSetup

llrs/OSAT documentation built on May 23, 2019, 7:18 a.m.