|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.identification.matches.IonMatch
public class IonMatch
This class will model the assignment of a peak to a theoretical ion.
Field Summary | |
---|---|
Charge |
charge
The supposed charge of the ion |
Ion |
ion
The matching ion |
Peak |
peak
The matched peak |
Constructor Summary | |
---|---|
IonMatch(Peak aPeak,
Ion anIon,
Charge aCharge)
Constructor for an ion peak. |
Method Summary | |
---|---|
double |
getError()
Get the matching error. |
String |
getPeakAnnotation()
Returns the annotation to use for the given ion match as a String. |
Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject |
---|
addUrParam, getUrParam |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Peak peak
public Ion ion
public Charge charge
Constructor Detail |
---|
public IonMatch(Peak aPeak, Ion anIon, Charge aCharge)
aPeak
- the matched peakanIon
- the corresponding type of ionaCharge
- the charge of the ionMethod Detail |
---|
public double getError()
public String getPeakAnnotation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |