monsterCheckDataType | R Documentation |
Checks that data is something MONSTER can handle
monsterCheckDataType(expr)
expr |
Gene Expression dataset |
expr Gene Expression dataset in the proper form (may be the same as input)
expr.matrix <- matrix(rnorm(2000),ncol=20)
monsterCheckDataType(expr.matrix)
#TRUE
data(yeast)
class(yeast$exp.cc)
monsterCheckDataType(yeast$exp.cc)
#TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.