Description Usage Arguments Details Value Note Author(s) Examples
Adjust the calibration model parameter P2 according to the measured intensities of all clones spotted on the array.
1 |
RG |
an |
parameter |
a |
arrayindex |
integer vector specifying the index of the arrays of whose the parameter P2 needed to be adjusted. |
colorindex |
integer vector specifying which color needed to be adjusted. |
RG
is an RGList_CALIB
object which contains all the
experimental data.
parameter
is the return result of function estimateParameter.
arrayindex
is an integer vector. It gives the index of the arrays whose P2 is
needed to be adjusted.
colorindex
is an integer vector. It gives the color needed to be adjusted.
1
means red P2 and 2
means green P2.
It returns a ParameterList
object with a adjusted P2 compared to the input argument parameter
.
The user should decide on which array and which color the adjustment is needed. Therefore it is important to specify the right array index and color index. There is no check on this in the function.
Hui Zhao
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.