ensToSymbol: Convert Ensamble IDs to Official Gene Symbols

View source: R/util.R

ensToSymbolR Documentation

Convert Ensamble IDs to Official Gene Symbols

Description

It uses biomart. If more the one gene is associated to the enamble, the first one retrived from Biomart is used.

Usage

ensToSymbol(df, col, organism, verbose = T)

Arguments

df

data frame; Data frame containing the IDs to convert.

col

characters; Name of column containing the ensamble ids.

organism

characters; Organism of origin (i.e. human or mouse).

verbose

boolean; Icrease verbosity.

Value

The updated data frame with a new column called symb.


dibbelab/gficf documentation built on Nov. 2, 2022, 2:28 a.m.