Package | Description |
---|---|
fr.profi.mzdb | |
fr.profi.mzdb.model |
Modifier and Type | Method and Description |
---|---|
Peak[] |
MzDbReader.getMsnPeaksInMzRtRanges(double parentMz,
double minFragMz,
double maxFragMz,
float minRt,
float maxRt) |
protected Peak[] |
AbstractMzDbReader.getMsnPeaksInMzRtRanges(double parentMz,
double minFragMz,
double maxFragMz,
float minRt,
float maxRt,
com.almworks.sqlite4java.SQLiteConnection connection) |
Peak[] |
MzDbReader.getMsnXIC(double parentMz,
double fragmentMz,
double fragmentMzTolInDa,
float minRt,
float maxRt,
XicMethod method) |
protected Peak[] |
AbstractMzDbReader.getMsnXic(double parentMz,
double fragmentMz,
double fragmentMzTolInDa,
float minRt,
float maxRt,
XicMethod method,
com.almworks.sqlite4java.SQLiteConnection connection) |
Peak[] |
MzDbReader.getMsPeaksInMzRtRanges(double minMz,
double maxMz,
float minRt,
float maxRt) |
protected Peak[] |
AbstractMzDbReader.getMsPeaksInMzRtRanges(double minMz,
double maxMz,
float minRt,
float maxRt,
com.almworks.sqlite4java.SQLiteConnection connection)
Gets the peaks.
|
Peak[] |
MzDbReader.getMsXic(double mz,
double mzTolInDa,
float minRt,
float maxRt,
int msLevel,
XicMethod method) |
protected Peak[] |
AbstractMzDbReader.getMsXic(double mz,
double mzTolInDa,
float minRt,
float maxRt,
XicMethod method,
com.almworks.sqlite4java.SQLiteConnection connection) |
Peak[] |
MzDbReader.getMsXicInMzRange(double minMz,
double maxMz,
XicMethod method)
Gets the xic.
|
protected Peak[] |
AbstractMzDbReader.getMsXicInMzRange(double minMz,
double maxMz,
XicMethod method,
com.almworks.sqlite4java.SQLiteConnection connection)
Gets the xic.
|
Peak[] |
MzDbReader.getMsXicInMzRtRanges(double minMz,
double maxMz,
float minRt,
float maxRt,
XicMethod method) |
protected Peak[] |
AbstractMzDbReader.getMsXicInMzRtRanges(double minMz,
double maxMz,
float minRt,
float maxRt,
XicMethod method,
com.almworks.sqlite4java.SQLiteConnection connection) |
Peak[] |
MzDbReader.getSpectrumPeaks(int spectrumId)
Gets the spectrum peaks.
|
protected Peak[] |
AbstractMzDbReader.getSpectrumPeaks(int spectrumId,
com.almworks.sqlite4java.SQLiteConnection connection)
Gets the spectrum peaks.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<Peak> |
Peak.intensityComp
The intensity comp.
|
Modifier and Type | Method and Description |
---|---|
protected Peak |
Peak.clone() |
Peak |
Spectrum.getNearestPeak(double mz,
double mzTolPPM) |
Peak |
SpectrumData.getNearestPeak(double mz,
double mzTolPPM,
ILcContext lcContext)
assuming mzList is sorted
|
Peak[] |
Spectrum.toPeaks()
Gets the peaks.
|
Peak[] |
SpectrumData.toPeaks(ILcContext lcContext)
To peaks.
|
Modifier and Type | Method and Description |
---|---|
static Comparator<Peak> |
Peak.getIntensityComp()
Gets the intensity comp.
|
Modifier and Type | Method and Description |
---|---|
int |
Peak.compareTo(Peak aPeak) |
Copyright © 2019. All rights reserved.