-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove code for ignoring ambiguous spectra from MSFReader.cpp (#3111)
Fixed "Keep ambiguous matches" not working for .pdResult files (reported by Wes)
- Loading branch information
1 parent
9b90309
commit abe9cec
Showing
5 changed files
with
64 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
libLSID numSpecs majorVersion minorVersion | ||
urn:lsid:proteome.gs.washington.edu:spectral_library:bibliospec:redundant:tiny-msf-keep.blib 6 1 10 | ||
id RefSpectraID position mass | ||
1 1 1 4.008491 | ||
2 1 2 4.008491 | ||
3 1 7 4.008491 | ||
4 2 3 4.008491 | ||
5 2 4 4.008491 | ||
6 2 7 4.008491 | ||
7 3 1 4.008491 | ||
8 3 2 4.008491 | ||
9 3 7 4.008491 | ||
10 4 1 4.008491 | ||
11 4 3 4.008491 | ||
12 4 7 4.008491 | ||
13 5 1 15.994915 | ||
14 5 8 15.994915 | ||
15 5 10 4.008491 | ||
id peptideSeq precursorMZ precursorCharge peptideModSeq prevAA nextAA copies numPeaks ionMobility collisionalCrossSectionSqA ionMobilityHighEnergyOffset ionMobilityType retentionTime startTime endTime totalIonCurrent moleculeName chemicalFormula precursorAdduct inchiKey otherKeys fileID SpecIDinFile score scoreType | ||
1 KKLVPLK 419.81906737 2 K[+4.0]K[+4.0]LVPLK[+4.0] - - 1 90 0.0 0.0 0.0 0 0.32088 N/A N/A 3448.02592301 N/A N/A N/A N/A N/A 1 2 0.002 1 | ||
2 VPKKILK 419.81915892 2 VPK[+4.0]K[+4.0]ILK[+4.0] - - 1 95 0.0 0.0 0.0 0 1.12651166 N/A N/A 4332.04377079 N/A N/A N/A N/A N/A 1 4 0.006 1 | ||
3 KKLVPLK 419.81915892 2 K[+4.0]K[+4.0]LVPLK[+4.0] - - 1 95 0.0 0.0 0.0 0 1.12651166 N/A N/A 4332.04377079 N/A N/A N/A N/A N/A 1 4 0.009 1 | ||
4 KLKVIPK 419.81921996 2 K[+4.0]LK[+4.0]VIPK[+4.0] - - 1 100 0.0 0.0 0.0 0 2.24853 N/A N/A 4803.68319678 N/A N/A N/A N/A N/A 1 6 0.002 1 | ||
5 MASASGAMAK 481.22015990 2 M[+16.0]ASASGAM[+16.0]AK[+4.0] - - 1 120 0.0 0.0 0.0 0 2.85028666 N/A N/A 7404.39071369 N/A N/A N/A N/A N/A 1 9 0.01 1 | ||
6 RPVTPKK 413.76981200 2 RPVTPKK - - 1 175 0.0 0.0 0.0 0 2.87913166 N/A N/A 16087.57 N/A N/A N/A N/A N/A 2 10 0.002 1 | ||
id fileName idFileName cutoffScore | ||
1 D:/Elite_MAM/MITO_03.raw /BiblioSpec/tests/inputs/试验_tiny.msf -1.0 | ||
2 X:/Test.raw /BiblioSpec/tests/inputs/试验_tiny.msf -1.0 | ||
id scoreType probabilityType | ||
0 UNKNOWN NOT_A_PROBABILITY_VALUE | ||
1 PERCOLATOR QVALUE PROBABILITY_THAT_IDENTIFICATION_IS_INCORRECT | ||
2 PEPTIDE PROPHET SOMETHING PROBABILITY_THAT_IDENTIFICATION_IS_CORRECT | ||
3 SPECTRUM MILL NOT_A_PROBABILITY_VALUE | ||
4 IDPICKER FDR PROBABILITY_THAT_IDENTIFICATION_IS_INCORRECT | ||
5 MASCOT IONS SCORE PROBABILITY_THAT_IDENTIFICATION_IS_INCORRECT | ||
6 TANDEM EXPECTATION VALUE PROBABILITY_THAT_IDENTIFICATION_IS_INCORRECT | ||
7 PROTEIN PILOT CONFIDENCE PROBABILITY_THAT_IDENTIFICATION_IS_CORRECT | ||
8 SCAFFOLD SOMETHING PROBABILITY_THAT_IDENTIFICATION_IS_CORRECT | ||
9 WATERS MSE PEPTIDE SCORE NOT_A_PROBABILITY_VALUE | ||
10 OMSSA EXPECTATION SCORE PROBABILITY_THAT_IDENTIFICATION_IS_INCORRECT | ||
11 PROTEIN PROSPECTOR EXPECTATION SCORE PROBABILITY_THAT_IDENTIFICATION_IS_INCORRECT | ||
12 SEQUEST XCORR PROBABILITY_THAT_IDENTIFICATION_IS_INCORRECT | ||
13 MAXQUANT SCORE PROBABILITY_THAT_IDENTIFICATION_IS_INCORRECT | ||
14 MORPHEUS SCORE PROBABILITY_THAT_IDENTIFICATION_IS_INCORRECT | ||
15 MSGF+ SCORE PROBABILITY_THAT_IDENTIFICATION_IS_INCORRECT | ||
16 PEAKS CONFIDENCE SCORE PROBABILITY_THAT_IDENTIFICATION_IS_INCORRECT | ||
17 BYONIC SCORE PROBABILITY_THAT_IDENTIFICATION_IS_INCORRECT | ||
18 PEPTIDE SHAKER CONFIDENCE PROBABILITY_THAT_IDENTIFICATION_IS_CORRECT | ||
19 GENERIC Q-VALUE PROBABILITY_THAT_IDENTIFICATION_IS_INCORRECT | ||
20 HARDKLOR IDOTP PROBABILITY_THAT_IDENTIFICATION_IS_CORRECT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters