convert_tcga | R Documentation |
Run data("tcga")
to see detail database for conversion.
convert_tcga(x, from = "sample_id", to = "submitter_id", multiple = FALSE)
x |
A character vector to convert. |
from |
Which identifier type to be converted. One of . |
to |
Identifier type convert to. Same as parameter |
multiple |
if |
A character vector.
x <- convert_tcga("TCGA-02-0001-10")
x
## Not run:
convert_tcga("TCGA-02-0001-10A-01W-0188-10")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.