Modifier and Type | Method and Description |
---|---|
FeatureTable |
JoinAlignerMethod.execute()
Performs the algorithm.
|
FeatureTable |
JoinAlignerMethod.getResult()
Returns the result of this algorithm, or null.
|
Constructor and Description |
---|
JoinAlignerMethod(List<FeatureTable> featureTables,
MzTolerance mzTolerance,
RTTolerance rtTolerance)
Constructor for MatchAlignerMethod.
|
Modifier and Type | Method and Description |
---|---|
FeatureTable |
RansacAlignerMethod.execute()
Performs the algorithm.
|
FeatureTable |
RansacAlignerMethod.getResult()
Returns the result of this algorithm, or null.
|
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 | Class and Description |
---|---|
class |
SimpleFeatureTable
Implementation of the FeatureTable interface.
|
Modifier and Type | Method and Description |
---|---|
FeatureTable |
SimpleFeatureTableRow.getFeatureTable()
Returns the feature table where this feature table row belongs.
|
FeatureTable |
FeatureTableRow.getFeatureTable()
Returns the feature table where this feature table row belongs.
|
Constructor and Description |
---|
SimpleFeatureTableRow(FeatureTable featureTable)
Constructor for SimpleFeatureTableRow.
|
Modifier and Type | Method and Description |
---|---|
FeatureTable |
GridMassMethod.execute()
Performs the algorithm.
|
FeatureTable |
GridMassMethod.getResult()
Returns the result of this algorithm, or null.
|
Constructor and Description |
---|
LocalDatabaseSearchMethod(FeatureTable featureTable,
List<SimpleIonAnnotation> ionAnnotations,
MzTolerance mzTolerance,
RTTolerance rtTolerance)
Constructor for LocalDatabaseSearchMethod.
|
Modifier and Type | Method and Description |
---|---|
FeatureTable |
FeatureTableImportMethod.execute()
Performs the algorithm.
|
FeatureTable |
FeatureTableImportMethod.getResult()
Returns the result of this algorithm, or null.
|
Modifier and Type | Method and Description |
---|---|
FeatureTable |
ChromaTofFileImportMethod.execute()
Performs the algorithm.
|
FeatureTable |
ChromaTofFileImportMethod.getResult()
Returns the result of this algorithm, or null.
|
Modifier and Type | Method and Description |
---|---|
FeatureTable |
MzTabFileImportMethod.execute()
Performs the algorithm.
|
FeatureTable |
MzTabFileImportMethod.getResult()
Returns the result of this algorithm, or null.
|
Constructor and Description |
---|
MzTabFileExportMethod(FeatureTable featureTable,
File mzTabFile,
Boolean exportAllFeatures)
Constructor for MzTabFileExportMethod.
|
Modifier and Type | Method and Description |
---|---|
FeatureTable |
IsotopeGrouperMethod.execute()
Performs the algorithm.
|
FeatureTable |
IsotopeGrouperMethod.getResult()
Returns the result of this algorithm, or null.
|
Constructor and Description |
---|
IsotopeGrouperMethod(FeatureTable featureTable,
MzTolerance mzTolerance,
RTTolerance rtTolerance,
Integer maximumCharge,
Boolean requireMonotonicShape)
Constructor for IsotopeGrouperMethod.
|
Modifier and Type | Method and Description |
---|---|
FeatureTable |
FeatureNormalizationByCompoundMethod.execute()
Performs the algorithm.
|
FeatureTable |
FeatureNormalizationByCompoundMethod.getResult()
Returns the result of this algorithm, or null.
|
Constructor and Description |
---|
FeatureNormalizationByCompoundMethod(FeatureTable featureTable,
NormalizationType normalizationType,
List<FeatureTableRow> internalStandardRows,
Integer mzRtWeight)
Constructor for FeatureNormalizationByCompoundMethod.
|
Modifier and Type | Method and Description |
---|---|
static List<FeatureTableRow> |
FeatureTableUtil.getRowsInsideRange(FeatureTable table,
com.google.common.collect.Range<Float> rtRange,
com.google.common.collect.Range<Double> mzRange)
getRowsInsideRange.
|
Copyright © 2019. All rights reserved.