getID {BeadExplorer} | R Documentation |
Obtain expression data for a given gene ID
getID(id, beadData, sample, manifest, searchFields = c("Target"), returnFields = c("Symbol","Accession"))
id |
A character or vector corresponding to the Illumina gene ID(s) |
beadData |
Object of class beadData-class |
sample |
Numeric, sample number to return data |
manifest |
A data.frame of manifest data to use. For example, as produced by readManifest |
searchFields |
The manifest column name to search for ID |
returnFields |
The manifest column names to return |
Obtain annotation information for a given Illumina gene ID
data.frame
of experiment data for a given sample and gene ID(s)
Gareth Elvidge gareth.elvidge@well.ox.ac.uk
See Also as help
, readManifest
## Not run: data(examplebeadData) man<-readManifest("d:\Bead_Set_Manifest\Human_WG-6.csv") getID("GI_23097300-A", examplebeadData, 2, man) ## End(Not run)