Description Usage Arguments Value Source Examples
View source: R/normalizeTissueAware.R
This function provides a wrapper to various normalization methods developed. Currently it only wraps qsmooth and quantile normalization returning a log-transformed normalized matrix. qsmooth is a normalization approach that normalizes samples in a condition aware manner.
1 2 | normalizeTissueAware(obj, groups, normalizationMethod = c("qsmooth",
"quantile"), ...)
|
obj |
ExpressionSet object |
groups |
Vector of labels for each sample or a column name of the phenoData slot for the ids to filter. Default is the column names |
normalizationMethod |
Choice of 'qsmooth' or 'quantile' |
... |
Options for |
ExpressionSet object with an assayData called normalizedMatrix
The function qsmooth comes from the qsmooth packages currently available on github under user 'kokrah'.
1 2 | data(skin)
normalizeTissueAware(skin,"SMTSD")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.