Description Usage Format Examples
A named character vector: mapping case_id (i.e., patient ID) to the TCGA project ID they belong to
1 |
An object of class character
of length 14551.
1 2 3 4 5 6 | library(ExperimentHub)
eh <- ExperimentHub()
myfiles <- query(eh, "HarmonizedTCGAData")
project_ids <- myfiles[[2]]
# project_ids <- myfiles[['EH1015']]
head(project_ids)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.