One caveat: the Uniprot search function is billed as "a bit unstable". I haven't been able to get it to complete any searches successfully. BioServices may be more useful if a list of accession IDs is already available, though that defeats the purpose for me.
Additional caveat: the REST API does most of the work already in accessing Uniprot, so if you're willing to get your hands dirty then you can access the database contents easily with BeautifulSoup and the right urls. A simple proteome query may look like this:
"http://www.uniprot.org/proteomes/?query=" + your_query_here + "&fil=reference%3Ayes&sort=score"
*And in the end, I wrote it myself anyway.
No comments :
Post a Comment