Learn R Programming

GeoTcgaData (version 1.1.1.992)

id_conversion: Convert ENSEMBL gene id to gene Symbol in TCGA

Description

Convert ENSEMBL gene id to gene Symbol in TCGA

Usage

id_conversion(profiles, toType = "SYMBOL")

Value

a data.frame, gene symbols and their expression value

Arguments

profiles

a data.frame

toType

one of 'keytypes(org.Hs.eg.db)'

Examples

Run this code
if (FALSE) {
library(org.Hs.eg.db)
profile <- GeoTcgaData::profile
result <- id_conversion(profile)
}

Run the code above in your browser using DataLab