Description Usage Arguments Value Author(s) References See Also Examples
Get the names of the qc probesets used to define the 3'/5' ratios.
1 2 3 | qc.get.ratios()
qc.get.ratio(name)
qc.add.ratio(name,probeset1,probeset2)
|
name |
A name for the given ratio calculation (such as gapdh3/5) |
probeset1 |
A probeset ID |
probeset2 |
A probeset ID |
A list, each element with a name like gapdh3/5 and comprising of a two-element character vector of probeset IDs.
Crispin J Miller
http://bioinformatics.picr.man.ac.uk/
setQCEnvironment
qc.get.probes
1 2 3 4 | setQCEnvironment("hgu133plus2cdf")
qc.get.ratios()
qc.add.ratio("a.name","probeset1.id","probeset2.id")
qc.get.ratio("a.name")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.