as.data.frame-expressionset-method: Translate an expressionset to data.frame

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


validate documentation built on March 31, 2023, 6:27 p.m.