public class TargetDecoyPoint extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
nDecoy
The number of decoy hits at this point.
|
int |
nTarget
The number of target hits at this point.
|
double |
p
The posterior error probability associated to this point.
|
| Constructor and Description |
|---|
TargetDecoyPoint()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decreaseDecoy()
Decreases the decoy counter.
|
void |
decreaseTarget()
Decreases the target counter.
|
void |
increaseDecoy()
Increases the decoy counter.
|
void |
increaseTarget()
Increases the target counter.
|
public int nTarget
public int nDecoy
public double p
public void increaseTarget()
public void increaseDecoy()
public void decreaseTarget()
public void decreaseDecoy()
Copyright © 2021. All rights reserved.