checkDataSet {CancerInSilico}R Documentation

verify gene expression data set is valid for this package

Description

checks a data set before it is used to calibrate the pathway values for min/max expression

Usage

checkDataSet(dataSet, genes)

Arguments

dataSet

matrix of gene expression data where row names are genes

genes

names of all genes being simulated

Value

no value is return, but errors/warnings are thrown related to potential problems in the data set

Examples

data(referenceGeneExpression)

[Package CancerInSilico version 2.4.0 Index]