getID {BeadExplorer}R Documentation

Get expression data for a given gene ID

Description

Obtain expression data for a given gene ID

Usage

getID(id, beadData, sample, manifest, searchFields = c("Target"), returnFields = c("Symbol","Accession"))

Arguments

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

Details

Obtain annotation information for a given Illumina gene ID

Value

data.frame of experiment data for a given sample and gene ID(s)

Author(s)

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

See Also

See Also as help, readManifest

Examples

## Not run: 
data(examplebeadData)
man<-readManifest("d:\Bead_Set_Manifest\Human_WG-6.csv")
getID("GI_23097300-A", examplebeadData, 2, man)
## End(Not run)

[Package BeadExplorer version 1.2.0 Index]