as.data.frame.platformDesign {oligo}R Documentation

Coerce to a Data Frame

Description

Coerces a Platform Design Environment (PDEnv) to a data frame.

Usage

  as.data.frame.platformDesign(x, row.names = NULL, optional = FALSE)

Arguments

x a Platform Design Environment
row.names 'NULL' or a character vector giving the row names for the data frame. Missing values are not allowed.
optional logical. If 'TRUE', setting row names and converting column names (to syntactic names) is optional.

Details

Behaves like as.data.frame.

Value

A data frame containing the variables available in the PDEnv.

Author(s)

Benilton Carvalho bcarvalh@jhsph.edu, Rafael A. Irizarry, Ben Bolstad.

See Also

getPD

Examples

## NOT RUN
##
## FeatureSet <- read.celfiles(list.celfiles())
## theDataFrame <- as.data.frame(getPD(FeatureSet))

[Package oligo version 0.99.15 Index]