as.data.frame,expressionset-method | R Documentation |
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).
## S4 method for signature 'expressionset'
as.data.frame(x, expand_assignments = TRUE, ...)
x |
Object to coerce |
expand_assignments |
Toggle substitution of ':=' assignments. |
... |
arguments passed to other methods |
A data.frame
with elements rule
, name
,
label
, origin
, description
, and created
.
Other expressionset-methods:
as.data.frame()
,
created()
,
description()
,
label()
,
meta()
,
names<-,rule,character-method
,
origin()
,
plot,validator-method
,
summary()
,
variables()
,
voptions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.