- matrixPath
Character string, path to the matrix MTX file. Can be
gzipped.
- barcodesPath
Character string, path to the barcodes TSV file. Can be
gzipped.
- featuresPath
Character string, path to the features TSV file. Can be
gzipped.
- sampleName
Character string attached as a prefix to the cell barcodes
loaded from the barcodes file. Default NULL
does not add any prefix.
Useful when users plan to merge multiple samples into one matrix and need
to avoid duplicated cell barcodes from different batches.
- geneCol
An integer indicating which column in the features file to
extract as the feature identifiers. Default 2
.
- cellCol
An integer indicating which column in the barcodes file to
extract as the cell identifiers. Default 1
.
- isATAC
Logical, whether the data is for ATAC-seq. Default
FALSE
. If TRUE
, feature identifiers will be generated by
combining the first three columns of the features file in the format of
"chr:start-end".
- returnList
Logical, used internally by wrapper functions. Whether to
force putting the loaded matrix in a list even if there's only one matrix.
Default FALSE
.