This R
package contains a list of functions that can be useful in processing single-cell RNA-seq data generated by 10x Genomics with simplicity and memory-efficiency.
Do not attempt to populate everything in memory
Avoid using R
class objects (or a list of lists)
Column (cell) indexing to achieve scalable random access
Hopefully, one function does one thing
$ R CMD INSTALL mmutilR_${version}.tar.gz
or
> devtools::install_github("causalpathlab/mmutilR@main")