public interface FeatureTableRow
FeatureTableRow interface.
Modifier and Type | Method and Description |
---|---|
Integer |
getCharge()
Return the charge of this row
|
Feature |
getFeature(Integer index)
Return feature assigned to this row
|
Feature |
getFeature(Sample sample)
Return feature assigned to this row
|
FeatureTable |
getFeatureTable()
Returns the feature table where this feature table row belongs.
|
Double |
getMz()
Shortcut to return the m/z column value of this row
|
Float |
getRT()
Shortcut to return the m/z column value of this row
|
@Nonnull FeatureTable getFeatureTable()
@Nullable Double getMz()
@Nullable Float getRT()
Copyright © 2019. All rights reserved.