getSampleFilesSummary {TCGAbiolinks} | 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, legacy = FALSE, files.access = NA)
project |
A GDC project |
legacy |
Access legacy database ? Deafult: FALSE |
files.access |
Filter by file access ("open" or "controlled"). Default: no filter |
A data frame with the maf file information
summary <- getSampleFilesSummary("TCGA-LUAD") ## Not run: summary <- getSampleFilesSummary(c("TCGA-OV","TCGA_ACC")) ## End(Not run)