preprocess_TPM: Preprocess scExp - Transcripts per Million (TPM)

View source: R/preprocessing_filtering_reduction.R

preprocess_TPMR Documentation

Preprocess scExp - Transcripts per Million (TPM)

Description

Preprocess scExp - Transcripts per Million (TPM)

Usage

preprocess_TPM(scExp)

Arguments

scExp

A SingleCellExperiment Object

Value

A SingleCellExperiment object.

Examples


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


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