split_aggr_mtx: Split a cellranger-aggregated matrix into multiple matrices...

Description Usage Arguments Value Examples

View source: R/split_aggr_mtx.R

Description

split_aggr_matrix() splits an expression matrix derived from a directory of 10X Genomics scRNAseq data aggregated from multiple samples created using the cellranger pipeline. Based on the unique numeric value assigned to barcodes of each sample by the cellranger aggr function.

Usage

1
split_aggr_mtx(aggr_mtx)

Arguments

aggr_mtx

an expression matrix derived from the cellranger aggr function

Value

a dgTMatrix

Examples

1
sample_raw_mtx <- split_aggr_mtx(raw_mtx)

jacobheng/cellwrangler documentation built on Aug. 12, 2019, 6:49 a.m.