| Constructor and Description |
|---|
SimpleFeature() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getArea()
getArea.
|
Chromatogram |
getChromatogram()
getChromatogram.
|
Float |
getHeight()
getHeight.
|
IonAnnotation |
getIonAnnotation()
getIonAnnotation.
|
List<MsScan> |
getMSMSSpectra()
getMSMSSpectra.
|
Double |
getMz()
getMz.
|
Float |
getRetentionTime()
getRetentionTime.
|
Float |
getScore()
Returns arbitrary, dimension-less quality score for the feature
|
Float |
getSNRatio()
Returns signal to noise ratio.
|
void |
setArea(Float area)
Setter for the field
area. |
void |
setChromatogram(Chromatogram chromatogram)
Setter for the field
chromatogram. |
void |
setHeight(Float height)
Setter for the field
height. |
void |
setIonAnnotation(IonAnnotation ionAnnotation)
Setter for the field
ionAnnotation. |
void |
setMSMSSpectra(List<MsScan> msmsSpectra)
setMSMSSpectra.
|
void |
setMz(Double mz)
Setter for the field
mz. |
void |
setRetentionTime(Float retentionTime)
Setter for the field
retentionTime. |
void |
setScore(Float score)
Setter for the field
score. |
void |
setSNRatio(Float snRatio)
setSNRatio.
|
public Double getMz()
getMz.
public Float getRetentionTime()
getRetentionTime.
getRetentionTime in interface FeatureFloat object.public Float getArea()
getArea.
public Float getHeight()
getHeight.
public Float getSNRatio()
getSNRatio in interface Featurepublic Float getScore()
public Chromatogram getChromatogram()
getChromatogram.
getChromatogram in interface FeatureChromatogram object.public List<MsScan> getMSMSSpectra()
getMSMSSpectra.
getMSMSSpectra in interface FeatureList object.public IonAnnotation getIonAnnotation()
getIonAnnotation.
getIonAnnotation in interface FeatureIonAnnotation object.public void setRetentionTime(Float retentionTime)
Setter for the field retentionTime.
retentionTime - a Float object.public void setArea(Float area)
Setter for the field area.
area - a Float object.public void setHeight(Float height)
Setter for the field height.
height - a Float object.public void setScore(Float score)
Setter for the field score.
score - a Float object.public void setChromatogram(Chromatogram chromatogram)
Setter for the field chromatogram.
chromatogram - a Chromatogram object.public void setMSMSSpectra(List<MsScan> msmsSpectra)
setMSMSSpectra.
msmsSpectra - a List object.public void setIonAnnotation(IonAnnotation ionAnnotation)
Setter for the field ionAnnotation.
ionAnnotation - a IonAnnotation object.Copyright © 2019. All rights reserved.