Class QCPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class QCPanel extends JPanel
This panel will display QC statistics for the current project.
Author:
Marc Vaudel, Harald Barsnes
See Also:
  • Field Details

    • validatedValues

      public ArrayList<Double> validatedValues
      Values of the validated target hits.
    • validatedDoubtfulValues

      public ArrayList<Double> validatedDoubtfulValues
      Values of the doubtful validated target hits.
    • nonValidatedValues

      public ArrayList<Double> nonValidatedValues
      Values of the non validated target hits.
    • validatedDecoyValues

      public ArrayList<Double> validatedDecoyValues
      Values of the validated decoy hits.
    • nonValidatedDecoyValues

      public ArrayList<Double> nonValidatedDecoyValues
      Values of the non validated decoy hits.
  • Constructor Details

    • QCPanel

      public QCPanel(PeptideShakerGUI parent)
      Creates a new QCPanel.
      Parameters:
      parent - the PeptideShakerGUI parent
  • Method Details

    • displayResults

      public void displayResults()
      This method displays results on the panel.