View source: R/terraTCGAdata.R
getAssayTable | R Documentation |
The column names in the output can be used in the getAssayData
function.
getAssayTable(
tablename = .DEFAULT_TABLENAME,
metacols = .PARTICIPANT_METADATA_COLS,
workspace = terraTCGAworkspace(),
namespace = .DEFAULT_NAMESPACE
)
tablename |
The Terra data model table from which to extract the clinical data (default: "sample") |
metacols |
The set of columns that comprise of the metadata columns.
See the |
workspace |
character(1) The Terra Data Resources workspace from which
to pull TCGA data (default: see |
namespace |
character(1) The Terra Workspace Namespace that defaults to "broad-firecloud-tcga" and rarely needs to be changed. |
A tibble of pointers to resources within the Terra data model
if (
AnVILGCP::gcloud_exists() &&
identical(AnVILBase::avplatform_namespace(), "AnVILGCP") &&
nzchar(AnVILGCP::avworkspace_name())
)
getAssayTable(workspace = "TCGA_COAD_OpenAccess_V1-0_DATA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.