Class ValidationPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ValidationPanel extends JPanel
This panel displays statistical information about the dataset.
Author:
Marc Vaudel, Harald Barsnes
See Also:
  • Constructor Details

    • ValidationPanel

      public ValidationPanel(PeptideShakerGUI parent)
      Create a new StatsPanel.
      Parameters:
      parent - the PeptideShaker parent frame.
  • Method Details

    • updatePlotSizes

      public void updatePlotSizes()
      Update the plot sizes.
    • displayResults

      public void displayResults()
      This method displays results in the panel.
    • updateSeparators

      public void updateSeparators()
      Update the separators if the frame size changes.
    • thresholdUpdated

      public boolean thresholdUpdated()
      Returns true of the data has been reloaded with the currently selected threshold.
      Returns:
      true of the data has been reloaded with the currently selected threshold
    • pepWindowApplied

      public boolean pepWindowApplied()
      Returns true of the data has been reloaded with the currently selected PEP window.
      Returns:
      true of the data has been reloaded with the currently selected PEP window
    • revalidateData

      public void revalidateData()
      Revalidates the data using the currently selected threshold.
    • applyPepWindow

      public void applyPepWindow()
      Reloads the data using the currently selected PEP window.
    • isInitiated

      public boolean isInitiated()
      Returns true if the tab has been loaded at least once.
      Returns:
      true if the tab has been loaded at least once
    • resetAllThresholds

      public void resetAllThresholds()
      Resets all thresholds to the last validated value.
    • resetThreshold

      public void resetThreshold(String groupSelection)
      Resets the threshold of the given group to the last validated value.
      Parameters:
      groupSelection - the index of the group of interest