Obtaining OMA and HOG IDs
1
0
Entering edit mode
5 months ago
gtzotzos • 0

Given a list of gene IDs, how does one obtain the corresponding OMA and HOG IDs?

In anticipation of suggestions, many thanks in advance

George

OMA browser • 268 views
ADD COMMENT
0
Entering edit mode
5 months ago

Hi George,

the best is to use the REST API. You can send a json encoded list of protein IDs of interest using your favorite tool. a generic example with curl is the following:

curl  --header "Content-Type: application/json" --request POST --data '{"ids": ["P53_HUMAN","P12345"]}' https://omabrowser.org/api/protein/bulk_retrieve/

For python, we also provide the omadb client: https://github.com/DessimozLab/pyomadb for more information about it. I hope this helps.

Adrian

ADD COMMENT

Login before adding your answer.

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