-
Notifications
You must be signed in to change notification settings - Fork 111
Quameter/peak symmetry #3271
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
base: master
Are you sure you want to change the base?
Quameter/peak symmetry #3271
Conversation
…s it anyway and this will make tab completion easier on Linux and MacOS
mayo/gitignore updates
|
Anything I can do to move this pull request forward? |
|
Sorry for the big delay reviewing this. Please revert the whitespace changes to make the changes easier to review and while you're at it remove the // BEG and //END comments (if I want to know where some code came from I'll just use |
Motivation:
Helps ascertain if there are disproportionately more MS2 triggers which in turn inflates the spectral counts for that protein.
This alters the ability to assess peak area and contributes to more variability in the assays.
We would hope for more peaks to be centered near the 1-line (line slope=1).
A convenient Jupyter notebook for example plotting is available from [email protected] .
Less changes would have been necessary if not for the near duplicate data structures (i.e. SlimCrawPeak,
CrawPeak, Peak, CrawdadPeak).