Description Usage Arguments Value
View source: R/transformNormalizeHT12object.R
Normalizes and transforms the expression sets included in a HT12prepro object and create additional slots saving the resulting data. See vignette for an example.
1 2 3 4 5 6 | transformNormalizeHT12object(
ht12object,
paramfile = NULL,
normalisation_method = "from_paramfile",
fn_plot = NULL
)
|
ht12object |
A list object of class HT12prepro created with function createExpressionSet() |
paramfile |
Path to the file specifying parameters |
normalisation_method |
Method used for normalisation. Either 'quantile' (quantile normalisation) or 'rsn' (robust spline normalisation). If "from_paramfile", than the parameter will be read from the paramfile with the location of this file given in parameter paramfile. |
fn_plot |
Location where the plot showing normalization and transformation can be saved. If NULL (default), the plot will not be saved |
A list object of class HT12prepro including additional slot with an expression set with normalized and transformed data excluding control probe information named '$all_nobkgd_eset_ql' and an additional slot with an expression set with normalized and transformed data including control probe information named '$total_nobkgd_eset_ql' + the slot with the history of the commands named '$history“ is updated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.