Convert ensembl transcript ids to hgnc gene symbols
Examples
NRL_transcripts_hs <-
c("ENST00000359842", "ENST00000470566", "ENST00000465764")
transcripts_to_genes(transcripts = NRL_transcripts_hs)
#> [1] "RXRG" "RXRG" "RXRG"
Convert ensembl transcript ids to hgnc gene symbols
NRL_transcripts_hs <-
c("ENST00000359842", "ENST00000470566", "ENST00000465764")
transcripts_to_genes(transcripts = NRL_transcripts_hs)
#> [1] "RXRG" "RXRG" "RXRG"