Improve `loadCellRanger()` to handle a single unnamed sample
mjsteinbaugh opened this issue · 1 comments
mjsteinbaugh commented
Currently the loadCellRanger()
function depends on a directory structure of SAMPLE_ID/outs/filtered_gene_bc_matrices/GENOME
for correct loading. We need to make this more flexible to support loading of a single sample with the structure filtered_gene_bc_matrices/GENOME
(e.g. example 10X data).
mjsteinbaugh commented
The internal-sampleDirs.R
will be need to be updated to improve this step.