Learn R Programming

cbioportalR (version 1.1.0)

get_hugo_symbol: Get Hugo Symbol for a given set of Entrez IDs

Description

Get Hugo Symbol for a given set of Entrez IDs

Usage

get_hugo_symbol(entrez_id = NULL, base_url = NULL)

Value

A dataframe with Entrez Gene IDs and Hugo Symbols

Arguments

entrez_id

a character or numeric vector of Entrez gene IDs

base_url

The database URL to query

Examples

Run this code
if (FALSE) {
get_hugo_symbol(entrez_id = 2261, base_url = 'www.cbioportal.org/api')
get_hugo_symbol(entrez_id = c(2261, 7157) , base_url = 'www.cbioportal.org/api')
}

Run the code above in your browser using DataLab