normalize_pools {nanostringr} | R Documentation |
Normalize nanostring gene expression using common pools between two CodeSets.
normalize_pools(x, ref, x_pools, ref_pools, p = 3, weigh = TRUE)
x |
target data |
ref |
reference data |
x_pools |
target pool samples |
ref_pools |
reference pool samples |
p |
number of pool sample sets. Defaults to 3. |
weigh |
logical; if |
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.
normalized gene expression
Derek Chiu