load.matrixView {geneExpression} R Documentation

Load the HTS matrix into a lazy matrix viewer

Description

Usage

load.matrixView(mat);

Arguments

mat

[as Matrix]

Details

Authors

phenotype_kit

Value

an HTSMatrixViewer object that provides the random access of the gene expression data in the input matrix object without keeps all of the data in the memory.

clr value class

Examples

 let expr_mat = load.expr(file = "./rawdata.csv");
 let view = load.matrixView(mat = expr_mat);

[Package geneExpression version 1.0.0.0 Index]