Study-class: Title Study Class

Description Value Slots Author(s) Examples

Description

Title Study Class

Value

A Study class

Slots

name

character. Name of the Study.

dtype

character. Data type of the Study, should be one of DTYPE.all.

ntype

character. Numeric type of the Study, should be one of NTYPE.all.

stype

character. Study type, should be one of STYPE.all.

datasets

list. A list of gene expression matrix.

clinicals

list. A list of data.fram that is the clinical datas of the datasets.

Author(s)

Schwannden Kuo

Examples

1
2
data(preproc.option)
study <- new("Study", name="test", dtype=DTYPE.microarray, datasets=list(matrix()))

metaOmic/preproc documentation built on May 22, 2019, 6:54 p.m.