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