-
Notifications
You must be signed in to change notification settings - Fork 7
Fill data from uniprot
rtobes edited this page Aug 29, 2011
·
8 revisions
Completes protein data performing HTTP requests to Uniprot site. (this program can be replaced by a WS with Bio4j servlets as end-point) The jar file can be downloaded here
Arguments for the program:
- Name of the XML file with predicted genes
- Output XML filename with uniprot data incorporated
Sample of String used for the request:
http://www.uniprot.org/uniprot/?query=accession:Q8YZR1&format=tab&columns=protein names,organism,comment(FUNCTION),ec,interpro,go,pathway,families,keywords,length,subcellular locations,citation
Information retrieved from Uniprot and associated to predicted genes includes:
- Protein names
- Gene names
- Organism
- Comment (FUNCTION)
- EC numbers
- InterPro
- Gene Ontology
- Comment (Pathway)
- Protein family
- Keywords
- Length
- Subcellular locations
- PubMed ID
- Comment (mass spectrometry)
- UniRef 100 entry
- UniRef 90 entry
- Uniref 50 entry