Learn R Programming

edge (version 2.4.2)

as.data.frame: Turn a TopTags Object into a Dataframe

Description

Turn a TopTags object into a data.frame.

Usage

## S3 method for class 'TopTags':
as.data.frame(x, row.names = NULL, optional = FALSE, \dots)

Arguments

x
an object of class TopTags
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.
...
additional arguments to be passed to or from methods.

Value

  • A data.frame.

Details

This method combines all the components of x which have a row for each gene into a data.frame.

See Also

as.data.frame in the base package.