public class PeakInfo extends Object implements Comparator<PeakInfo>, Comparable<PeakInfo>, Serializable
Modifier and Type | Field and Description |
---|---|
double |
coeffOverArea |
double |
intensity |
int |
leftApexIndex |
int |
leftPeakIndex |
double |
mzValue |
int |
peakID |
int |
peakIndex |
double |
retTime |
double |
retTimeEnd |
double |
retTimeStart |
int |
rightApexIndex |
int |
rightPeakIndex |
double |
signalToNoiseRatio |
Constructor and Description |
---|
PeakInfo()
Constructor for PeakInfo.
|
PeakInfo(int peakIndex)
Constructor for PeakInfo.
|
PeakInfo(PeakInfo info)
Constructor for PeakInfo.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(PeakInfo info1,
PeakInfo info2) |
int |
compareTo(PeakInfo info) |
static PeakInfo |
merge(PeakInfo info1,
PeakInfo info2)
merge.
|
PeakInfo |
mzValue(double mz)
mzValue.
|
PeakInfo |
peakID(int id)
peakID.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public double retTime
public double mzValue
public double intensity
public double retTimeStart
public double retTimeEnd
public int peakID
public int peakIndex
public int leftApexIndex
public int rightApexIndex
public int leftPeakIndex
public int rightPeakIndex
public double signalToNoiseRatio
public double coeffOverArea
public PeakInfo()
Constructor for PeakInfo.
public PeakInfo(int peakIndex)
Constructor for PeakInfo.
peakIndex
- a int.public PeakInfo mzValue(double mz)
mzValue.
mz
- a double.PeakInfo
object.public int compare(PeakInfo info1, PeakInfo info2)
compare
in interface Comparator<PeakInfo>
public int compareTo(PeakInfo info)
compareTo
in interface Comparable<PeakInfo>
Copyright © 2019. All rights reserved.