Example #1
0
 public void TestpDeepParser()
 {
     Pdeep.pDeepParser(null);
 }
Example #2
0
 private void btnPdeep_Click(object sender, RoutedEventArgs e)
 {
     Pdeep.pDeepSearchInput(PSMs);
     CMD.Program.Main(new string[] { });
     predictedIntensities = Pdeep.pDeepParser(PSMs);
 }