View source: R/TCGA_id_conversion.R
id_conversion_TCGA | R Documentation |
Convert ENSEMBL gene id to gene Symbol in TCGA
id_conversion_TCGA(profiles, toType = "SYMBOL")
profiles |
a data.frame of gene expression data, each column is a sample, and each row is a gene. |
toType |
one of 'keytypes(org.Hs.eg.db)' |
a data.frame, gene symbols and their expression value
library(org.Hs.eg.db)
data(profile)
result <- id_conversion_TCGA(profile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.