guess_celltype: Guess the cell type of a contig from the chain ID

Description Usage Arguments Value See Also Examples

View source: R/auxiliary.R

Description

This function is likely dependent on annotations from 10X and may change or break as their pipeline changes.

Usage

1

Arguments

chain

character which will be parsed to try to infer celltype

Value

contig table with celltype column

See Also

crosstab_by_celltype()

Examples

1
2
data(ccdb_ex)
table(guess_celltype(ccdb_ex$contig_tbl$chain))

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