-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(protein-prospector): Add TMT converter for protein prospector #97
Conversation
inst/tinytest/raw_data/ProteinProspector/Prospector_TotalTMT.txt
Outdated
Show resolved
Hide resolved
TODO:
|
Hi @tonywu1999 , adding 1:n() to PSM is meant to help retain the identity of PSMs when melting, right? |
Yes, and I believe retaining the identity of PSMs is needed when aggregating them here within the same run/sequence/charge combination.
It looks like the single underscore from adding
I ended up updating the code to use := when adding the PSM column |
Motivation and Context
In this issue, one of our users is requesting a new PTM+TMT converter for Protein Prospector. In order to create this converter, we first need to create a TMT converter.
Changes
.cleanRawProteinProspector
to clean up the protein prospector outputProteinProspectortoMSstatsTMTFormat
function with basic functionalityTesting
Checklist Before Requesting a Review