as.data.frame.platformDesign {oligo} | R Documentation |
Coerces a Platform Design Environment (PDEnv) to a data frame.
as.data.frame.platformDesign(x, row.names = NULL, optional = FALSE)
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. |
Behaves like as.data.frame
.
A data frame containing the variables available in the PDEnv.
Benilton Carvalho bcarvalh@jhsph.edu, Rafael A. Irizarry, Ben Bolstad.
## NOT RUN ## ## FeatureSet <- read.celfiles(list.celfiles()) ## theDataFrame <- as.data.frame(getPD(FeatureSet))