Description Usage Arguments Value Examples
View source: R/ascend_cellranger.R
Automatically loads and prepares data from a folder containing Cell Ranger output. Filtered data should be used as raw data is too large for most desktop systems.
1 |
x |
Path to Cell Ranger filtered output (eg. outs/filtered_gene_bc_matrices_mex/GRCh38p7) |
An EMSet with Mt and Rb genes set as controls
1 2 3 4 5 6 | ## Not run:
# Output folder generated by Cell Ranger
cellranger_dir <- "CellRangerOutput/outs/filtered_gene_bc_matrices_mex/GRCh38p7"
em_set <- loadCellRanger(cellranger_dir)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.