Learn R Programming

XDE (version 2.18.0)

geneCenter: Center the expression values for each gene in a study to zero

Description

Mean centers the genes for each study in a list

Usage

geneCenter(object)

Arguments

object
Object of class ExpressionSetList

Value

Object of class ExpressionSetList

See Also

studyCenter, ExpressionSetList-class

Examples

Run this code
  data(expressionSetList)
  centered <- geneCenter(expressionSetList)

Run the code above in your browser using DataLab