Description Usage Arguments Details Value
The returned matrix is a dgCMatrix as used by (e.g.) SingleCellExperiment. This function is useful when processing data from (e.g.) kallisto|bustools, for example, CITE-seq data processed with KITE, or when comparing uniquely mapped vs. multimapped counts, as one might do for repetitive elements.
1 |
path |
where the counts files (features, barcodes, mtx) (".") |
verbose |
be verbose? (TRUE) |
frags |
optional patterns to scan for features, barcodes, matrix |
splt |
split by feature type? (FALSE) |
spltcol |
if splitting by feature type, which column to use? (3) |
This function works fine on gzipped files (tested on a 180K x 2761K matrix).
1 | a dgCMatrix
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.