mm {oligo}R Documentation

Accessor to the PM/MM matrices

Description

Accessor to the PM/MM matrices.

Usage

mm(object, subset = NULL)
pm(object, subset = NULL, ...)
mm(object)<-value
pm(object)<-value

Arguments

object FeatureSet object
subset not implemented yet
value matrix or BufferedMatrix object
... extra arguments

Details

The intensity matrix is stored as a BufferedMatrix object. This should leave more memory for computations.

Value

PM or MM matrix as requested as a BufferedMatrix object.


[Package oligo version 1.6.0 Index]