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

clean branch with latest versions of grouping module, grouping_tutori… #51

Merged
merged 9 commits into from
Nov 7, 2023

Conversation

vbrennsteiner
Copy link
Collaborator

Added module 'grouping.py' to perform maximum parsimony grouping on either proteins or gene names from a psm output table. The goal is to have each precursor contribute only once to the final number of protein or gene identifications, effectively determining a single ID for each precursor ('pg_master' column in output). IDs with subsettable precursor sets are summarized into groups ('pg' column in output).

Logic and performance tests 'test_grouping.py' and 'test_grouping_performance.py' are added to unit_tests/. The module was developed in the notebook 'test_protein_grouping.ipynb' in nbs/debug/, where an explanation and references of the grouping strategy are provided.

@vbrennsteiner vbrennsteiner self-assigned this Oct 28, 2023
@GeorgWa GeorgWa merged commit fefd9b9 into development Nov 7, 2023
0 of 3 checks passed
@GeorgWa GeorgWa deleted the grouping_feature branch November 15, 2023 12:57
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

Successfully merging this pull request may close these issues.

2 participants