Skip to contents

Lookup table for converting Human (Homo sapiens) Ensembl transcript IDs to gene IDs based on genome assembly GRCH38 from Ensembl.

Usage

grch38_tx2gene

Format

An object of class tbl_df (inherits from tbl, data.frame) with 277081 rows and 2 columns.

Details

Variables:

  • enstxp

  • ensgene

Examples

data(grch38_tx2gene)
head(grch38_tx2gene)
#> # A tibble: 6 × 2
#>   enstxp          ensgene        
#>   <chr>           <chr>          
#> 1 ENST00000373020 ENSG00000000003
#> 2 ENST00000612152 ENSG00000000003
#> 3 ENST00000496771 ENSG00000000003
#> 4 ENST00000494424 ENSG00000000003
#> 5 ENST00000373031 ENSG00000000005
#> 6 ENST00000485971 ENSG00000000005