convertENSEMBLtoGeneSymbols: Convert ENSEMBL gene identifiers to gene symbols

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Convert ENSEMBL gene identifiers to gene symbols

Usage

1
2
3
4
5
convertENSEMBLtoGeneSymbols(
  genes,
  dataset = "hsapiens_gene_ensembl",
  mart = "ensembl"
)

Arguments

genes

Character: ENSEMBL gene identifiers

dataset

Character: biomaRt dataset name

mart

Character: biomaRt database name

Value

Named character vector where names are the input ENSEMBL gene identifiers and the values are the matching gene symbols

Examples

1
convertENSEMBLtoGeneSymbols(c("ENSG00000112742", "ENSG00000130234"))

cTRAP documentation built on Nov. 8, 2020, 10:58 p.m.