basic_tcga_query: TCGA Core Query Engine

View source: R/tcgaretriever_v_1_7.R

basic_tcga_queryR Documentation

TCGA Core Query Engine

Description

Core Function that queries the URL provided as argument (typically a cbioportal.org URL). The function halts until the content has been completely downloaded and returns a data frame.

Usage

basic_tcga_query(my_url)

Arguments

my_url

string. Typically, a URL pointing to the cBioPortal API.

Details

This is a core function invoked by other functions in the package.

Value

data.frame including data retrieved from cBioPortal.

Author(s)

Damiano Fantini, damiano.fantini@gmail.com

References

https://www.data-pulse.com/dev_site/TCGAretriever/

Examples

my_url <- "http://www.cbioportal.org/webservice.do?cmd=getCancerStudies"
x <- TCGAretriever:::basic_tcga_query(my_url)
show_head(x, 5, 2) 

 

TCGAretriever documentation built on July 26, 2023, 5:51 p.m.