Description Usage Arguments Value See Also Examples
Select values based on intensities binning.
1 | stat.confband.text(M, A, crit1=0.025, crit2=crit1, nclass=5)
|
A |
a vector giving the x-coordinates of the points in the scatter plot. In the microarray context, this could be a vector of average log intensities. ie A |
M |
a vector giving the y-coordinates of the points in the scatter plot. In the microarray context, this could be a vector of log intensity ratios. |
crit1 |
The number of points to be selected. If crit1 < 1, the crit1*100% spots with the smallest M values will be selected. If crit1 >= 1, the crit spots with the smallest M values are selected. |
crit2 |
Similar to "crit1". If crit2 < 1, the crit2*100% spots with the largest M values will be selected. If crit2 >= 1, the crit2 spots with the largest M values are selected. |
nclass |
A single number giving the approximate number of intensity depedent groups to consider. |
A vector of selected spot index.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.