getExprs {BeadExplorer}R Documentation

Get expression intensities for a given gene(s)

Description

Obtain expression intensities for a given gene for each sample on the BeadChip

Usage

getExprs(id, beadData)

Arguments

id Character or vector of gene id(s)
beadData Object of class beadData-class

Details

Value

A data.frame of expression intensities

Author(s)

Gareth Elvidge gareth.elvidge@well.ox.ac.uk

See Also

See Also as help

Examples

data(examplebeadData)
getExprs("GI_23097300-A", examplebeadData)
getExprs(c("GI_23097300-A", "GI_21070955-A", "GI_4505876-A"), examplebeadData)

[Package BeadExplorer version 1.2.0 Index]