hgb-bin-proteomics / CandidateSearch

Proof-of-concept implementation of a search engine that uses sparse matrix multiplication to identify the best peptide candidates for a given mass spectrum.
https://hgb-bin-proteomics.github.io/CandidateSearch
MIT License
1 stars 1 forks source link

Search target and decoy database seperately #9

Closed michabirklbauer closed 1 year ago

michabirklbauer commented 1 year ago

E.g. get top_n/2 targets and top_n/2 decoys instead of top_n of merged target-decoy database

michabirklbauer commented 1 year ago

Not gonna implement this, as I can just do two seperate searches - not worth the effort. But for non-cleavable search this should be an option in MS Annika.