cleanid | R Documentation |
Remove the '.version' part in raw GTEx (GENCODE) gene IDs to produce Ensembl IDs.
cleanid(gtex_id)
gtex_id |
Character vector of GTEx (GENCODE) gene IDs |
Character vector of Ensembl IDs
gtex_id <- c("ENSG00000227232.4", "ENSG00000223972.4", "ENSG00000268020.2")
cleanid(gtex_id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.