Learn R Programming

TCGAretriever (version 1.3)

get_profile_data: Retrieve TCGA Data corresponding to a Specific Genetic Profile of Interest

Description

Retrieve Data corresponding to a Genetic Profile of interest from a given TCGA Study. This function is the workhorse of the TCGAretriever package and can be used to fetch data concerning several genes at once. For larger queries, the use of the fetch_all_tcgadata() function is mandatory

Usage

get_profile_data(case_id = NULL, gprofile_id = NULL, glist = NULL)

Arguments

case_id

String corresponding to the Identifier of a list of cases

gprofile_id

String corresponding to the Identifier of a genetic Profile of interest

glist

Character vector including one or more gene identifiers (ENTREZID or OFFICIAL_SYMOL)

Value

Data Frame with one row per gene and one column per case/sample

References

http://www.biotechworld.it/bioinf/2016/07/11/tcga-data-via-tcgaretriever/

Examples

Run this code
# NOT RUN {
get_profile_data("blca_tcga_all", "blca_tcga_mutations", c("TP53", "E2F1"))
# }

Run the code above in your browser using DataLab