preprocess_homogeneous: Create data frame with gene-level information for each cell...

Description Usage Arguments Value Examples

View source: R/hippo.R

Description

Create data frame with gene-level information for each cell type

Usage

1

Arguments

sce

SingleCellExperiment object with counts data

label

a numeric or character vector of inferred or known label

Value

data frame with cell-type specific gene information in each row

Examples

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

tk382/HIPPO documentation built on Aug. 17, 2021, 2:29 p.m.