Description Usage Arguments Value Examples
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
1 | QuantNormalizeElements(dat.list)
|
dat.list |
a list of tibbles |
the per-column quantile normalized list
1 2 3 | basal <- wand.combined[wand.combined$condition == "basal",][,1:10]
il7 <- wand.combined[wand.combined$condition == "IL7",][,1:10]
QuantNormalizeElements(list(basal, il7))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.