Entering edit mode
4.8 years ago
rimgubaev
▴
340
I wonder if someone could help to find annotation for the list of NCBI's Gene ID. I got the Gene IDs in numeric format and I want to submit the list containing IDs of interest and retrieve the annotation for this IDs from NCBI as well as references to other databases like KEGG or UniProt.
Post examples when you ask this sort of a question. Numeric ID's could be/mean anything so it helps to be specific.
I may not have completely understood your question, but you might want to try NCBI API (https://www.ncbi.nlm.nih.gov/books/NBK25501/) also biopython (http://biopython.org/DIST/docs/tutorial/Tutorial.html)
What would be more relevant to you is this snippet that I took from section 5.3.2 of BioPython tutorial (same link as above):
Now let’s use a handle to download a SwissProt file from ExPASy, something covered in more depth in Chapter 10. As mentioned above, when you expect the handle to contain one and only one record, use the Bio.SeqIO.read() function:
Assuming your network connection is OK, you should get back: