Package | Description |
---|---|
io.github.msdk.datamodel | |
io.github.msdk.featuredetection.adap3d |
Modifier and Type | Interface and Description |
---|---|
interface |
GroupedFeature
A grouped MS feature that consists of several individual features (m/z and RT pairs).
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleFeature
Implementation of the Feature interface.
|
Modifier and Type | Method and Description |
---|---|
Feature |
SimpleFeatureTableRow.getFeature(Integer index)
Return feature assigned to this row
|
Feature |
FeatureTableRow.getFeature(Integer index)
Return feature assigned to this row
|
Feature |
SimpleFeatureTableRow.getFeature(Sample sample)
Return feature assigned to this row
|
Feature |
FeatureTableRow.getFeature(Sample sample)
Return feature assigned to this row
|
Modifier and Type | Method and Description |
---|---|
List<Feature> |
GroupedFeature.getIndividualFeatures()
getIndividualFeatures.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleFeatureTableRow.setFeature(Sample sample,
Feature feature)
setFeature.
|
Modifier and Type | Method and Description |
---|---|
List<Feature> |
ADAP3DFeatureDetectionMethod.execute()
This method performs 3 steps:
Step 1. |
List<Feature> |
ADAP3DFeatureDetectionMethod.getResult()
Returns the result of this algorithm, or null.
|
Copyright © 2019. All rights reserved.