stype: Title Generic Function: stype

Description Usage Arguments Value Author(s) Examples

Description

Title Generic Function: stype

Usage

1
stype(object)

Arguments

object

a list of dataset, or a Study object.

Value

a string for the study type of the object.

Author(s)

Schwannden Kuo

Examples

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

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