getSymbol: getSymbol to report gene symbol from id

Description Usage Arguments Value Author(s) Examples

View source: R/Small.R

Description

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

Usage

1
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.

Author(s)

Lijing Yao (maintainer: lijingya@usc.edu)

Examples

1
2
3
4
geneInfo <- txs()
## input can be a path
pair <- fetch.pair(geneInfo=geneInfo)
getSymbol(pair, geneID="84451")

lijingya/ELMER documentation built on May 21, 2019, 6:14 a.m.