Description Usage Arguments Details Value Author(s) Examples
This function performs background adjustment (optical noise and
non-specific binding on an AffyBatch
project and returns an AffyBatch
object in which the PM
intensities are adjusted.
1 2 3 4 5 6 7 |
object |
an |
affinity.info |
|
affinity.source |
|
NCprobe |
Index of negative control probes. When set as
|
type |
"fullmodel" for sequence and MM model. "affinities" for sequence information only. "mm" for using MM without sequence information. |
k |
A tuning factor. |
stretch |
. |
correction |
. |
GSB.adjust |
Logical value. If |
rho |
correlation coefficient of log background intensity in a pair of pm/mm probes. Default=.7 |
optical.correct |
Logical value. If |
verbose |
Logical value. If |
fast |
Logical value. If |
The returned value is an AffyBatch
object, in which the PM probe intensities
have been background adjusted. The rest is left the same as the
starting AffyBatch
object.
The tunning factor k
will have different meainngs if one uses
the fast (ad hoc) algorithm or the empirical bayes approach. See Wu
et al. (2003)
An AffyBatch
.
Rafeal Irizarry
1 2 3 4 5 | if(require(affydata) & require(hgu95av2probe) & require(hgu95av2cdf)){
data(Dilution)
ai <- compute.affinities(cdfName(Dilution))
Dil.adj<-bg.adjust.gcrma(Dilution,affinity.info=ai,type="affinities")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.