Join us for
RADAR: AI Edition

ELMER (version 1.4.2)

getSymbol: getSymbol to report gene symbol from id

Description

getSymbol is a function to report the gene symbols from gene IDs.

Usage

getSymbol(mee, geneID)

Arguments

mee
A MEE.data or Pair object.
geneID
A character which is the geneID

Value

The gene symbol for input genes.

Examples

Run this code
geneInfo <- txs()
## input can be a path
pair <- fetch.pair(geneInfo=geneInfo)
getSymbol(pair, geneID="84451")

Run the code above in your browser using DataLab