from_dataframe: Convert a tidy data.frame to an ExpressionSet object

View source: R/dataframes.r

from_dataframeR Documentation

Convert a tidy data.frame to an ExpressionSet object

Description

Convert a tidy data.frame to an ExpressionSet object

Usage

from_dataframe(data, sample, feature, value, pvars = NULL, fvars = NULL)

Arguments

data

tidy data.frame to convert.

sample

name of column that stores sample identifiers

feature

name of column that stores feature identifiers

value

name of column that stores values

pvars

phenotype variables, names of columns that contain metadata associated with samples

fvars

feature variables, names of columns that contains metadata associated with features


aaronwolen/metafiler documentation built on Feb. 16, 2024, 12:41 a.m.