You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some pipelines need to filter PSMs taking into account the Search Engine provisioning (which search engines have identified the corresponding spectrum), we see two cased here:
Filter peptides identifications if the corresponding spectrum was identified with different sequences by each search engine. For example Spectrum A identified by SearchEngine A with sequence A and by Search Engine B with sequence B. We should be able to remove that case with a filter.
The text was updated successfully, but these errors were encountered:
There is a new filter named "PSM_SET_CONTAINS_SCORE_FILTER" now (see PR #123).
This works like a normal literal filter and only PSM sets containing the given score are passed on. If you require more than one (like all) scores, just add all. The test-file SearchEngineFilterTest demonstrates this in more detail.
Some pipelines need to filter PSMs taking into account the Search Engine provisioning (which search engines have identified the corresponding spectrum), we see two cased here:
Filter Peptides that are not identified by all search engines. PR https://github.com/mpc-bioinformatics/pia/pull/123
Filter peptides identifications if the corresponding spectrum was identified with different sequences by each search engine. For example Spectrum A identified by SearchEngine A with sequence A and by Search Engine B with sequence B. We should be able to remove that case with a filter.
The text was updated successfully, but these errors were encountered: