read_cellranger: Read in counts data processed with Cell Ranger

View source: R/read_cellranger.R

read_cellrangerR Documentation

Read in counts data processed with Cell Ranger

Description

Read in counts data processed with Cell Ranger

Usage

read_cellranger(quant_dir)

Arguments

quant_dir

Path to directory where output files are located.

Value

SingleCellExperiment of gene x cell counts matrix

Examples

## Not run: 

# Import data from cellranger output directory quant_dir
read_cellranger(quant_dir)

## End(Not run)


AlexsLemonade/scpcaTools documentation built on July 12, 2024, 8:34 a.m.