Class TargetDecoyPoint

java.lang.Object
eu.isas.peptideshaker.scoring.targetdecoy.TargetDecoyPoint
All Implemented Interfaces:
Serializable

public class TargetDecoyPoint extends Object implements Serializable
This class represents a target/decoy hit in its simplest form.
Author:
Marc Vaudel
See Also:
  • Field Details

    • nTarget

      public int nTarget
      The number of target hits at this point.
    • nDecoy

      public int nDecoy
      The number of decoy hits at this point.
    • p

      public double p
      The posterior error probability associated to this point.
  • Constructor Details

    • TargetDecoyPoint

      public TargetDecoyPoint()
      Constructor.
  • Method Details

    • increaseTarget

      public void increaseTarget()
      Increases the target counter.
    • increaseDecoy

      public void increaseDecoy()
      Increases the decoy counter.
    • decreaseTarget

      public void decreaseTarget()
      Decreases the target counter.
    • decreaseDecoy

      public void decreaseDecoy()
      Decreases the decoy counter.