getSpikeProbes {yaqcaffy} | R Documentation |
This function returns all the spike probes (i.e. BioB-3', BioD-5', Lys-3, ...) that are located on the given GeneChip.
getSpikeProbes(object)
object |
An object of type AffyBatch or ExpressionSet . |
An object of class character
containing all Affymetrics spike
probe names.
Laurent Gatto
getBioProbes,getRatiosProbes
## load a dataset library(affydata) data(Dilution) getSpikeProbes(Dilution)