Batch query obsolete gene names to get current HGNC symbol
1
1
Entering edit mode
7.8 years ago
komal.rathi ★ 4.1k

Hi everyone,

I have a list of genes (n = 5726) for which I wanted to get the chrom, start and end. I used the following query:

library(biomaRt)
ensembl <- useMart("ensembl", dataset = "hsapiens_gene_ensembl")
lit.genes.ann <- getBM(attributes = c('chromosome_name','start_position','end_position','hgnc_symbol'), filters = 'hgnc_symbol', values = gene.names, mart = ensembl)

I got results for all but 79 genes back. This list was probably generated some time back and I am using the current ensembl build to get the data. I looked up one such gene EMR1 on Genecards and looks like it has been changed to ADGRE1.

Is there a way to do a batch search & import to get current HGNC symbols for all the obsolete genes that I have? I am not looking for all the aliases but just one approved HGNC symbol per obsolete gene name. Some of the gene names are:

ACN9
AQPEP
BAI1
PAPL
EMR1
gene symbols obsolete biomart genecards • 2.8k views
ADD COMMENT
3
Entering edit mode
7.8 years ago
komal.rathi ★ 4.1k

Alright, I posted the question too soon I guess. For future reference - Multi-symbol checker worked.

ADD COMMENT
1
Entering edit mode

Great to see the OP reply in lightning speed answer to the question posted by self.

ADD REPLY

Login before adding your answer.

Traffic: 2698 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6