Ptm stoichiometry#2
Draft
pcruzparri wants to merge 50 commits into
Draft
Conversation
e8395c8 to
589b275
Compare
589b275 to
8a895de
Compare
692b5ed to
a874306
Compare
…culation in mzlibutils were copied from the previous branch onto this one. Need to add/remake the tests next.
…s. Need tests for the protein groups and the occupancy set up (currently called CalculateOccupancies).
…ts population) from SetUpQuantificationObjects method for now.
a874306 to
6389de1
Compare
…tide input for setting up the protein groups and the quantifications.
…bug when merging QuantifiedPeptides that caused the resulting mods to have greater intensity than total base peptide intensity.
…into PTMStoichiometry
Copilot suggestions for PFA class Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
copilot suggestions for creating deep copy on peptide mod stoich method as well as cleaner AND/OR conditional priority Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
comment fix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
comment fix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ote: the util occupancy code will be kept for now in the event it can be useful in the future due to its simpler code structure.
…for occupancy reporting. Updating quant to always have per group psm count, psm occupancy, and additionally intensity and intensity occupancy if lfq provided. NEEDS TESTS.
…roperties to ensure string and headers are always writeable.
…ould be call before writing quantification columns.
…into PTMStoichiometry
…PSM recounting the psm intensity for the unambiguous mods in that PSM.
code review revisions and additional unit tests
…oupType categories. Occupancy is now only reported from unamibiguous PSMs (will be enhanced later).
…s PSMs (FullSequence != null) are used for occupancy; 2) Generalized enum types of BioPolymerGroupType to Parent and DigestionProductTypes, which are general to proteomics and transcriptomics.
…into PTMStoichiometry
… fixes the integration issue.
* Changed ProteinXML writer to no longer produce empty position tags (e.g., <begin position="" />" in the .xml database * No longer write malformed entries * Small modificatoins to protein db writer of questionable quality * Updated .gitignore * Added UniprotEntry class, modified ProteinDbWriter for ProSight Compatibility * Added test for fasta -> xml writing * Updated proteinDbWriter, tests, add new protein constructor * Added new flag to WriteProteinDb * Fixed non variant protein assignment issue * Addressed Shortreed PR comments
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
test PR on fork to track diffs prior to PR on upstream.