Description Usage Arguments Details Value Author(s) See Also
This function adjust for non-specific binding when all arrays in the dataset share the same probe affinity information. It takes matrices of PM probe intensities, MM probe intensities, other negative control probe intensities(optional) and the associated probe affinities, and return one matrix of non-specific binding corrected PM probe intensities.
1 2 3 4 5 6 |
pms |
The matrix of PM intensities |
mms |
The matrix of MM intensities |
ncs |
The matrix of negative control probe intensities. When left
as |
pm.affinities |
The vector of PM probe affinities. Note: This can be
shorter than the number of rows in |
mm.affinities |
The vector of MM probe affinities. |
anc |
The vector of Negative Control probe affinities. This is
ignored if MMs are used as negative controls ( |
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.engine2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.