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,onlyFirst)
object |
An object of type |
onlyFirst |
Boolean defining of only first or all instances found should be returned. Default is set to TRUE. Warnings are returned if more than one probe is found. The function stops with an error if no probe is found. |
An object of class character
containing all (hybridization
and labelling) Affymetrix spike probe names.
Laurent Gatto
getBioProbes,getRatiosProbes
## load a dataset library(affydata) data(Dilution) getSpikeProbes(Dilution)