|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DSMarkerValue
Model of the data collected for a single spot (feature) on a microarray. This is the "minimum" set of data expected, regardless of the underlying technology. Technology-specific data points can be added by extending this class.
| Method Summary | |
|---|---|
DSMarkerValue |
deepCopy()
Make a deep copy of the measurements associated with this spot. |
boolean |
equals(java.lang.Object m)
Tests if two markers are equal |
double |
getConfidence()
A value indicating our confidence in the measured signal. |
int |
getDimensionality()
This method returns the dimensionality of the marker. |
double |
getValue()
Return the signal measurement for this spot. |
boolean |
isMasked()
This method returns whether this marker should be temporarily ignored by analytical tools |
boolean |
isMissing()
Check if the mesurement for this spot is classified as "missing". |
boolean |
isValid()
This method returns whether the marker is both unmasked and not undefined. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
double getValue()
double getConfidence()
boolean isMissing()
boolean isMasked()
boolean isValid()
boolean equals(java.lang.Object m)
equals in class java.lang.Objectm - marker to be compared
int getDimensionality()
DSMarkerValue deepCopy()
MarkerValue clone of this marker
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||