qc.get.probes {simpleaffy} | R Documentation |
Get the names of probesets used to calculate 3'/5' ratios for the
current array type. qc.get.spikes
is used to set the
spike probe names (i.e. bioB, bioC, etc.)
qc.get.probes() qc.get.probe(name) qc.add.probe(name,probeset)
name |
A name for the given probeset. By default, this is the probeset identifier |
probeset |
A probeset ID |
A character array of probeset IDs, or the requested probeset ID, as appropriate.
Crispin J Miller
http://bioinformatics.picr.man.ac.uk/
setQCEnvironment
qc.get.spikes
setQCEnvironment("hgu133plus2cdf") qc.get.probes() qc.add.probe("my.name","a.probesetid_at") qc.add.probe("another.name","another.probesetid_at") qc.get.probes()