monsterCheckDataType: Checks that data is something MONSTER can handle

View source: R/MONSTER.R

monsterCheckDataTypeR Documentation

Checks that data is something MONSTER can handle

Description

Checks that data is something MONSTER can handle

Usage

monsterCheckDataType(expr)

Arguments

expr

Gene Expression dataset

Value

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

Examples

expr.matrix <- matrix(rnorm(2000),ncol=20)
monsterCheckDataType(expr.matrix)
#TRUE
data(yeast)
class(yeast$exp.cc)
monsterCheckDataType(yeast$exp.cc)
#TRUE

netZoo/netZooR documentation built on July 28, 2024, 6 p.m.