Description Usage Arguments Details Value References Examples
View source: R/pqn_norm_method_class.R
PQN is used to normalise for differences in concentration between samples. It makes use of Quality Control (QC) samples as a reference. PQN scales by the median change relative to the reference in order to be more robust against changes caused by response to perturbation.
1 |
qc_label |
(character) The label used to identify QC samples. The default is |
factor_name |
(character) No description provided. |
... |
Additional slots and values passed to |
This object makes use of functionality from the following packages:
pmp
A pqn_norm
object.
Jankevics A, Weber RJM (2020). pmp: Peak Matrix Processing and signal batch correction for metabolomics datasets. R package version 1.1.0.
1 2 3 | D = iris_DatasetExperiment()
M = pqn_norm(factor_name='Species',qc_label='all')
M = model_apply(M,D)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.