| load.matrixView {geneExpression} | R Documentation |
load.matrixView(mat);
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.
let expr_mat = load.expr(file = "./rawdata.csv");
let view = load.matrixView(mat = expr_mat);