getGeneID: getGeneID to report gene id from symbol

Description Usage Arguments Value Author(s) Examples

View source: R/Small.R

Description

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

Usage

1

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

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)
getGeneID(pair, symbol="KIAA1804")

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