preprocess_CPM: Preprocess scExp - Counts Per Million (CPM)

View source: R/preprocessing_filtering_reduction.R

preprocess_CPMR Documentation

Preprocess scExp - Counts Per Million (CPM)

Description

Preprocess scExp - Counts Per Million (CPM)

Usage

preprocess_CPM(scExp)

Arguments

scExp

A SingleCellExperiment Object

Value

A SingleCellExperiment object.

Examples

raw <- create_scDataset_raw()
scExp = create_scExp(raw$mat, raw$annot)
scExp = preprocess_CPM(scExp)
head(SingleCellExperiment::normcounts(scExp))


vallotlab/ChromSCape documentation built on Oct. 15, 2023, 1:47 p.m.