Learn R Programming

FIT (version 0.0.6)

convert.expression: converts expression data from a dataframe into an object.

Description

converts expression data from a dataframe into an object.

Usage

convert.expression(data, entries = NULL)

Arguments

data

A dataframe of expression data to be loaded.

entries

An optional string array that designates the entries of the dataframe to be loaded.

Value

An object that represents the expression data of microarray/RNA-seq. Internally, the object holds a matrix of size nsamples * ngenes.