Learn R Programming

TCGAretriever (version 1.5)

expand_cases: Explode TCGA Case Identifiers from a TCGA Study

Description

Each TCGA Study includes one or more "case lists". These are lists of sample/patient identifiers. All case lists of a study of interest are retrieved and the individual case identifiers are expanded and returned

Usage

expand_cases(csid = NULL)

Value

list containing as many elements as TCGA case lists available for a given TCGA Study. Each element is a list containing two elements:

  • a string corresponding to the Id of the case list as defined by TCGA

  • character vector including all case IDs corresponding to the case list

Arguments

csid

string corresponding to a TCGA Cancer Study identifier

Examples

Run this code
expand_cases("blca_tcga")

Run the code above in your browser using DataLab