qsmooth | R Documentation |
This function was modified from github user kokrah.
qsmooth(obj, groups, norm.factors = NULL, plot = FALSE, window = 0.05,
log = TRUE)
obj |
for counts use log2(raw counts + 1)), for MA use log2(raw intensities) |
groups |
groups to which samples belong (character vector) |
norm.factors |
scaling normalization factors |
plot |
plot weights? (default=FALSE) |
window |
window size for running median (a fraction of the number of rows of exprs) |
log |
Whether or not the data should be log transformed before normalization, TRUE = YES. |
Normalized expression
Kwame Okrah's qsmooth R package
data(skin)
head(yarn:::qsmooth(skin,groups=pData(skin)$SMTSD))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.