get.gene.name: Conversion of ENSEMBL gene IDs.

View source: R/get.gene.name.R

get.gene.nameR Documentation

Conversion of ENSEMBL gene IDs.

Description

Conversion of ENSEMBL gene IDs to gene symbols.

Usage

get.gene.name(ensembl.id, type = "gene", organism = "mmusculus")

Arguments

ensembl.id

String vector of ENSEMBL genes IDs

type

String to define the type of ENSEMBL inputs. By default gene to indicate "ensembl_gene_id". If different from "gene" it will be set to "ensembl_transcript_id_version".

organism

String to define de organism, e.g. mmusculus, hsapiens, etc. By default mmusculus.

Value

A string vector with the corresponding gene_symbols.

Examples

gene_symbols =
get.gene.name(
   ensembl.id = c("ENSMUSG00000002111", "ENSMUSG00000027381"),
   type = "gene",
   organism = "mmusculus")


sebastian-gregoricchio/Rseb documentation built on May 15, 2024, 5:45 a.m.