Constructor and Description |
---|
JoinAlignerMethod(List<FeatureTable> featureTables,
MzTolerance mzTolerance,
RTTolerance rtTolerance)
Constructor for MatchAlignerMethod.
|
Constructor and Description |
---|
RansacAlignerMethod(List<FeatureTable> featureTables,
MzTolerance mzTolerance,
RTTolerance rtTolerance,
String featureTableName,
double t,
boolean linear,
double dataPointsRate)
Constructor for RansacAlignerMethod.
|
Modifier and Type | Method and Description |
---|---|
MzTolerance |
SimpleMsScan.getMzTolerance()
Returns an object that implements the MzTolerance interface.
|
MzTolerance |
MsSpectrum.getMzTolerance()
Returns an object that implements the MzTolerance interface.
|
MzTolerance |
AbstractMsSpectrum.getMzTolerance()
Returns an object that implements the MzTolerance interface.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleMsScan.setMzTolerance(MzTolerance mzTolerance)
Setter for the field
mzTolerance . |
void |
AbstractMsSpectrum.setMzTolerance(MzTolerance mzTolerance)
Setter for the field
mzTolerance . |
Constructor and Description |
---|
ChromatogramBuilderMethod(RawDataFile inputFile,
double noiseLevel,
double minimumTimeSpan,
double minimumHeight,
MzTolerance mzTolerance)
Constructor for ChromatogramBuilderMethod.
|
ChromatogramBuilderMethod(RawDataFile inputFile,
List<MsScan> inputScans,
Double noiseLevel,
Double minimumTimeSpan,
Double minimumHeight,
MzTolerance mzTolerance)
Constructor for ChromatogramBuilderMethod.
|
Constructor and Description |
---|
GridMassMethod(RawDataFile rawDataFile,
List<MsScan> scans,
MzTolerance mzTol,
Double intensitySimilarity,
Double minimumTimeSpan,
Double maximumTimeSpan,
Double smoothTimeSpan,
Double smoothTimeMZ,
Double smoothMZ,
Double additionTimeMaxPeaksPerScan,
Double minimumHeight,
Double rtPerScan)
Constructor for GridMassMethod.
|
Constructor and Description |
---|
MsMsDetectionMethod(RawDataFile rawDataFile,
List<MsScan> msScans,
MzTolerance mzTolerance,
RTTolerance rtTolerance,
Double intensityTolerance)
Constructor for MsMsDetectionMethod.
|
Constructor and Description |
---|
TargetedDetectionMethod(List<IonAnnotation> ionAnnotations,
RawDataFile rawDataFile,
MzTolerance mzTolerance,
RTTolerance rtTolerance,
Double intensityTolerance,
Double noiseLevel)
Constructor for TargetedDetectionMethod.
|
Constructor and Description |
---|
LocalDatabaseSearchMethod(FeatureTable featureTable,
List<SimpleIonAnnotation> ionAnnotations,
MzTolerance mzTolerance,
RTTolerance rtTolerance)
Constructor for LocalDatabaseSearchMethod.
|
Modifier and Type | Method and Description |
---|---|
MzTolerance |
MzMLMsScan.getMzTolerance()
Returns an object that implements the MzTolerance interface.
|
Constructor and Description |
---|
IsotopeGrouperMethod(FeatureTable featureTable,
MzTolerance mzTolerance,
RTTolerance rtTolerance,
Integer maximumCharge,
Boolean requireMonotonicShape)
Constructor for IsotopeGrouperMethod.
|
Modifier and Type | Method and Description |
---|---|
MzTolerance |
PeakInvestigatorMsSpectrum.getMzTolerance()
Returns an object that implements the MzTolerance interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantDaTolerance
ConstantDaTolerance class.
|
class |
ConstantPpmTolerance
ConstantPpmTolerance class.
|
class |
MaximumMzTolerance
This class represents m/z tolerance.
|
Copyright © 2019. All rights reserved.