id_conversion: Convert ENSEMBL gene id to gene Symbol in TCGA

View source: R/TCGA_id_conversion.R

id_conversionR Documentation

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")

Arguments

profiles

a data.frame

toType

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

Value

a data.frame, gene symbols and their expression value

Examples

## Not run: 
library(org.Hs.eg.db)
profile <- GeoTcgaData::profile
result <- id_conversion(profile)

## End(Not run)

GeoTcgaData documentation built on Sept. 23, 2022, 9:05 a.m.