Learn R Programming

TCGAretriever (version 1.5)

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)

Value

data.frame with one row per gene and one column per case/sample

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)

Author

Damiano Fantini, damiano.fantini@gmail.com

References

Examples

Run this code
get_profile_data("blca_tcga_all", "blca_tcga_mutations", c("TP53", "E2F1"))

Run the code above in your browser using DataLab