Learn R Programming

OSAT (version 1.20.0)

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

Description

Data objects created using the example data for demonstration.

Usage

data(example.setup)

Arguments

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

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

Run the code above in your browser using DataLab