ntype: Title Generic Function: ntype

Description Usage Arguments Value Author(s) Examples

Description

Title Generic Function: ntype

Usage

1
ntype(object)

Arguments

object

a Study object or a string in DTYPE.all.

Value

the numeric type of the object.

Author(s)

Schwannden Kuo

Examples

1
2
3
4
5
6
# ntype for Study
data(preproc.option)
study <- new("Study", name="test", dtype=DTYPE.microarray, datasets=list(matrix()))
ntype(study)
# ntype for dtype character
ntype(DTYPE.RNAseq.count)

metaOmics/preproc documentation built on May 29, 2019, 4:43 a.m.