View source: R/plots_compare_Norm.R
wrapper.compareNormalizationD_HC | R Documentation |
Wrapper to the function that plot to compare the quantitative proteomics data before and after normalization.
wrapper.compareNormalizationD_HC(
objBefore,
objAfter,
condsForLegend = NULL,
...
)
objBefore |
A dataframe that contains quantitative data before normalization. |
objAfter |
A dataframe that contains quantitative data after normalization. |
condsForLegend |
A vector of the conditions (one condition per sample). |
... |
arguments for palette |
A plot
Samuel Wieczorek
data(Exp1_R25_pept, package='DAPARdata')
obj <- Exp1_R25_pept
conds <- Biobase::pData(obj)[, "Condition"]
objAfter <- wrapper.normalizeD(
obj = obj, method = "QuantileCentering",
conds = conds, type = "within conditions"
)
wrapper.compareNormalizationD_HC(obj, objAfter, conds,
pal = ExtendPalette(2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.