loadCellRanger.Rd
Input data is output from cell ranger (10x datasets)
loadCellRanger(import_set, input_organisms, dir = "")
Character specifying folder containing matrix.mtx, genes.tsv (or features.tsv) and barcodes.tsv files provided by 10x.
Character specifying species to include. This is necessary to parse ensemble ids into mouse and human. One of:
"Hs" - Human
"Mm" - Mouse
c("Hs", "Mm") - both species included
Character. folder containing import_set folder.
list containing Seurat Object and named gene vector.