Normalize nanostring gene expression using common pools between two CodeSets.
normalize_pools(x, x_pools, ref_pools, p = 3, weigh = TRUE)
normalized gene expression
target data
target pool samples
reference pool samples
number of pool sample sets. Defaults to 3.
logical; if TRUE
, the average expression in x_pools
is
reweighed by the distribution of the p
pool sample sets in ref_pools
.
Derek Chiu
The target and reference expression samples, as well the target and reference pool samples all need to be specified. We recommend reweighing the target pool samples when calculating the average expression by the distribution of reference pools.