Description Usage Arguments Details Value Author(s) See Also
View source: R/gcrma.engine2.R
This function adjust for non-specific binding when each array has its own probe affinity information. It takes an AffyBatch object of probe intensities and an AffyBatch of probe affinity, returns one matrix of non-specific binding corrected PM probe intensities.
1 2 3 4 5 6 |
object |
an |
pmIndex |
Index of PM probes.This will be computed within the
function if left |
mmIndex |
Index of MM probes.This will be computed within the
function if left |
NCprobe |
Index of negative control probes. When set as
|
affinity.info |
|
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 |
verbose |
Logical value. If |
fast |
Logicalvalue. If |
Note that this expression measure is given to you in log base 2 scale. This differs from most of the other expression measure methods.
The tunning factor k
will have different meainngs if one uses
the fast (add-hoc) algorithm or the empirical bayes approach. See Wu
et al. (2003)
A matrix of PM intensties.
Rafeal Irizarry & Zhijin Wu
gcrma.engine
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.