Description Usage Arguments Value Author(s) Examples
getSymbol is a function to report the gene symbols from gene IDs.
1 | getSymbol(mee, geneID)
|
mee |
A MEE.data or Pair object. |
geneID |
A character which is the geneID |
The gene symbol for input genes.
Lijing Yao (maintainer: lijingya@usc.edu)
1 2 3 4 | geneInfo <- txs()
## input can be a path
pair <- fetch.pair(geneInfo=geneInfo)
getSymbol(pair, geneID="84451")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.