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