Description Usage Arguments Details Value Note Examples
View source: R/map_aliquot_ID_to_SP_ID.R
Translate aliquot IDs (e.g. e0fccaf5-925a-41f9-b87c-cd5ee4aecb59) to "SP" IDs (e.g. SP1682)
1 | map_aliquot_ID_to_SP_ID(aliquot.ids)
|
aliquot.ids |
Character vector of aliquot IDs. |
If there are aliquot IDs that cannot be matched to any "SP" IDs, return NA with a warning.
Character vector of corresponding "SP" IDs. If a corresponding aliquot ID cannot be found, then return return NA with a warning.
This function is mainly designed to translate the file names of PCAWG consensus callsets for SNV/Indel (https://dcc.icgc.org/api/v1/download?fn=/PCAWG/consensus_snv_indel/final_consensus_snv_indel_passonly_icgc.public.tgz)
1 2 | aliquot.ids <- c("e0fccaf5-925a-41f9-b87c-cd5ee4aecb59", "foo")
SP.ids <- map_aliquot_ID_to_SP_ID(aliquot.ids)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.