preprocess_TPM: Preprocess scExp - Transcripts per Million (TPM)

Description Usage Arguments Value Examples

View source: R/preprocessing_filtering_reduction.R

Description

Preprocess scExp - Transcripts per Million (TPM)

Usage

1

Arguments

scExp

A SingleCellExperiment Object

Value

A SingleCellExperiment object.

Examples

1
2
3
scExp = create_scExp(create_scDataset_raw()$mat,create_scDataset_raw()$annot)
scExp = preprocess_TPM(scExp)
head(SingleCellExperiment::normcounts(scExp))

ChromSCape documentation built on Nov. 8, 2020, 6:57 p.m.