Package | Description |
---|---|
io.github.msdk.alignment.ransac | |
io.github.msdk.datamodel | |
io.github.msdk.normalization.compound | |
io.github.msdk.util |
Modifier and Type | Field and Description |
---|---|
FeatureTableRow |
AlignStructMol.row1 |
FeatureTableRow |
AlignStructMol.row2 |
Constructor and Description |
---|
AlignStructMol(FeatureTableRow row1,
FeatureTableRow row2)
Constructor for AlignStructMol.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleFeatureTableRow
Implementation of FeatureTableRow.
|
Modifier and Type | Method and Description |
---|---|
List<FeatureTableRow> |
SimpleFeatureTable.getRows()
Returns an immutable list of rows
|
List<FeatureTableRow> |
FeatureTable.getRows()
Returns an immutable list of rows
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleFeatureTable.addRow(FeatureTableRow row)
addRow.
|
void |
SimpleFeatureTable.removeRow(FeatureTableRow row)
removeRow.
|
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.