View source: R/transformations.R
pqn_normalization | R Documentation |
Apply probabilistic quotient normalization (PQN) to the exprs part of a 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.
pqn_normalization(
object,
ref = c("qc", "all"),
method = c("median", "mean"),
all_features = FALSE
)
object |
a MetaboSet 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? |
a MetaboSet object with altered feature abundances
pqn_set <- pqn_normalization(merged_sample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.