entrez_to_symbol: Obtain gene symbols for entrezgene IDs

Description Usage Arguments Value

View source: R/entrez_to_symbol.R

Description

Obtain gene symbols for entrezgene IDs

Usage

1
entrez_to_symbol(df, species, dir_annotation = getwd(), verbose = TRUE)

Arguments

df

A data.frame containing a column named "entrezgene_id".

species

One of "mouse" or "human".

dir_annotation

The directory to store annotation reference.

verbose

Set to FALSE to avoid messages.

Value

The data.frame df with an added column containing gene symbols.


tgrimes/miscgene documentation built on May 24, 2020, 5:31 a.m.