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

Add Python API access to PepScores and Ambiguity scores #6

Closed AnthonyOfSeattle closed 2 years ago

AnthonyOfSeattle commented 2 years ago

This PR is to address the second part of #4, which will allow access to internal components of the pyAscore C++ code. It will add a getter function to access the sorted PepScore containers, which can be iterated across and passed to a new ambiguity score function which will allow users to create custom analyses beyond the traditional scoring pipeline.