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 Feature
Float
object.public Float getArea()
getArea.
public Float getHeight()
getHeight.
public Float getSNRatio()
getSNRatio
in interface Feature
public Float getScore()
public Chromatogram getChromatogram()
getChromatogram.
getChromatogram
in interface Feature
Chromatogram
object.public List<MsScan> getMSMSSpectra()
getMSMSSpectra.
getMSMSSpectra
in interface Feature
List
object.public IonAnnotation getIonAnnotation()
getIonAnnotation.
getIonAnnotation
in interface Feature
IonAnnotation
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.