convertENSEMBLtoGeneSymbols {cTRAP} | R Documentation |
Convert ENSEMBL gene identifiers to gene symbols
convertENSEMBLtoGeneSymbols( genes, dataset = "hsapiens_gene_ensembl", mart = "ensembl" )
genes |
Character: ENSEMBL gene identifiers |
dataset |
Character: |
mart |
Character: |
Named character vector where names are the input ENSEMBL gene identifiers and the values are the matching gene symbols
convertENSEMBLtoGeneSymbols(c("ENSG00000112742", "ENSG00000130234"))