Accessors {oligo}R Documentation

Accessors for FeatureSet objects.

Description

Set of accessors for FeatureSet objects.

Usage

npixels(object)
type(object)
platform(object)
platform(object)<-value
manufacturer(object)
manufacturer(object)<-value

Arguments

object FeatureSet object.
value string to be assigned to the platform slot.

Value

exprs returns the matrix of intensities associated to the FeatureSet object.
npixels returns the matrix of number of pixels associated to the FeatureSet object, if any.
sd returns the matrix of standard-deviations associated to the FeatureSet object, if any.
platform returns a string determing the platform of the array (SNP/expression).

Examples

## Do not run
## FeatureSetObject <- read.celfiles(list.celfiles())
## intensities <- exprs(FeatureSetObject)

[Package oligo version 0.99.15 Index]