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
Parameters.SearchTaskResults.AddTaskSummaryText("MS2 spectra in "+strippedFileName+": "+Parameters.NumMs2SpectraPerFile[strippedFileName][0]);
564
561
Parameters.SearchTaskResults.AddTaskSummaryText("Precursors fragmented in "+strippedFileName+": "+Parameters.NumMs2SpectraPerFile[strippedFileName][1]);
565
-
Parameters.SearchTaskResults.AddTaskSummaryText("Target "+analyteString+"s within 1% FDR in "+strippedFileName+": "+psmsForThisFile.Count(a =>a.FdrInfo.QValue<=0.01&&!a.IsDecoy));
562
+
Parameters.SearchTaskResults.AddTaskSummaryText("Target PSMs within 1% FDR in "+strippedFileName+": "+psmsForThisFile.Count(a =>a.FdrInfo.QValue<=0.01&&!a.IsDecoy));
566
563
567
564
// writes all individual spectra file search results to subdirectory
Parameters.SearchTaskResults.AddTaskSummaryText("Target "+GlobalVariables.AnalyteType.ToString().ToLower()+"s within 1% FDR in "+strippedFileName+": "+peptidesForFile.Count(a =>a.FdrInfo.QValue<=0.01&&!a.IsDecoy)+Environment.NewLine);
Parameters.SearchTaskResults.AddTaskSummaryText("Target "+GlobalVariables.AnalyteType.ToLower()+"s within 1% FDR in "+strippedFileName+": "+peptidesForFile.Count(a =>a.FdrInfo.QValue<=0.01&&!a.IsDecoy)+Environment.NewLine);
1018
1015
1019
1016
// writes all individual spectra file search results to subdirectory
Assert.IsTrue(theStringResult.Contains("All target PSMs within 1% FDR: 2"));//it's not a psm, it's a MBR feature. 2 because there are two files, but not 4 because MBR != psm
210
+
Assert.IsTrue(theStringResult.Contains("All target PSMS within 1% FDR: 2"));//it's not a psm, it's a MBR feature. 2 because there are two files, but not 4 because MBR != psm
/// TODO: MetaMorpheus currently reports ambiguity at the PrSM level, but starts tossing things when we get to the proteoform/protein level. See issue #2061
59
-
/// Example 1: a base seqeunce is needed for parsimony, but an ambiguous sequence means the base sequence is null.
60
-
/// Example 2: a full sequence is needed for determining which peptides/proteoforms are unique, but ambiguous localization means the full sequence is null.
listOfModsVariable:newList<(string,string)>{("Common Variable","Oxidation on M"),("Common Biological","Acetylation on K"),("Common Biological","Trimethylation on K")},
72
-
listOfModsFixed:newList<(string,string)>{("Common Fixed","Carbamidomethyl on C")}
0 commit comments