biothings / mygene.info

MyGene.info: A BioThings API for gene annotations

Home Page:http://mygene.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some uniprot.Swiss-Prot are not available

leexgh opened this issue · comments

Uniprot.Swiss-Prot for some genes are not available after the recent update. For example gene AR(entrez ID 367) doesn't have uniprot information anymore https://mygene.info/v3/gene/367?fields=uniprot, it should return P10275 in the response.
This is the link to uniprot: https://www.uniprot.org/uniprotkb/P10275/entry

@leexgh we checked, the root cause here is UniProt no longer provides the mapping from P10275 to NCBIGene 367 any more. Not sure if that's intended or an issue on their end.

You can see the difference from these two records:

https://www.uniprot.org/uniprotkb/P24941/entry (contains "GeneID: 1017", also linked to NCBI Gene page)

v.s.

https://www.uniprot.org/uniprotkb/P10275/entry (does not contains "GeneID: 367" any more)