Description Usage Arguments Value Author(s) See Also Examples
This function returns all the AFFX-Bio probes names that are located on the given GeneChip.
1 | getBioProbes(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 type "character"
with the Affymetrix hybridation
(bio) probe names for the given chip type.
Laurent Gatto
getSpikeProbes,getRatioProbes
1 2 3 4 | ## load a dataset
library(affydata)
data(Dilution)
getBioProbes(Dilution)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.