qc.get.ratios {simpleaffy} | R Documentation |
Get the names of the qc probesets used to define the 3'/5' ratios.
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
setQCEnvironment("hgu133plus2cdf") qc.get.ratios() qc.add.ratio("a.name","probeset1.id","probeset2.id") qc.get.ratio("a.name")