Retrieve all proteomes from UniProt by taxid
2
0
Entering edit mode
3.4 years ago

Greetings!

I am trying to obtain reference proteomes of UniProt from taxids or taxon names. So far have tried with BioPython and biomart(r), but the former only allows this for Entrez, and the latter only searches for species (using the standard "getProteome", or kingdoms or phyla (with "meta.retrieval"). I want to be able to get for whole genus and/or other taxa level.

Is there any tool or methodology for querying UniProt and obtaining this information?

taxid uniprot • 1.3k views
ADD COMMENT
2
Entering edit mode
3.4 years ago

You may want to have a look at this UniProt help page https://www.uniprot.org/help/api_downloading

Reference proteomes are also available for download from our FTP server, at https://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/reference_proteomes/

Please don't hesitate to contact the UniProt helpdesk if you have any additional questions.

ADD COMMENT
0
Entering edit mode
3.4 years ago

Well, just realized it's as simple as requests.get('https://www.uniprot.org/uniprot/?query=taxonomy:taxid&format=fasta')

ADD COMMENT

Login before adding your answer.

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