as.data.frame,expressionset-method {validate} | R Documentation |
Translate an expressionset to data.frame
Description
Expressions are deparsed and combined in a data.frame
with (some
of) their metadata. Observe that some information may be lost (e.g. options
local to the object).
Usage
## S4 method for signature 'expressionset'
as.data.frame(x, expand_assignments = TRUE, ...)
Arguments
x |
Object to coerce |
expand_assignments |
Toggle substitution of ':=' assignments. |
... |
arguments passed to other methods |
Value
A data.frame
with elements rule
, name
,
label
, origin
, description
, and created
.
See Also
Other expressionset-methods:
as.data.frame()
,
created()
,
description()
,
label()
,
meta()
,
names<-,rule,character-method
,
origin()
,
plot,validator-method
,
summary()
,
variables()
,
voptions()
[Package validate version 1.1.5 Index]