-
Notifications
You must be signed in to change notification settings - Fork 15
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
Spectrum feature generator #178
Draft
ArthurDeclercq
wants to merge
32
commits into
main
Choose a base branch
from
spectrum-feature-generator
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
fdceeba
initial commit
ArthurDeclercq 5374ed8
finalize ms2 feature generation
ArthurDeclercq 60207a3
add rustyms
ArthurDeclercq ae39844
remove exit statement fixed IM required value
ArthurDeclercq 9b98c4d
change logger.info to debug
ArthurDeclercq 5e45756
added profile decorator to get timings for functions
ArthurDeclercq 304777c
removed profile as standard rescore debug statement
ArthurDeclercq 95ee475
added new basic features
ArthurDeclercq 73f4573
fixes for ms2 feature generator, removed multiprocessing
ArthurDeclercq 947233e
return empty list on parsing error with rustyms, removed multiprocessing
ArthurDeclercq 24ce565
add deeplc_calibration psm set
ArthurDeclercq 114b006
Merge branch 'timsRescore' of https://github.com/compomics/ms2rescore…
ArthurDeclercq 33c38b0
remove unused import
ArthurDeclercq 40425c7
Merge branch 'timsRescore' of https://github.com/compomics/ms2rescore…
ArthurDeclercq b810b8c
Merge branch 'timsRescore' of https://github.com/compomics/ms2rescore…
ArthurDeclercq 69b5d1a
Merge tag 'main' of https://github.com/compomics/ms2rescore into spec…
ArthurDeclercq 6e2d102
Merge pull request #177 from compomics/main
ArthurDeclercq 11fdc51
integrate mumble into ms2branch
ArthurDeclercq 3140c44
Merge remote-tracking branch 'origin/main' into spectrum-feature-gene…
ArthurDeclercq 883169a
temp removal of sage features before rescoring
ArthurDeclercq 97865e7
Merge branch 'main' of https://github.com/compomics/ms2rescore into s…
ArthurDeclercq da39ae8
remove psm_file features when rescoring with mumble
ArthurDeclercq 37fff28
linting
SamvPy e8b59f3
add hyperscore calculation
SamvPy c51cd34
calibration fixes
ArthurDeclercq 295e37f
changes for mumble implementation
ArthurDeclercq 909860d
change openms peptide formatting
SamvPy c5902c2
add mumble psm filtering functionality
ArthurDeclercq 6eaceb2
Merge branch 'spectrum-feature-generator' of https://github.com/compo…
ArthurDeclercq 5ce55f5
remove pyopenms dependency for hyperscore calculation
SamvPy 986c5f6
fix spectrum_id accession
ArthurDeclercq bbecf6a
Merge branch 'spectrum-feature-generator' of https://github.com/compo…
ArthurDeclercq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like it might be quite inefficient, however I'm not sure if it can be improved significantly, given that original_psm is in the metadata dict. Maybe keeping it a series instead of a list might be better. Or adding it to the dataframe.