preprocess_homogeneous: Preprocess UMI data with inferred or known labels

Description Usage Arguments Value Examples

View source: R/hippo.R

Description

Preprocess UMI data with inferred or known labels

Usage

1

Arguments

sce

SingleCellExperiment object with counts data

label

a numeric or character vector of inferred or known label

Value

data frame with one row for each gene.

Examples

1
2
3
data(toydata)
labels = SingleCellExperiment::colData(toydata)$phenoid
df = preprocess_homogeneous(toydata, label = labels)

HIPPO documentation built on Nov. 8, 2020, 5:05 p.m.