QuantNormalizeElements {Sconify} | R Documentation |
This function performs per-marker quantile normalization on multiple data tibbles. The normalization occurrs marker by marker. The user assumes that the markers are distributed equally across tibbles, as quantile normalization forces these marker distributions to be the same per file
QuantNormalizeElements(dat.list)
dat.list |
a list of tibbles |
the per-column quantile normalized list
basal <- wand.combined[wand.combined$condition == "basal",][,1:10] il7 <- wand.combined[wand.combined$condition == "IL7",][,1:10] QuantNormalizeElements(list(basal, il7))