Entering edit mode
3.3 years ago
omermoses17
•
0
Hey,
I'm looking for a way to calculate the polarity of a single AA withing a sequance using python script.
Thanks!
Hey,
I'm looking for a way to calculate the polarity of a single AA withing a sequance using python script.
Thanks!
I would take a look at biopython
's ProtParam
module:
https://biopython.org/docs/1.75/api/Bio.SeqUtils.ProtParam.html
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.