getDet {BeadExplorer}R Documentation

Get detection scores for a given gene(s)

Description

Obtain detection scores for a given gene for each sample on the BeadChip

Usage

getDet(id, beadData)

Arguments

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

Details

Value

A data.frame of detection scores

Author(s)

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

See Also

See Also as help

Examples

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

[Package BeadExplorer version 1.2.0 Index]