readExprMatrix
¶
Read expression matrix
Description¶
Function to read an expression matrix into a sparse matrix.
Usage¶
readExprMatrix(path, cores = NA, transpose = FALSE)
Arguments¶
Argument |
Description |
---|---|
|
path to the expression matrix |
|
number of cores to use |
|
transpose matrix |
Details¶
The expression matrix needs to have both unique column names and row names
Value¶
sparse matrix