getExprs {BeadExplorer} | R Documentation |
Obtain expression intensities for a given gene for each sample on the BeadChip
getExprs(id, beadData)
id |
Character or vector of gene id(s) |
beadData |
Object of class beadData-class |
A data.frame
of expression intensities
Gareth Elvidge gareth.elvidge@well.ox.ac.uk
See Also as help
data(examplebeadData) getExprs("GI_23097300-A", examplebeadData) getExprs(c("GI_23097300-A", "GI_21070955-A", "GI_4505876-A"), examplebeadData)