Quick loading of 10X CellRanger count matrices
read.10x.matrices(matrixPaths, version = "V3", n.cores = 1, verbose = TRUE)
a sparse matrix representation of the data (or a list of sparse matrices if a list of paths was passed)
a single path to the folder containing matrix.mtx, genes.tsv and barcodes.tsv files, OR a named list of such paths
string Version of 10x output to read (default='V3'). Must be one of 'V2' or 'V3'.
numeric Cores to utilize in parallel (default=1)
boolean Whether to output verbose output (default=TRUE)