Description Usage Arguments Value Note Author(s) See Also Examples
Simplified interface to PLM.
1 2 |
pmMat |
Matrix of intensities to be processed. |
pnVec |
Probeset names |
normalize |
Logical flag: normalize? |
background |
Logical flag: background adjustment? |
transfo |
function: function to be used for data transformation prior to summarization. |
method |
Name of the method to be used for normalization. 'plm' is the usual PLM model; 'plmr' is the (row and column) robust version of PLM; 'plmrr' is the row-robust version of PLM; 'plmrc' is the column-robust version of PLM. |
verbose |
Logical flag: verbose. |
A list with the following components:
Estimates |
A (length(pnVec) x ncol(pmMat)) matrix with probeset summaries. |
StdErrors |
A (length(pnVec) x ncol(pmMat)) matrix with standard errors of 'Estimates'. |
Residuals |
A (nrow(pmMat) x ncol(pmMat)) matrix of residuals. |
Currently, only RMA-bg-correction and quantile normalization are allowed.
Benilton Carvalho
rcModelPLM
,
rcModelPLMr
,
rcModelPLMrr
,
rcModelPLMrc
,
basicRMA
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.