entrez2sym: Convert entrez id to gene symbol

View source: R/utility_functions.R

entrez2symR Documentation

Convert entrez id to gene symbol

Description

Entrez ID is converted to gene symbol using org.Hs.eg.db or org.Mm.eg.db annotation databases.

Usage

entrez2sym(my.entrez, my.species = c("Hs", "Mm"))

Arguments

my.entrez

Character. Vector of Entrez IDs.

my.species

Character. Species, one of "Hs" or "Mm".

Value

data.frame mapping Entrez IDs to gene Symbols.


NMikolajewicz/scMiko documentation built on June 28, 2023, 1:41 p.m.