Apply probabilistic quotient normalization (PQN) to the peak table of a SummarizedExperiment object. By default, reference is calculated from high-quality QC samples and the median of the reference is used for normalization. Check parameters for more options.
Arguments
- object
a
SummarizedExperimentobject- ref
character, the type of reference samples to use for normalization.
- method
character, the method to use for calculating the reference sample.
- all_features
logical, should all features be used for calculating the reference sample?
- assay.type
character, assay to be used in case of multiple assays
- name
character, name of the resultant assay in case of multiple assays
Examples
data(toy_notame_set)
pqn_set <- pqn_normalization(toy_notame_set)
#> INFO [2025-10-29 12:03:12] Starting PQN normalization
#> INFO [2025-10-29 12:03:12] Using median of qc samples as reference spectrum