Description Usage Arguments Value Author(s) References See Also Examples
Alpha1 and Alpha2 are used to define the P/M/A thresholds for
detection calling algorithm see -
detection.p.val
. These are array dependent, these
functions set or get their values.
Tau is a constant parameter within the calculation and is not array
specific.
1 2 3 4 5 | qc.get.alpha1()
qc.set.alpha1(value)
qc.get.alpha2()
qc.set.alpha2(value)
qc.get.tau()
|
value |
A double representing the alpha1 or alpha2 threshold for
defining detection calls. See
|
qc.set.alpha1
and qc.set.alpha2
return
nothing. qc.get.alpha1
and qc.get.alpha2
return a double.
Crispin J Miller
http://bioinformatics.picr.man.ac.uk/
1 2 3 4 5 6 7 | setQCEnvironment("hgu133plus2cdf")
qc.get.alpha1()
qc.get.alpha2()
qc.set.alpha1(0.05)
qc.get.alpha1()
qc.set.alpha2(0.05)
qc.get.alpha2()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.