validate (version 0.9.3)

as.data.frame,expressionset-method: 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 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()