Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"ValueError: min() arg is an empty sequence" in validation of deamidated identifications #24

Open
DongElkan opened this issue Sep 19, 2020 · 0 comments

Comments

@DongElkan
Copy link
Collaborator

DongElkan commented Sep 19, 2020

Raise ValueError: min() arg is an empty sequence in validation of deamidated identifications. This exception happens because in _apply_deamidation_correction method, the deamidated peptides are compared to non-deamidated analogues. The latter can't generate features for modified fragments if the target_mod is deamidation since this modification is removed, raising the exception. Thus rPTMDetermine can't validated deamidated peptide identifications. Alternative option is to set correct_deamidation=False to skip deamidation correction, though the results will be biased.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant