convert ensembl transcript ids to hgnc gene symbols
transcripts_to_genes(transcripts, organism = "human")
RXRG_transcripts_hs <- c("ENST00000359842", "ENST00000470566", "ENST00000465764", "ENST00000619224")
transcripts_to_genes(transcripts = RXRG_transcripts_hs)
#> [1] "RXRG" "RXRG" "RXRG" "RXRG"