Apply probabilistic quotient normalization (PQN) to the peak table of a SummarizedExperiment or MetaboSet 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
SummarizedExperiment
orMetaboSet
object- 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(example_set)
pqn_set <- pqn_normalization(example_set)
#> INFO [2025-06-23 22:38:11] Starting PQN normalization
#> INFO [2025-06-23 22:38:11] Using median of qc samples as reference spectrum