checkDataType: Checks that data is something MONSTER can handle

Description Usage Arguments Value Examples

View source: R/MONSTER.R

Description

Checks that data is something MONSTER can handle

Usage

1

Arguments

expr

Gene Expression dataset

Value

expr Gene Expression dataset in the proper form (may be the same as input)

Examples

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

QuackenbushLab/MONSTER documentation built on Oct. 22, 2020, 8:07 a.m.