Description Usage Arguments Value Examples
Checks that data is something MONSTER can handle
1 | checkDataType(expr)
|
expr |
Gene Expression dataset |
expr Gene Expression dataset in the proper form (may be the same as input)
1 2 3 4 5 6 7 | expr.matrix <- matrix(rnorm(2000),ncol=20)
checkDataType(expr.matrix)
#TRUE
data(yeast)
class(yeast$exp.cc)
checkDataType(yeast$exp.cc)
#TRUE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.