.getWorkspaceTable | R Documentation |
The datasets include all TCGA datasets that do not come from the Genomic Data Commons Data Repository because those data use a different data model.
.getWorkspaceTable(project = "^TCGA", cancerCode = ".*")
project |
character(1) A prefix for the regex search across all public projects on the terra platform (default: '"^TCGA"'). Usually, this does not change. |
cancerCode |
character(1) Corresponds to the TCGA cancer code (e.g, "ACC" for AdrenoCortical Carcinoma) of interest. The default value of ('.*') provides all available cancer datasets. |
A 'tibble' 'data.frame' that match the project in put; by default, TCGA workspaces.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.