crosstab_by_celltype: Count contig UMIs by celltype

Description Usage Arguments Value See Also Examples

View source: R/auxiliary.R

Description

Count contig UMIs by celltype

Usage

1

Arguments

ccdb

A ContigCellDB object

Value

a table, keyed by cell_pk counting UMIs per celltype

See Also

guess_celltype()

Examples

1
2
3
4
data(ccdb_ex)
nrow(ccdb_ex$cell_tbl)
total_umi = crosstab_by_celltype(ccdb_ex)
nrow(total_umi)

CellaRepertorium documentation built on Nov. 8, 2020, 7:48 p.m.