Learn R Programming

ELMER (version 1.4.2)

getGeneID: getGeneID to report gene id from symbol

Description

getGeneID is a function to report the gene ids from gene symbols.

Usage

getGeneID(mee, symbol)

Arguments

mee
A MEE.data or Pair object.
symbol
A vector of characters which are gene symbols

Value

The gene ID for these gene symbols

Examples

Run this code
geneInfo <- txs()
## input can be a path
pair <- fetch.pair(geneInfo=geneInfo)
getGeneID(pair, symbol="KIAA1804")

Run the code above in your browser using DataLab