Skip to contents

Convert ensembl transcript ids to hgnc gene symbols

Usage

transcripts_to_genes(transcripts)

Arguments

transcripts

human transcripts

Value

a vector of gene symbols

Examples


NRL_transcripts_hs <-
c("ENST00000359842", "ENST00000470566", "ENST00000465764")

transcripts_to_genes(transcripts = NRL_transcripts_hs)
#> [1] "RXRG" "RXRG" "RXRG"