Learn R Programming

crmn (version 0.0.8)

mexprs: Matrix safe accessor of expression slot...

Description

Matrix safe accessor of expression slot

Usage

mexprs(object)

Arguments

object
an ExpressionSet or matrix

Value

  • the expression data

Details

Accessor

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

Examples

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

Run the code above in your browser using DataLab