|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.systemsbiology.jrap.stax.DataProcessingInfo
public class DataProcessingInfo
DataProcessingInfo contains information about what settings and software were used to process the data contained in an mzXML file.
| Field Summary | |
|---|---|
protected int |
baseLineReduced
|
protected int |
centroided
|
protected int |
chargeDeconvoluted
|
protected int |
deisotoped
|
protected double |
intensityCutoff
|
protected int |
lowIntensityDataRemoved
|
static int |
NO
|
protected int |
peakPicked
|
protected int |
smoothed
|
protected int |
spotIntegration
|
static int |
UNKNOWN
|
static int |
YES
|
| Constructor Summary | |
|---|---|
DataProcessingInfo()
|
|
| Method Summary | |
|---|---|
int |
getBaseLineReduced()
Were chromatogram base line reduced? |
int |
getCentroided()
Was the data centroided? |
int |
getChargeDeconvoluted()
Was the data charge deconvoluted? |
int |
getDeisotoped()
Was the data charge deisotoped? |
double |
getIntensityCutoff()
Return the intensity cutoff that was used to eliminate low-signal peaks. |
int |
getLowIntensityDataRemoved()
Were chromatogram remove low intensity data |
int |
getPeakPicked()
Were peaks extracted? |
int |
getSmoothed()
Were Chromatogram smoothed? |
java.util.ArrayList<SoftwareInfo> |
getSoftwareUsed()
Return an array of information about all software that was used to process the data, in chronological order. |
int |
getSpotIntegration()
Were spots integrated? |
void |
setBaseLineReduced(int baseLineReduced)
|
void |
setCentroided(int centroided)
Set centroided to one of UNKNOWN, YES or NO. |
void |
setChargeDeconvoluted(int chargeDeconvoluted)
Set charge deconvoluted to one of UNKNOWN, YES or NO. |
void |
setDeisotoped(int deisotoped)
Set deisotoped to one of UNKNOWN, YES or NO. |
void |
setIntensityCutoff(double intensityCutoff)
Set the intensity cutoff that was used to eliminate low-signal peaks. |
void |
setLowIntensityDataRemoved(int lowIntensityDataRemoved)
|
void |
setPeakPicked(int peakPicked)
set value of peakPicked to one of UNKNOWN, YES or NO |
void |
setSmoothed(int smoothed)
|
void |
setSoftwareUsed(java.util.ArrayList<SoftwareInfo> softwareUsed)
Set the chronological array of used software for data processing. |
void |
setSpotIntegration(int spotIntegration)
Set spot integration to one of UNKNOWN, YES or NO. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int UNKNOWN
public static final int YES
public static final int NO
protected double intensityCutoff
protected int centroided
protected int deisotoped
protected int chargeDeconvoluted
protected int spotIntegration
protected int peakPicked
protected int smoothed
protected int baseLineReduced
protected int lowIntensityDataRemoved
| Constructor Detail |
|---|
public DataProcessingInfo()
| Method Detail |
|---|
public int getCentroided()
public void setCentroided(int centroided)
centroided - The value to set.public int getChargeDeconvoluted()
public void setChargeDeconvoluted(int chargeDeconvoluted)
chargeDeconvoluted - The value to set.public int getDeisotoped()
public void setDeisotoped(int deisotoped)
deisotoped - The value to set.public double getIntensityCutoff()
public void setIntensityCutoff(double intensityCutoff)
intensityCutoff - The intensityCutoff to set.public java.util.ArrayList<SoftwareInfo> getSoftwareUsed()
public void setSoftwareUsed(java.util.ArrayList<SoftwareInfo> softwareUsed)
softwareUsed - The array of info about software.public int getSpotIntegration()
public void setSpotIntegration(int spotIntegration)
spotIntegration - The value to set.public int getPeakPicked()
public void setPeakPicked(int peakPicked)
peakPicked - public int getSmoothed()
public void setSmoothed(int smoothed)
public int getBaseLineReduced()
public void setBaseLineReduced(int baseLineReduced)
public int getLowIntensityDataRemoved()
public void setLowIntensityDataRemoved(int lowIntensityDataRemoved)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||