transcripts_to_genes: Ensembl Transcript Ids to Gene Symbols

View source: R/seurat_annotation.R

transcripts_to_genesR Documentation

Ensembl Transcript Ids to Gene Symbols

Description

convert ensembl transcript ids to hgnc gene symbols

Usage

transcripts_to_genes(transcripts, organism = "human")

Arguments

transcripts

Examples


RXRG_transcripts_hs <- c("ENST00000359842", "ENST00000470566", "ENST00000465764", "ENST00000619224")

transcripts_to_genes(transcripts = RXRG_transcripts_hs)


whtns/seuratTools documentation built on April 9, 2024, midnight