get_ENSEMBL_gene_list: get_ENSEMBL_gene_list

Description Usage Arguments Details Value Examples

View source: R/XGSA.R

Description

This helper function returns a data frame with one column containing all Ensembl gene IDs for the given species

Usage

1

Arguments

species

Species name in the form 'hsapiens'

Details

This helper function returns a data frame with one column containing all Ensembl gene IDs for the given species

Value

This helper function returns a data frame with one column containing all Ensembl gene IDs for the given species

Examples

1
2
human_ensembl_IDs <- get_ENSEMBL_gene_list('hsapiens')
head(human_ensembl_IDs)

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