
Last chance! 50% off unlimited learning
Sale ends in
compareNormalizationD(qDataBefore, qDataAfter, labelsForLegend = NULL, indData2Show = NULL, group2Color = "Condition")
data(UPSpep25)
qDataBefore <- Biobase::exprs(UPSpep25)
labels <- Biobase::pData(UPSpep25)[,"Label"]
qDataAfter <- normalizeD(qDataBefore,labels,"Median Centering",
"within conditions")
compareNormalizationD(qDataBefore, qDataAfter, labels)
Run the code above in your browser using DataLab