get_ENSEMBL_trasncript_table: get_ENSEMBL_trasncript_table

Description Usage Arguments Details Value Examples

View source: R/XGSA.R

Description

This helper function returns a data frame with Ensembl gene IDs in the first column and Ensembl transcript IDs in the second column. This can be useful when gene expression data has been mapped to transcripts for example.

Usage

1

Arguments

species

Species name in the form 'hsapiens'

Details

This helper function returns a data frame with Ensembl gene IDs in the first column and Ensembl transcript IDs in the second column. This can be useful when gene expression data has been mapped to transcripts for example.

Value

This helper function returns a data frame with Ensembl gene IDs in the first column and Ensembl transcript IDs in the second column. This can be useful when gene expression data has been mapped to transcripts for example.

Examples

1
2
transcript_table <- get_ENSEMBL_trasncript_table('hsapiens')
head(transcript_table)

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