Missing Gene Symbols From Mgi With Biomart (Mouse)
1
0
Entering edit mode
10.2 years ago
traversc • 0

I'm trying to use biomaRt to get attributes for a bunch of genes. When I try it, I notice that there are some missing values. Can someone tell me why?

Ex.:

library(biomaRt)
mart <- useMart(biomart="ensembl", dataset="mmusculus_gene_ensembl")
results <- getBM(attributes = c("gene_biotype", "mgi_symbol"), filters = "mgi_symbol", values = "Gm4890", mart = mart)

Yet I can see the gene plainly here: http://www.informatics.jax.org/marker/MGI:3779445

mouse biomart r • 6.2k views
ADD COMMENT
0
Entering edit mode
10.2 years ago
Emily 23k

I just did your query and got a result:

lincRNA    Gm4890

How many IDs did you use in your query? Are you using the latest version (74), because the name Gm4890 wasn't assigned in previous databases?

ADD COMMENT
0
Entering edit mode

How do I check which version of ensembl I am using with biomaRt? I assumed it would use the latest, since it pulls from the online database?

I don't think that is the issue anyway, because these IDs came from fairly old reference files.

ADD REPLY
0
Entering edit mode

It definitely works with the current database, because I tried it.

How many IDs did you use in your query?

ADD REPLY
0
Entering edit mode

Thank you Emily.

I figured out the problem in case anyone was wondering... I just needed to update Bioconductor

/slaps forehead

ADD REPLY
0
Entering edit mode

Hello, I am also using biomaRt on R, and have some ensemble ids without mgi symbol.

Updating did not solve the problem.

Can some one help me with this?

Thanks.

ADD REPLY
0
Entering edit mode

Have you found a solution to this problem? I also noticed that from a list of 46,000 MGI loci, only 38,000 are converted to ensembl genes even after updating to the most recent version of bioconductor.

ADD REPLY
0
Entering edit mode

Can you send the list of ids to helpdesk@ensembl.org and we can look into it.

ADD REPLY
0
Entering edit mode

I am facing the same issue. Out of 54146 ensembl_gene_ids, I get 50663 Mgi_gene_symbols. Did you find any solution?

ADD REPLY

Login before adding your answer.

Traffic: 2832 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