getGeneID {ELMER}R Documentation

getGeneID to report gene id from symbol

Description

getGeneID to report gene id from symbol

Usage

getGeneID(data, symbol)

Arguments

data

A multiAssayExperiment with DNA methylation and Gene Expression data. See createMAE function.

symbol

A vector of characters which are gene symbols

Value

The gene ID for these gene symbols

Examples

data <- ELMER:::getdata("elmer.data.example")
getGeneID(data, symbol="ZNF697")

[Package ELMER version 2.18.0 Index]