Batch compute pI (isoelectric point) and Mw (molecular weight) via Compute pI/Mw tool at ExPASy

· by shenwei · Read in about 1 min · (9 Words)

本文提供批量计算蛋白质等电点的Perl脚本,根据包含氨基酸的fasta序列,批量提交表单到ExPASy的等电点计算工具(不支持对多条氨基酸序列进行批量计算),并解析结果。

这个脚本包含两个方法:逐条读取Fasta序列;通过LWP模块提交表单。

Latest source code is available on Github