| getRatioProbes {yaqcaffy} | R Documentation |
This function returns the probes names used for degradation control that are located on the given GeneChip.
getRatioProbes(object)
object |
An object of class "AffyBatch" or "ExpressionSet" |
An object of type "character" with all the Affymetrix
degradation control probe names.
Laurent Gatto
getSpikeProbes,getBioProbes
library(yaqcaffy)
## load a dataset
library(affydata)
data(Dilution)
getRatioProbes(Dilution)