|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
float[] |
calcIntensityScaleExtrema(float maxRI,
float minRI,
float maxRaw,
float minRaw,
int sampleNbr)
calcIntensityScaleExtrema() - compute scaled Intensity upper and lower limits of raw data for each sample. |
boolean |
finishPipeline(int optArg)
finishPipeline() - finish filter at end of normalization of all genes (if required). |
java.lang.Object |
getSample()
getSample() - get the sample object |
boolean |
getState()
getState() - get the state of the checkbox |
void |
recalcNormalizationExtrema()
recalcNormalizationExtrema() - set the extreama for all samples for this plugin |
boolean |
resetPipeline(int optArg)
resetPipeline() - reset filter at start of data Normalization. |
float |
scaleIntensityData(float rawData)
scaleIntensityData() - scale raw intensity data as fct of normalization mode. |
float |
scaleIntensityData(float rawIntensity,
float rawBkgrd,
int mid,
int gid,
int sampleIdx)
scaleIntensityData() - the gene normalization operating on gene mid for sampleIdx where the data is ether extracted here or from the resetPipeline pre-analysis. |
float |
scaleIntensityData(float rawData,
int mid,
int gid,
int sampleNbr)
scaleIntensityData() - scale raw intensity data as fct of normalization mode. |
void |
setSample(java.lang.Object o)
setSample() - set the sample object |
void |
setState(boolean flag)
setState() - set the state of the checkbox |
Method Detail |
public float[] calcIntensityScaleExtrema(float maxRI, float minRI, float maxRaw, float minRaw, int sampleNbr)
maxRI
- maximum raw ratio intensityminRI
- minimum raw ratio intensitymaxRaw
- maximum raw intensity max(rawF1,rawF2)minRaw
- minimum raw intensity min(rawF1,rawF2)sampleNbr
- for the sample sample number in the range [1:maxSamples]element 0 = maxDataS element 1 = minDataS element 2 = maxRawS element 3 = minRawS
public boolean resetPipeline(int optArg)
optArg
- - optional argumentpublic boolean finishPipeline(int optArg)
optArg
- - optional argumentpublic float scaleIntensityData(float rawData)
rawData
- is unnormalized data of spotpublic float scaleIntensityData(float rawData, int mid, int gid, int sampleNbr)
rawData
- is unnormalized data of spotmid
- is MID of the spotgid
- is GID of the spotsampleNbr
- for the sample arraypublic float scaleIntensityData(float rawIntensity, float rawBkgrd, int mid, int gid, int sampleIdx)
rawIntensity
- is intensity value to be normalizedrawBkgrd
- is background intensity to be used in normalization
if the use Background flag is set.mid
- is the Master Gene ID to test if not -1 and the gene existsgid
- is the spot Geometry Gene Index to test if not -1 and the spot existssampleIdx
- is the HybridSample index number for single sample HP-X or HP-Y.
For Cy3 vs Cy5 mode, it is 0 for Cy3 (F1), and 1 for Cy5 (F2).
For HP-X 'set' vs HP-Y 'set' mode,
it is 0 for HP-X 'set', and 1 for HP-Y 'set'public boolean getState()
public void setState(boolean flag)
public void recalcNormalizationExtrema()
public void setSample(java.lang.Object o)
public java.lang.Object getSample()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |