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

Support for building BiblioSpec libraries from MeroX proxl.xml files. #2388

Merged
merged 5 commits into from
Nov 27, 2022

Conversation

nickshulman
Copy link
Contributor

Added support for building spectral libraries from MeroX proxl.xml files (requested by Juan)

(still need to add a BiblioSpec unit test)

Copy link
Contributor

@brendanx67 brendanx67 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks okay to me. Obviously, Matt should review, as you have requested.

Nicholas Shulman added 3 commits November 19, 2022 16:30
If a crosslinker has any neutral losses defined, it is assumed that those neutral losses result in the crosslinker being cleaved.
@nickshulman nickshulman marked this pull request as ready for review November 23, 2022 20:29
@nickshulman nickshulman requested a review from chambm November 23, 2022 20:29
Copy link
Member

@chambm chambm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay. The blib changes look fine except for tabs. I'm looking into the MGF TITLE thing. It looks like SpectrumList::findSpotId does look up spectrum titles. But it requires the full title, not just a substring from it. That can be augmented though to address the MGF scan number issue you emailed about.

case PERCOLATOR_ANALYSIS: return blibMaker_.getScoreThreshold(GENERIC_QVALUE_INPUT);
case PLINK_ANALYIS: return blibMaker_.getScoreThreshold(GENERIC_QVALUE_INPUT);
case BYONIC_ANALYSIS:
return blibMaker_.getScoreThreshold(BYONIC);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess your C# tab settings didn't get carried over to the C++ editor. :)

@@ -107,6 +107,8 @@ void ProxlXmlReader::startElement(const XML_Char* name, const XML_Char** attr) {
analysisType_ = BYONIC_ANALYSIS;
else if (program == "plink")
analysisType_ = PLINK_ANALYIS;
else if (program == "merox")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess your C# tab settings didn't get carried over to the C++ editor. :)

@nickshulman nickshulman merged commit 4902f6a into master Nov 27, 2022
@nickshulman nickshulman deleted the Skyline/work/20221117_BlibMeroXSupport branch November 27, 2022 18:53
@chambm
Copy link
Member

chambm commented Nov 27, 2023

Hi @nickshulman ,

Looks like you actually added support for this variant of proXL. Do you remember why you picked "qvalue" instead of "score"?

@brendanx67
Copy link
Contributor

brendanx67 commented Nov 27, 2023 via email

@chambm
Copy link
Member

chambm commented Nov 27, 2023

MeroX Score. According to Juan it's calculated across multiple files. Looks like it might be a -log score of expectation or probability (higher is better).

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.

3 participants