getDataCategorySummary {TCGAbiolinks} | R Documentation |
Create a Summary table for each sample in a project saying if it contains or not files for a certain data category
getDataCategorySummary(project, legacy = FALSE)
project |
A GDC project |
legacy |
Access legacy (hg19) or harmonized database (hg38). |
A data frame
summary <- getDataCategorySummary("TCGA-ACC", legacy = TRUE)