Learn R Programming

cbioportalR (version 1.1.0)

get_entrez_id: Get Entrez Gene ID for a given set of Hugo Symbols

Description

Get Entrez Gene ID for a given set of Hugo Symbols

Usage

get_entrez_id(hugo_symbol = NULL, base_url = NULL)

Value

A dataframe with Entrez Gene IDs and Hugo Symbols

Arguments

hugo_symbol

a character vector of Hugo Symbols

base_url

The database URL to query

Examples

Run this code
if (FALSE) {
get_entrez_id(hugo_symbol = "TAP1", base_url = 'www.cbioportal.org/api')
get_entrez_id(hugo_symbol = c("FGFR1", "TP53") , base_url = 'www.cbioportal.org/api')
}

Run the code above in your browser using DataLab