Protein level FDR
The current protein assembly function will not attempt calculating FDR at the protein level. It would be useful to perform FDR estimate using the target-decoy principle.
Functionality should be when this is enabled:
1) Only use peptides passing the FDR cutoff (as now)
2) Look for decoy prefix in the proteins matching the peptides. If a peptide matches both target and decoy prefixes, the decoy proteins should not be brought forward.
3) Calculate scores by multiplying the FDR of all peptides for all protein.
4) Estimate protein FDR by counting better decoy proteins at all score estimates.
5) Set protein FDR of target proteins
6) Filter protein list so that only proteins with better FDR are reported.
Change History (10)
Milestone: |
Proteios SE Future Release →
Proteios 2.13.0
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
(In [3756]) Refs #672. Added protein FDR calculation and filtering. Uppdated form accordingly.