Description Usage Arguments Details Value Examples
View source: R/TCGA_ID_to_ICGC_ID.R
Translate TCGA (The Cancer Genome Atlas) IDs to ICGC (International Cancer Genome Consortium) IDs
1 | TCGA_ID_to_ICGC_ID(tcga.ids)
|
tcga.ids |
Character vector of TCGA IDs. |
If there are TCGA IDs that cannot be matched to any ICGC IDs, return NA with a warning.
Character vector of corresponding ICGC IDs. If a corresponding ICGC ID cannot be found, then return NA with a warning.
1 2 3 | tcga.ids <- c("TCGA-AA-A01V", "foo", "TCGA-CA-6717", "bar")
icgc.ids <- TCGA_ID_to_ICGC_ID(tcga.ids)
icgc.ids <- icgc.ids[nzchar(icgc.ids)]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.