Learn R Programming

crmn (version 0.0.19)

mexprs: Matrix safe accessor of expression slot

Description

Get the expression data from an ExpressionSet or just return the given matrix

Arguments

object
an ExpressionSet or matrix

Value

  • the expression data

Examples

Run this code
data(mix)
head(mexprs(mix))
head(mexprs(exprs(mix)))

Run the code above in your browser using DataLab