loadCellRanger: loadCellRanger

Description Usage Arguments Value Examples

View source: R/ascend_cellranger.R

Description

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.

Usage

1

Arguments

x

Path to Cell Ranger filtered output (eg. outs/filtered_gene_bc_matrices_mex/GRCh38p7)

Value

An EMSet with Mt and Rb genes set as controls

Examples

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)

IMB-Computational-Genomics-Lab/ascend documentation built on Aug. 29, 2019, 4:10 a.m.