Description Usage Arguments Value Author(s) Examples
Title Generic Function: ntype
| 1 | ntype(object)
 | 
| object | a Study object or a string in DTYPE.all. | 
the numeric type of the object.
Schwannden Kuo
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.