Normalize Gene Expression Data in SingleCellExperiment or SpatialExperiment Objects
normalize.Rd
This function applies normalization to the gene expression data
stored within a SingleCellExperiment or
SpatialExperiment object. It supports both counts per
million (CPM) and log-transformed counts per million (logCPM)
normalization methods.
Arguments
- object
-
A
SingleCellExperimentorSpatialExperimentobject containing raw gene expression data. - method
-
The normalization method to apply: "cpm" for counts per million, "logcpm" for log-transformed counts per million, or "logpf" for log-proportional factor.
- assay
-
The name of the assay to normalize, default "counts".