get_ENSEMBL_symbol_map: get_ENSEMBL_symbol_map

Description Usage Arguments Details Value Examples

View source: R/XGSA.R

Description

This helper function retrieves the mapping between ENSEMBL gene IDs and common gene symbols

Usage

1

Arguments

species

Species name in the form 'hsapiens'

Details

This helper function retrieves the mapping between ENSEMBL gene IDs and common gene symbols

Value

This function returns a data frame with Ensembl gene IDs in the first column and common gene symbols in the second column.

Examples

1
2
human_symbol_map <- get_ENSEMBL_symbol_map('hsapiens')
head(human_symbol_map)

VCCRI/XGSA documentation built on March 5, 2021, 10:22 p.m.