我想要这样的东西:
var peptide = "LENQ"
peptide[2:3] -> NQ
peptide[2:4] -> NQL
peptide[2:5] -> NQLE
最好的方法是什么?可能有一个库函数来获取它还是我需要自己编写它?
HUH函数
相关分类