load.expr0 {geneExpression} R Documentation

read the binary matrix data file

Description

Usage

load.expr0(file,
    lazy = FALSE);

Arguments

file

the file path of the binary expression matrix data file, or a file stream object of the target binary matrix data.

lazy

load the binary matrix data in a lazy stream reader mode? if this parameter is TRUE, then a HTSMatrixReader object will be returned instead of loading all of the matrix data into the memory at once, which is helpful for read a huge binary matrix data file. [as boolean]

env

the R# runtime environment object. [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]