example.setup {OSAT}R Documentation

R data object based on example file.

Description

Data objects created using the example data for demonstration.

Usage

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

library("OSAT")
data(example.setup)
head(pheno)
gs
gc
gSetup

[Package OSAT version 1.28.0 Index]