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:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TargetDecoyPoint()Constructor. -
Method Summary
Modifier and Type Method Description voiddecreaseDecoy()Decreases the decoy counter.voiddecreaseTarget()Decreases the target counter.voidincreaseDecoy()Increases the decoy counter.voidincreaseTarget()Increases the target counter.
-
Field Details
-
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.
-