This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
prolineconcepts:fdrestimator [2013/03/28 09:10] 132.168.72.131 créée |
prolineconcepts:fdrestimator [2013/11/27 15:41] (current) 193.48.0.3 |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== FDR Estimator ====== | + | ====== FDR Estimation ====== |
- | There are many ways to calculate FDR. Proline implements few of them : | + | There are several ways to calculate FDR depending on the database search type. In Proline the FDR is calculated at peptide and protein levels using the following rules: |
- | + | * if the Search has been done on a concatenated Target/Decoy bank, FDR = 2 * nbr DecoyPSM / (nbr TargetPSM + bnr DecoyPSM ). Note: when computing PSM FDR, peptide sequences matching a Target Protein and a Decoy Protein is taken into account in both cases. | |
- | * Default Estimator. The FDR is calculated using following rule | + | * if the Search has been done on a separated Target/Decoy bank, FDR = nbr DecoyPSM / nbr TargetPSM. |
- | * if Search have been done on a concatenated Target/Decoy bank, FDR = 2 * nbr DecoyPSM / (nbr TargetPSM + bnr DecoyPSM ). PeptideMatches that matches a Target Protein and a Decoy Protein will be count in both case. | + | |
- | * if Search have been done on a separated Target/Decoy bank, FDR = nbr DecoyPSM / nbr TargetPSM. | + | |
- | * Competition Based FDR Estimator : Uses FDR described in Navarro et al. (JPR, 2009) | + | |
- | * TO BE DESCRIBED | + | |