how to get protparam physico and chemical properties for each sequence using perl programming?
1
0
Entering edit mode
6.3 years ago

I have lot of protein sequence in one file. I need protparam physico and chemical prperties for each sequence.how to get the information using perl or any other programming language.

protparam sequence perl • 1.3k views
ADD COMMENT
0
Entering edit mode
6.3 years ago

There isn't a very sophisticated way of accessing ProtParam programmatically, but you can send GET requests such as https://web.expasy.org/cgi-bin/protparam/protparam1/?P15457@noft@ (for UniProtKB accession P15457) https://web.expasy.org/cgi-bin/protparam/protparam/?sequence=ASADSDFSF (for raw sequence ASADSDFSF)

If you decide to use this approach, we strongly recommend that you wait for the result of one query before submitting the next one, in order to make responsible use of the server resources. If in doubt, contact the ExPASy helpdesk.

ADD COMMENT

Login before adding your answer.

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