getPlatformDesign {oligo}R Documentation

Platform Design accessor

Description

Accessor to the platform design object.

Usage

getPlatformDesign(object)
getPD(object)

Arguments

object FeatureSet object.

Value

The function returns the platform design object associated to the FeatureSet object.

Examples

## Do not  run:
## FeatureSetObject <- read.celfiles(list.celfiles())
## getPD(FeatureSetObject)

[Package oligo version 0.99.15 Index]