Villen-Lab / pyAscore

A python package for fast post translational modification localization, powered by Cython.
https://pyascore.readthedocs.io/
MIT License
18 stars 5 forks source link

Improve iterator #34

Closed AnthonyOfSeattle closed 2 years ago

AnthonyOfSeattle commented 2 years ago

This PR is to enhance the iterator functionality of PyModifiedPeptide in the Python API as detailed in #33. Users will be able to iterate over signatures and the underlying fragments with much more ease. This PR also adds a brief introduction to using this class in Python. As the class improves, I want to add even more detailed information, or even add a new page which is entitled building a scoring pipeline.