|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DSAffyMarkerValue
Copyright: Copyright (c) 2003
Company: First Genetic Trust Inc.
Defines a Affymetrix Gene Marker generalization oforg.geworkbench.bison.model.microarray.MarkerValue
| Method Summary | |
|---|---|
boolean |
isAbsent()
Utility method converse of AffyMarkerValue#isPresent |
boolean |
isMarginal()
Tests the Marginality of this MarkerValue
in the containing Microarray |
boolean |
isPresent()
Tests the Detection Status of this MarkerValue
in the containing Microarray |
void |
setAbsent()
Utility method converse of AffyMarkerValue#setPresent |
void |
setMarginal()
Sets the Marginality of this MarkerValue to either true
or false |
void |
setPresent()
Sets the Detection Status of this MarkerValue to either true
or false |
| Methods inherited from interface org.geworkbench.bison.datastructure.bioobjects.microarray.DSMutableMarkerValue |
|---|
mask, setConfidence, setMissing, setValue, unmask |
| Methods inherited from interface org.geworkbench.bison.datastructure.bioobjects.microarray.DSMarkerValue |
|---|
deepCopy, equals, getConfidence, getDimensionality, getValue, isMasked, isMissing, isValid |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
boolean isPresent()
MarkerValue
in the containing Microarray
void setPresent()
MarkerValue to either true
or false
present - detection statusboolean isMarginal()
MarkerValue
in the containing Microarray
void setMarginal()
MarkerValue to either true
or false
marginality - marginalityboolean isAbsent()
AffyMarkerValue#isPresent
void setAbsent()
AffyMarkerValue#setPresent
absence - detection status
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||