get_entrez_id {cbioportalR}R Documentation

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)

Arguments

hugo_symbol

a character vector of Hugo Symbols

base_url

The database URL to query

Value

A dataframe with Entrez Gene IDs and Hugo Symbols

Examples

## Not run: 
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')

## End(Not run)

[Package cbioportalR version 1.1.0 Index]