Description Usage Arguments Details Value Author(s) See Also Examples
This function performs background correction on an AffyBatch
object.
The methods supported by bg.correct.miR
are provided by the affy
or limma
packages, depending on whether the input AffyBatch
object
has been created with ReadAffy
or ReadExi
/createAB
, respectively.
1 2 3 4 | bg.correct.miR(abatch,
bgcorrect.method='auto',
bgcorrect.param=list(),
verbose=FALSE)
|
abatch |
An |
bgcorrect.method |
Character vector. It contains the name of the background correction method. Running
|
bgcorrect.param |
A
|
verbose |
Logical. The default value is |
See accompanying vignette.
An AffyBatch
object containing the background-corrected raw expression data.
Sylvain.Gubian, Alain Sewer, PMP SA
NormiR.bgcorrect.methods
,
NormiR
.
1 2 3 4 5 6 | data(galenv)
data(GSE20122)
NormiR.bgcorrect.methods(GSE20122)
GSE20122.bgcorrected <- bg.correct.miR(GSE20122,
bgcorrect.method='normexp',
bgcorrect.param=list(offset=50))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.