QuantNormalizeElements: Takes a list of tibbles as input, and performs per-column...

Description Usage Arguments Value Examples

Description

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

Usage

1

Arguments

dat.list

a list of tibbles

Value

the per-column quantile normalized list

Examples

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))

tjburns08/Sconify documentation built on May 31, 2019, 8:56 a.m.