public class Peak extends Object implements Cloneable, Serializable
| Constructor and Description |
|---|
Peak(NavigableMap<Double,Double> chromatogram,
double mz)
Constructor for Peak.
|
Peak(NavigableMap<Double,Double> chromatogram,
PeakInfo info)
Constructor for Peak.
|
Peak(Peak peak)
Constructor for Peak.
|
| Modifier and Type | Method and Description |
|---|---|
Peak |
clone() |
NavigableMap<Double,Double> |
getChromatogram()
Getter for the field
chromatogram. |
PeakInfo |
getInfo()
Getter for the field
info. |
double |
getIntensity()
getIntensity.
|
double |
getMZ()
getMZ.
|
double |
getNorm()
Getter for the field
norm. |
double |
getRetTime()
getRetTime.
|
void |
setShift(double shift)
Setter for the field
shift. |
String |
toString() |
public Peak(NavigableMap<Double,Double> chromatogram, PeakInfo info)
Constructor for Peak.
chromatogram - a NavigableMap object.info - a PeakInfo object.public Peak(NavigableMap<Double,Double> chromatogram, double mz)
Constructor for Peak.
chromatogram - a NavigableMap object.mz - a double.public void setShift(double shift)
Setter for the field shift.
shift - a double.public NavigableMap<Double,Double> getChromatogram()
Getter for the field chromatogram.
NavigableMap object.public double getRetTime()
getRetTime.
public double getMZ()
getMZ.
public double getIntensity()
getIntensity.
public double getNorm()
Getter for the field norm.
Copyright © 2019. All rights reserved.