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

Spectral library generation writes dubious spectra #2279

Open
Alexander-Sol opened this issue May 25, 2023 · 0 comments
Open

Spectral library generation writes dubious spectra #2279

Alexander-Sol opened this issue May 25, 2023 · 0 comments

Comments

@Alexander-Sol
Copy link
Contributor

Spectral library generation is writing all PSMs where the PEP is less than 0.5. (Hard-coded) This feels high, possibly a typo. @YulingDai, is this the intended behavior?

filteredPsmList = Parameters.AllPsms.Where(p => p.FdrInfo.PEP_QValue <= 0.01 || p.FdrInfo.PEP < 0.5).ToList();
                filteredPsmList.RemoveAll(b => b.IsDecoy);
                filteredPsmList.RemoveAll(b => b.IsContaminant);
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

No branches or pull requests

1 participant