Retrieving gene information through gene name from CIViC API
1
2
Entering edit mode
8.1 years ago

I need to use CIVIC database through api.There seems no provision to retrieve gene information through gene name.We can access gene info. through your local id which we dont know beforehand.Is it expected to first use (https://civic.genome.wustl.edu/api/genes) which returns all gene ids and name and use it to find required gene id through gene name and use this gene id to query database or there is some alternate to it? Can i directly retrieve using name say FRS2 etc.

civic • 1.8k views
ADD COMMENT
1
Entering edit mode
8.1 years ago

This issue was resolved on the civic-client github issue tracker here: https://github.com/genome/civic-client/issues/367

the following queries will now work:

GET /api/genes/BRAF?identifier_type=entrez_symbol
GET /api/genes/238?identifier_type=entrez_id

For example:

Improved documentation on these API methods and more is coming soon: https://civic.genome.wustl.edu/#/api-documentation

ADD COMMENT

Login before adding your answer.

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