| load.expression {FIT} | R Documentation | 
Loads expression data.
Description
Loads expression data.
Usage
load.expression(path, variable = NULL, entries = NULL)
Arguments
| path | A path of a file that contains attribute data to be loaded.
When the file is a loadable  | 
| variable | An optional string that designates the name of a
dataframe object that has been saved in an  | 
| 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.
[Package FIT version 0.0.6 Index]