|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geworkbench.bison.datastructure.bioobjects.microarray.CSMarkerValue
org.geworkbench.bison.datastructure.bioobjects.microarray.CSGenepixMarkerValue
public class CSGenepixMarkerValue
Implementation of GenepixMarkerValue.
| Nested Class Summary | |
|---|---|
static class |
CSGenepixMarkerValue.ComputeSignalMethod
|
| Field Summary |
|---|
| Fields inherited from class org.geworkbench.bison.datastructure.bioobjects.microarray.CSMarkerValue |
|---|
confidence, m_threshold, MISSING, p_threshold, value |
| Constructor Summary | |
|---|---|
CSGenepixMarkerValue(CSGenepixMarkerValue gmvi)
|
|
CSGenepixMarkerValue(double val)
|
|
CSGenepixMarkerValue(GenepixParseContext context)
Constructs a GenepixMarkerValue object from the contents of
the GenepixParseContext argument. |
|
CSGenepixMarkerValue(NCIParseContext context)
Constructs a GenepixMarkerValue object from the contents of
the NCIParseContext argument. |
|
| Method Summary | |
|---|---|
void |
adjustForHousekeepingGenes(CSGenepixMarkerValue[] csgArray)
|
void |
adjustForHousekeepingGenes(double newRatio)
|
int |
compareTo(java.lang.Object o)
|
void |
computeSignal()
Calculate the signal value from the channel values. |
DSMarkerValue |
deepCopy()
Make a deep copy of the measurements associated with this spot. |
double |
getCh1Bg()
Gets the Background Value at 635 nm wavelength |
double |
getCh1Fg()
Gets the Signal Value at 635 nm wavelength |
double |
getCh2Bg()
Gets the Background Value at 532 nm wavelength |
double |
getCh2Fg()
Gets the Signal Value at 532 nm wavelength |
static CSGenepixMarkerValue.ComputeSignalMethod |
getComputeSignalMethod()
|
double |
getConfidence()
A value indicating our confidence in the measured signal. |
int |
getDimensionality()
This method returns the dimensionality of the marker. |
java.lang.String |
getFlag()
Gets the flag value |
double |
getValue()
Return the signal measurement for this spot. |
void |
setCh1Bg(double ch1b)
Sets the Background Value at 635 nm wavelength |
void |
setCh1Fg(double ch1f)
Sets the Signal Value at 635 nm wavelength |
void |
setCh2Bg(double ch2b)
Sets the Background Value at 532 nm wavelength |
void |
setCh2Fg(double ch2f)
Sets the Signal Value at 532 nm wavelength |
static void |
setComputeSignalMethod(CSGenepixMarkerValue.ComputeSignalMethod computeSignalMethod)
|
void |
setConfidence(double confidence)
Set the confidence level. |
void |
setFlag(java.lang.String flag)
Sets the flag value |
| Methods inherited from class org.geworkbench.bison.datastructure.bioobjects.microarray.CSMarkerValue |
|---|
equals, getStatusAsChar, isAbsent, isMarginal, isMasked, isMissing, isPresent, isValid, mask, setAbsent, setMarginal, setMarginalThreshold, setMissing, setPresent, setPresentThreshold, setValue, unmask |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.geworkbench.bison.datastructure.bioobjects.microarray.DSMutableMarkerValue |
|---|
mask, setMissing, setValue, unmask |
| Methods inherited from interface org.geworkbench.bison.datastructure.bioobjects.microarray.DSMarkerValue |
|---|
equals, isMasked, isMissing, isValid |
| Constructor Detail |
|---|
public CSGenepixMarkerValue(double val)
public CSGenepixMarkerValue(CSGenepixMarkerValue gmvi)
public CSGenepixMarkerValue(GenepixParseContext context)
GenepixMarkerValue object from the contents of
the GenepixParseContext argument.
context - The parse context used for the initialization.public CSGenepixMarkerValue(NCIParseContext context)
GenepixMarkerValue object from the contents of
the NCIParseContext argument.
context - The parse context used for the initialization.| Method Detail |
|---|
public static CSGenepixMarkerValue.ComputeSignalMethod getComputeSignalMethod()
public static void setComputeSignalMethod(CSGenepixMarkerValue.ComputeSignalMethod computeSignalMethod)
public void setCh1Fg(double ch1f)
setCh1Fg in interface DSGenepixMarkerValuech1f - Signalpublic void setCh1Bg(double ch1b)
setCh1Bg in interface DSGenepixMarkerValuech1b - Backgroundpublic void setCh2Fg(double ch2f)
setCh2Fg in interface DSGenepixMarkerValuech2f - Signalpublic void setCh2Bg(double ch2b)
setCh2Bg in interface DSGenepixMarkerValuech2b - Backgroundpublic double getCh1Fg()
getCh1Fg in interface DSGenepixMarkerValuepublic double getCh1Bg()
getCh1Bg in interface DSGenepixMarkerValuepublic double getCh2Fg()
getCh2Fg in interface DSGenepixMarkerValuepublic double getCh2Bg()
getCh2Bg in interface DSGenepixMarkerValuepublic double getValue()
DSMarkerValue
getValue in interface DSMarkerValuegetValue in class CSMarkerValuepublic double getConfidence()
DSMarkerValue
getConfidence in interface DSMarkerValuegetConfidence in class CSMarkerValuepublic void setConfidence(double confidence)
DSMutableMarkerValue
setConfidence in interface DSMutableMarkerValuesetConfidence in class CSMarkerValueconfidence - confidence of spot's measumentpublic java.lang.String getFlag()
DSGenepixMarkerValue
getFlag in interface DSGenepixMarkerValuepublic void setFlag(java.lang.String flag)
DSGenepixMarkerValue
setFlag in interface DSGenepixMarkerValuepublic DSMarkerValue deepCopy()
DSMarkerValue
deepCopy in interface DSMarkerValueMarkerValue clone of this markerpublic void computeSignal()
computeSignal in interface DSGenepixMarkerValuepublic void adjustForHousekeepingGenes(double newRatio)
public void adjustForHousekeepingGenes(CSGenepixMarkerValue[] csgArray)
csgArray - CSGenepixMarkerValue[]public int getDimensionality()
getDimensionality in interface DSMarkerValuepublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||