| load.expr0 {geneExpression} |
R Documentation |
read the binary matrix data file
Description
Usage
load.expr0(file,
lazy = FALSE);
Arguments
file
lazy
load the binary matrix data in a lazy stream reader mode? if this parameter is TRUE, then a @T:SMRUCC.genomics.Analysis.HTS.DataFrame.HTSMatrixReader. [as boolean]
env
[as Environment]
Details
Authors
phenotype_kit
Value
a HTS data matrix of samples in column and gene features in row, or a lazy HTSMatrixReader matrix reader object when the lazy parameter is TRUE;
this function returns a R# error message object if the given file can not be opened for read.
clr value class
Examples
[Package
geneExpression version 1.0.0.0
Index]