Learn R Programming

cbioportalR (version 1.1.0)

get_genes: Get A List of Genes for a Specified Database

Description

Get A List of Genes for a Specified Database

Usage

get_genes(base_url = NULL)

Value

A dataframe of gene ids, hugo symbols, and gene types

Arguments

base_url

The database URL to query If NULL will default to URL set with set_cbioportal_db(<your_db>)

Examples

Run this code
if (FALSE) {
get_genes(base_url = 'www.cbioportal.org/api')
}

Run the code above in your browser using DataLab