getSampleFilesSummary | R Documentation |
Retrieve the numner of files under each data_category + data_type + experimental_strategy + platform Almost like https://portal.gdc.cancer.gov/exploration
getSampleFilesSummary(project, files.access = NA)
project |
A GDC project |
files.access |
Filter by file access ("open" or "controlled"). Default: no filter |
A data frame with the maf file information
Tiago Chedraoui Silva
summary <- getSampleFilesSummary("TCGA-UCS")
## Not run:
summary <- getSampleFilesSummary(c("TCGA-OV","TCGA-ACC"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.