A B C D E F G H I J L M N O P Q R S T U W

A

accept(File, String) - Method in class MAEPlugin.PluginFilenameFilter
accept() - Filter method for accepting a file.
accept(File, String) - Method in class MAEPlugin.popup.PluginLoader
accept() - implentation of FilenameFilter.
actionPerformed(ActionEvent) - Method in class MAEPlugin.MenuPlugin
actionPerformed() - actionListener
activeFilterPluginList - Static variable in class MAEPlugin.analysis.FilterPlugin
pointer to the active FilterPlugin object.
activeNormalization - Static variable in class MAEPlugin.analysis.NormalizationPlugin
Pointer to the current active Normalization object.
addConditionToOrderedCondList(String, String) - Method in class MJAcondition
addConditionToOrderedCondList() - add condition to named ordered condition list.
addGeneToGeneBitset(String, int) - Method in class MJAgeneList
addGeneToGeneBitset() - add gene MID to Gene bitset, ignore if already there
addGeneToGeneList(String, int, String[]) - Method in class MJAgeneList
addGeneToGeneList() - add gene MID to GeneList, ignore if already there
addPopupWindowToReg(MAEUpdateListener, String, int) - Method in class MJApopupRegistry
addPopupWindowToReg() - register instance of MAEPlugin window with keyName
addr1D(int, int) - Method in class MJAcluster
addr1D() - lookup lower-diagonal addr1D(x,y) [y' + x'*(x'+1)/2]
addRLO(String, String, String, String[], int[], int, int, String[], int[], String[], String[], int[], String) - Method in class MJAReval
addRLO() - add new R LayOut (RLO) instance to the RLO database.
addSampleToCondList(int, String) - Method in class MJAcondition
addSampleToCondList() - add sample to named condition list
addUniquePopupWindowToReg(MAEUpdateListener, String, int) - Method in class MJApopupRegistry
addUniquePopupWindowToReg() - register popupWindowInstance window with keyName
alog10(double) - Method in class MJAmath
alog10() - compute alog(x) base 10.
alog2(double) - Method in class MJAmath
alog2() - compute alog(x) base 2.
AnalysisPlugin - class MAEPlugin.analysis.AnalysisPlugin.
This class is the analysis MAEPlugin base class and is used to implement specialized base classes based on CheckBoxMenuPlugin.
AnalysisPlugin() - Constructor for class MAEPlugin.analysis.AnalysisPlugin
AnalysisPlugin() - Constructor for new AnalysisPlugin with default label "Analysis Plugin".
AnalysisPlugin(String) - Constructor for class MAEPlugin.analysis.AnalysisPlugin
AnalysisPlugin() - Constructor for new AnalysisPlugin with label.
AnalysisPlugin(String, String) - Constructor for class MAEPlugin.analysis.AnalysisPlugin
AnalysisPlugin() - Constructor for new AnalysisPlugin with label and file name.

B

bubbleSort(String[]) - Method in class MJAsort
bubbleSort() - Sort String array via bubble sort.
bubbleSort(String[], int) - Method in class MJAsort
bubbleSort() - Sort String array via bubble sort w/len specified
bubbleSortIndex(float[], int, boolean) - Method in class MJAsort
bubbleSortIndex() - sort float data[0:len-1] copy w/bubble sort, return index[]
bubbleSortIndex(int[], int, boolean) - Method in class MJAsort
bubbleSortIndex() - sort int data[0:len-1] copy w/bubble sort, return index[]
bubbleSortIndex(short[], int, boolean) - Method in class MJAsort
bubbleSortIndex() - sort int data[0:len-1] copy w/bubble sort, return index[] Do NOT actually sort the original data[].
bubbleSortIndex(String[], int, boolean) - Static method in class MJAsort
bubbleSortIndex() - sort String data[0:len-1] copy w/bubble sort, return index[].

C

calc2SampleCoefficientOfVariation(float, float) - Method in class MJAfilter
calc2SampleCoefficientOfVariation() - compute coeff.
calcAndGetSampleStats(int, boolean) - Method in class MJAhistogram
calcAndGetSampleStats() - get list of sample's global array statistics You map recompute the histogram.
calcExprProfile(int) - Method in class MJAexprProfile
calcExprProfile() - compute expression profile of HP-E samples for MID The data is then returned using other methods.
calcFprobFromVariances(int, int, double, double) - Method in class MJAstatistics
calcFprobFromVariances() - calc 2-tailed f prob.
calcHistOfF1F2Ratios(int) - Method in class MJAhistogram
calcHistOfF1F2Ratios() - get Hashtable list of features for ratio histogram of the current HP sample F1/F2 spot data.
calcHistOfHP_XYRatios() - Method in class MJAhistogram
calcHistOfHP_XYRatios() - get Hashtable list of features of ratio histogram of HP-X/-Y spot data for the current HP-X and HP-Y samples.
calcHistStats(String, int, float[], int) - Method in class MJAstatistics
calcHistStats() - compute and analyze histogram.
calcHistStats(String, int, float[], int, int[]) - Method in class MJAstatistics
calcHistStats() - compute and analyze histogram.
calcIntensityHistogram(int) - Method in class MJAhistogram
calcIntensityHistogram() - compute intensity histogram for Sample for the current normalization.
calcIntensityScaleExtrema(float, float, float, float, int) - Method in interface MAEPlugin.Normalization
calcIntensityScaleExtrema() - compute scaled Intensity upper and lower limits of raw data for each sample.
calcIntensityScaleExtrema(float, float, float, float, int) - Method in class MAEPlugin.analysis.NormalizationPlugin
calcIntensityScaleExtrema() - compute scaled Intensity upper and lower limits of raw data for each sample.
calcIntensityScaleExtrema(int) - Method in class MJAsample
calcIntensityScaleExtrema() - compute intensity scale extrema for Sample.
calcMeanAndVariance(float[], int, int, boolean) - Method in class MJAstatistics
calcMeanAndVariance() - compute the mean and variance of dataS[] and save in mean[classK] and variance[classK] arrays.
calcMeanCalibrationDNA(int) - Method in class MJAsample
calcMeanCalibrationDNA() - compute (mean,StdDev) gene for Sample for calibration cDNA for the current normalization.
calcMeanUseNormGeneSet(int) - Method in class MJAsample
calcMeanUseNormGeneSet() - compute (mean,StdDev) normalization gene set for Sample.
calcNbrActiveScrollers() - Method in class MJAfilter
calcNbrActiveScrollers() - calculate and get number of active-parameter State Scrollers and update the state variables from the scrollers.
calcNCondFtestStat(float[][], int[], int) - Method in class MJAstatistics
calcNCondFtestStat() - calc.
calcNormGeneVectors(String) - Method in class MJAcluster
calcNormGeneVectors() - compute HP-E intensity vector for geneList To Normalize.
calcOrderedCondListExprProfile(String, int) - Method in class MJAexprProfile
calcOrderedCondListExprProfile() - compute normalized ordered condition list EPs for MID.
calcPearsonCorrCoef(float[], float[], int, boolean) - Method in class MJAmath
calcPearsonCorrCoef() - compute Pearson correlation coefficient The data is data1[0:n-1] and data2[0:n-1].
calcSampleIntensityHistogram(int) - Method in class MJAhistogram
calcSampleIntensityHistogram() - compute intensity histogram for current normalization method.
calcTandPvalues(int, int, double, double, double, double) - Method in class MJAstatistics
calcTandPvalues() - given (n1,m1,s1) and (n2,m2,s2), calc f, t, p, dF.
calcXYstat(int, float[], float[], int[], String, String) - Method in class MJAmath
calcXYstat() - compute correlation statistics string for display rSq=.., n=.., X(mn+-sd)=(..+-..), Y(mn+-sd)=(..+-..) If propList[] is not null, then test if filtered using IS_FILTERED property.
CheckBoxMenuPlugin - class MAEPlugin.CheckBoxMenuPlugin.
This class extends the MAEPlugin base class to implement a CheckBoxMenuPlugin base class.
CheckBoxMenuPlugin() - Constructor for class MAEPlugin.CheckBoxMenuPlugin
CheckBoxMenuPlugin() - constuctor to use default "CheckBoxPlugin" label name
CheckBoxMenuPlugin(String) - Constructor for class MAEPlugin.CheckBoxMenuPlugin
CheckBoxMenuPlugin() - constuctor with user supplied label
CheckBoxMenuPlugin(String, String) - Constructor for class MAEPlugin.CheckBoxMenuPlugin
CheckBoxMenuPlugin() - constuctor with user supplied label and plugin filename
checkImagesDirExists() - Method in class MJAutil
checkImagesDirExists() - return true if images directory exists.<
chkOtherCurGeneEffects(int, int) - Method in class MJApopupRegistry
chkOtherCurGeneEffects() - check for other current gene effects when change MID
cityBlockDistance(float[], float[], int, boolean) - Method in class MJAmath
cityBlockDistance() - compute city-block distance of 2 vectors.
clearGeneBitset(String) - Method in class MJAgeneList
clearGeneBitset() - clear the gene bit set
clearGeneListBitSet(String, int, String[]) - Method in class MJAgeneList
clearGeneListBitSet() - clear the gene list bit set
clearGenRbit(int) - Method in class MJAReval
clearGenRbit() - clear specific GenR Bit(s) for current RLO.
clearProcessBit(int) - Method in class MJAReval
clearProcessBit() - clear specific Process Bit(s) for current RLO.
clearRLOdb() - Method in class MJAReval
clearRLOdb() - clear list of R LayOuts analyses in the database
close(boolean) - Method in class MAEPlugin.analysis.NormalizationPlugin
close() - close the plugin
close(boolean) - Method in class MAEPlugin.connection.ConnectionPlugin
close() - close the plugin
close(boolean) - Method in class MAEPlugin.popup.PluginUnLoader
close() - close the plugin
closePopupTextReportWindow(Object) - Method in class MJAreport
closePopupTextReportWindow() - close Popup Report Window
COMPARE_ALL - Static variable in class MJAbase
range-compare mode: spot intensity of samples - ALL samples must comply
COMPARE_ANY - Static variable in class MJAbase
range-compare mode: spot intensity of samples - ANY samples must comply
COMPARE_AT_LEAST - Static variable in class MJAbase
range-compare mode: spot intensity of samples - AT LEAST n samples must comply
COMPARE_AT_MOST - Static variable in class MJAbase
range-compare mode: spot intensity of samples - AT MOST n samples must comply
COMPARE_PRODUCT - Static variable in class MJAbase
range-compare mode: spot intensity of samples - PRODUCT of samples must comply
COMPARE_SUM - Static variable in class MJAbase
range-compare mode: spot intensity of samples - SUM samples must comply
computeGeneGeneDistanceMatrix(String) - Method in class MJAcluster
computeGeneGeneDistanceMatrix() - return gene-gene cluster distance matrix.
computeMinMaxF1F2Data(boolean, boolean) - Method in class MJAgene
computeMinMaxF1F2Data() - compute F1 F2 min and max raw intensity extrema returned as a float[] list for the current sample.
computeWorkingGeneList() - Method in class MJAnormalization
computeWorkingGeneList() - run the data Filter and compute the working gene list.
ConnectionPlugin - class MAEPlugin.connection.ConnectionPlugin.
This class is the connection MAEPlugin base class and is be used to implement a connection base class.
ConnectionPlugin() - Constructor for class MAEPlugin.connection.ConnectionPlugin
ConnectionPlugin() - Constructor for creating new ConnectionPlugin
copyFile(String, String, String, int) - Method in class MJAutil
copyFile() - binary copy of one file or URL toa local file
createMontageTableOfCurGene(boolean) - Static method in class MJAutil
createMontageTableOfCurGene() - create montage table of current gene.
createMontageTableOfGene(int, boolean) - Static method in class MJAutil
createMontageTableOfGene() - create montage table of gene data across the HP-E sample conditions.
createNewCondList(String) - Method in class MJAcondition
createNewCondList() - create new named condition list
createNewNamedOrderedCondList(String) - Method in class MJAcondition
createNewNamedOrderedCondList() - create new named ordered condition list of conditions if it does not already exist - in which case do nothing.
createNewOverlayMap(String) - Static method in class MJAplot
createNewOverlayMap() - define a scatterplot named overlay map.
cvd2s(double, int) - Method in class MJAutil
cvd2s() - convert double to string with precision # of digits
cvf2s(float, int) - Method in class MJAutil
cvf2s() - convert float to string with precision # of digits
cvFileNameWithMod(String, String) - Static method in class MJAutil
cvFileNameWithMod() - insert modifier string before file extension
cvs2Array(String, int, String) - Method in class MJAutil
cvs2Array() - convert String arg list "1,4,3,6,..." to String[] If there are more than maxExpected number of args in string, ignore them and just return what has been parsed so far.
cvs2d(String) - Method in class MJAutil
cvs2d() - convert String to double
cvs2d(String, double) - Method in class MJAutil
cvs2d() - convert String to double
cvs2f(String) - Method in class MJAutil
cvs2f() - convert String to float
cvs2f(String, float) - Method in class MJAutil
cvs2f() - convert String to float
cvs2i(String) - Method in class MJAutil
cvs2i() - convert String to int
cvs2i(String, int) - Method in class MJAutil
cvs2i() - convert String to int
cvs2iArray(String, int, String) - Method in class MJAutil
cvs2iArray() - convert String arg list "1,4,3,6,..." to int[] If there are more than maxExpected number of args in string, ignore them and just return what has been parsed so far.
cvtBackslash2Fwdslash(String) - Method in class MJAutil
cvtBackslash2Fwdslash() - convert '\\' to '/' in the string
cvtEnvPaths2Properties() - Static method in class MJAutil
cvtEnvPaths2Properties() - get all system ENV variables and set them as separate Java properties so we can get them individually from System.getProperty(var) calls.
cvtHashtable2SimpleTable(Hashtable) - Static method in class MJAbase
cvtHashtable2SimpleTable() - creating table from Hashtable encoded table.
cvtSpacesToUnderscores(String) - Method in class MJAutil
cvtSpacesToUnderscores() - replace spaces and other illegal file name characters with '_' chars to make file names highly portable.
cvtTable2Hashtable(SimpleTable) - Static method in class MJAbase
cvtTable2Hashtable() - convert SimpleTable tbl to Hashtable object.
cvtValueToStars(float, float, int, boolean) - Method in class MJAutil
cvtValueToStars() - cvt val in[0:valMax] to "****"+" " string where the maximum # of stars for v==vMax is specified.

D

DATA_F1TOT - Static variable in class MJAbase
type code: for f1 data
DATA_F2TOT - Static variable in class MJAbase
type code: for f2 data
DATA_MEAN_F1F2TOT - Static variable in class MJAbase
type code: for (f1+f2)/2 data
DATA_RATIO_F1F2TOT - Static variable in class MJAbase
type code: for f1/f2 data
DBUG_MAEP - Static variable in class MAEPlugin.MAEPlugin
 
deleteLocalFile(String) - Method in class MJAutil
deleteLocalFile() - delete local file.
destroy() - Method in class MAExplorer
destroy() - destroy this class
difference(String, String, String) - Method in class MJAcondition
difference() - compute resultCond = difference (Condition 1 - Condition 2)
disableNormalizationPlugin() - Method in class MaeJavaAPI
disableNormalizationPlugin() - clear activeNormalization state.
disableNormalizationPlugin() - Method in interface MAEPlugin.MAEStub
disableNormalizationPlugin() - clear activeNormalization state.
disableNormalizationPlugin() - Static method in class MAEPlugin.analysis.NormalizationPlugin
disableNormalizationPlugin() - clear activeNormalization state.
displayPDF(String) - Method in class MJAutil
displayPDF() - popup Adobe Acrobat for PDF file.
displayURL(String) - Method in class MJAutil
displayURL() - popup web browser on current URL.
doesPopupExistByKey(String) - Method in class MJApopupRegistry
doesPopupExistByKey() - does instance of registered MAEPlugin exist by keyName
doesUniquePopupExistByKey(String) - Method in class MJApopupRegistry
doesUniquePopupExistByKey() - does unique instance of registered MAEPlugin exist by keyName
DRAW_BIN - Static variable in class MJAbase
Plotting types - draw histogram bin
DRAW_BOX - Static variable in class MJAbase
Plotting types - draw box symbol in scatter plot
DRAW_CIRCLE - Static variable in class MJAbase
Plotting types - draw circle symbol in scatter plot
DRAW_PLUS - Static variable in class MJAbase
Plotting types - draw plus symbol in scatter plot
DuplicatePluginLoadException - exception MAEPlugin.DuplicatePluginLoadException.
This exception is used to allow self registering of plugins for a max number of plugins.
DuplicatePluginLoadException() - Constructor for class MAEPlugin.DuplicatePluginLoadException
 

E

EDIT_ADD - Static variable in class MJAbase
Edited Gene List mouse click action mode: ADD gene on click
EDIT_NOP - Static variable in class MJAbase
Edited Gene List mouse click action mode: NO-OP
EDIT_RMV - Static variable in class MJAbase
Edited Gene List mouse click action mode: REMOVE gene on click
enableOverlayMapDisplay(String, boolean) - Static method in class MJAplot
enableOverlayMapDisplay() - enable/disable display of named scatterplot named overlay map.
et_defaultInt() - Method in class MJAutil
get_defaultInt() - default int value for conversions
euclideanDistance(float[], float[], int, boolean) - Method in class MJAmath
euclideanDistance() - compute Euclidean distance of 2 vectors as either the Euclidean distance or (sum dist**2).
evalCommands(String, String) - Method in class MJAeval
evalCommands() - invoke and process a MAExplorer command.

F

FileClassLoader - class MAEPlugin.FileClassLoader.
Class to dynamic classes from local disks.
FileClassLoader(File) - Constructor for class MAEPlugin.FileClassLoader
FileClassLoader() - Constructor to load .classfile.
FileClassLoader(String) - Constructor for class MAEPlugin.FileClassLoader
FileClassLoader() - Constructor to load path.
fileName - Variable in class SimpleTable
Optional file name associated with table
FilterPlugin - class MAEPlugin.analysis.FilterPlugin.
This class is the filter MAEPlugin base class and is be used to implement a filter base class:
FilterPlugin() - Constructor for class MAEPlugin.analysis.FilterPlugin
FilterPlugin() - Constructor for new FilterPlugin called when load the plugin.
FilterPlugin(String) - Constructor for class MAEPlugin.analysis.FilterPlugin
FilterPlugin() - Constructor for new FilterPlugin
findCountAndhighMIDinGeneBitset(String) - Method in class MJAgeneList
findCountAndhighMIDinGeneBitset() - find count and highest MID in GeneBitSet
findFileClass(String) - Method in class MAEPlugin.FileClassLoader
findFileClass() - find file of class by name.
findGeneWithLeastSumDistances(float[], int) - Method in class MJAcluster
findGeneWithLeastSumDistances() - find gene with minimum cluster distance to all other genes.
finishPipeline(int) - Method in interface MAEPlugin.Normalization
finishPipeline() - finish filter at end of normalization of all genes (if required).
finishPipeline(int) - Method in class MAEPlugin.analysis.FilterPlugin
finishPipeline() - finish filter at end of test of all genes (if required).
finishPipeline(int) - Method in class MAEPlugin.analysis.NormalizationPlugin
finishPipeline() - finish filter at end of normalization of all genes (if required).
flushPluginHashState() - Method in class MJAstate
flushPluginHashState() - flush the MAEPlugin hash state storage to the disk.
formatClassName(String) - Method in class MAEPlugin.JarClassLoader
formatClassName() - generate a name with ".class" extension
freeTable() - Method in class SimpleTable
freeTable() - free Table tData[][] and tFields so can garbage collect it Also zero tRows, tCols

G

GENE_ATCC_ID - Static variable in class MJAbase
Gene property: Clone is an ATCC numbered clone
GENE_BAD_DATA - Static variable in class MJAbase
property: has bad data
GENE_BAD_LOCAL_SPOT_BKGRD - Static variable in class MJAbase
Gene property: bad local spot background
GENE_BAD_MID - Static variable in class MJAbase
Gene property: the gene is bad, good gene name
GENE_BAD_SPOT - Static variable in class MJAbase
Gene property: non-analyzable gene (eg.
GENE_BAD_SPOT_GEOMETRY - Static variable in class MJAbase
Gene property: bad spot geometry
GENE_DUP_SPOT - Static variable in class MJAbase
Gene property: is duplicate of another gene on array
GENE_GOOD_MID - Static variable in class MJAbase
Gene property: the gene is good, good gene name.
GENE_IMAGE_ID - Static variable in class MJAbase
Gene property: Clone is an I.M.A.G.E.
GENE_IS_CUR_GENE - Static variable in class MJAbase
Gene property: is Current Gene (not normally used)
GENE_IS_EGL_GENE - Static variable in class MJAbase
Gene property: is an E.G.
GENE_IS_FILTERED - Static variable in class MJAbase
Gene property: is a gene that did pass data Filter
GENE_IS_KMEANS - Static variable in class MJAbase
Gene property: Is a K-means node gene
GENE_IS_NOT_FILTERED - Static variable in class MJAbase
Gene property: is a gene that did not pass data Filter
GENE_LOW_SPOT_REF_SIGNAL - Static variable in class MJAbase
Gene property: low spot reference signal
GENE_MARGINAL_SPOT - Static variable in class MJAbase
Gene property: Marginal spot
GENE_USE_GBID_FOR_CLONEID - Static variable in class MJAbase
Gene property: use GenBank ID for Clone ID
geneOperation(int) - Method in class MAEPlugin.analysis.FilterPlugin
geneOperation() - implemented by plugin writer.
get_abortFlag() - Method in class MJAstate
get_abortFlag() - get "abortFlag" flag status
get_addExprProfileFlag() - Method in class MJAreport
get_addExprProfileFlag() - get flag: add EP ratios in gene REPORTS
get_addHP_XYstatFlag() - Method in class MJAreport
get_addHP_XYstatFlag() - get flag: add HP_XY statistics in gene REPORTS
get_allowNegQuantDataFlag() - Method in class MJAstate
get_allowNegQuantDataFlag() - get "allowNegQuantData" flag status allow Negative Quantified intensity data
get_Clone_ID() - Method in class MJAgene
get_Clone_ID() - get Clone_ID for default gene, if exists
get_clusterNodeNbr() - Method in class MJAgene
get_clusterNodeNbr() - get clusterNodeNbr for default gene, if exists
get_clusterOnFilteredGenesFlag() - Method in class MJAcluster
get_clusterOnFilteredGenesFlag() - get flag to cluster on Filtered genes else All genes.
get_coeffOfVarTestMode() - Method in class MJAfilter
get_coeffOfVarTestMode() - get samples-to-use mode for testing coefficient of variation threshold.
get_conditionsData() - Method in class MJAstatistics
get_conditionsData() - data[0:nConditions-1][sampleNbrInClass] for computations of N-condition F-test
get_CV() - Method in class MJAgene
get_CV() - get Coefficient of Variation for default gene, if exists
get_data() - Method in class MJAgene
get_data() - get data for default gene, if exists
get_data1() - Method in class MJAgene
get_data1() - get data1 for default gene, if exists
get_data2() - Method in class MJAgene
get_data2() - get data2 for default gene, if exists
get_dbEST3ID() - Method in class MJAgene
get_dbEST3ID() - get dbEST3 ID for default gene, if exists
get_dbEST5ID() - Method in class MJAgene
get_dbEST5ID() - get dbEST5 ID for default gene, if exists
get_defaultFloat() - Method in class MJAutil
get_defaultFloat() - default float value for conversions
get_deltaBinH() - Method in class MJAstatistics
get_deltaBinH() - width of the histogram bins computed as: nBinsH/(maxDataH-minDataH) previously computed
get_dF() - Method in class MJAstatistics
get_dF() - CALC: degrees of freedom previously computed
get_dKS() - Method in class MJAmath
get_dKS() - K-S statistic for Kolmogorov-Smirnov stat d & prob of the null hypothesis of 2 bins of data.
get_doGCFlag() - Method in class MJAstate
get_doGCFlag() - get "doGCflag" flag status invoke the Garbage Collector when have time as determined by the main idle loop
get_duplMIDlist() - Method in class MJAgene
get_duplMIDlist() - get list of MIDs for duplicate genes for default gene, if exists
get_f() - Method in class MJAstatistics
get_f() - CALC: calculated f statistic previously computed
get_fStat() - Method in class MJAstatistics
get_fStat() - CALC: f-statistic previously computed
get_gangSpotDuplicatesFlag() - Method in class MJAstate
get_gangSpotDuplicatesFlag() - get "gangSpotDuplicates" flag status display and report ganged (F1,F2) data else just F1 data
get_GenBankAcc3ID() - Method in class MJAgene
get_GenBankAcc3ID() - get GenBank Acc 3' ID for default gene, if exists
get_GenBankAcc5ID() - Method in class MJAgene
get_GenBankAcc5ID() - get GenBank Acc 5' ID for default gene, if exists
get_GenBankAccID() - Method in class MJAgene
get_GenBankAccID() - get GenBankAcc ID for default gene, if exists
get_Gene_Name() - Method in class MJAgene
get_Gene_Name() - get Gene_Name for default gene
get_Generic_ID() - Method in class MJAgene
get_Generic_ID() - get Generic_ID for default gene, if exists
get_genomicDB_URLs() - Method in class MJAgenomicDB
get_genomicDB_URLs() - get user-defined genomic DB URLs
get_GenomicID() - Method in class MJAgene
get_GenomicID() - geta list of additional genomic IDs for the default gene, if exists.
get_goodSpotTestMode() - Method in class MJAfilter
get_goodSpotTestMode() - get samples-to-use mode for testing for good spots (as determined by QualCheck field in .quant data files.
get_hist() - Method in class MJAstatistics
get_hist() - histogram of size [0:nBinsH-1] previously computed
get_HP_EclustersMembershioFlag() - Method in class MJAfilter
get_HP_EclustersMembershioFlag() - get flag for filter by HP-E clustering membership
get_HP_SampleName(int, boolean) - Method in class MJAsampleList
get_HP_SampleName() - get HP sample name for sample number
get_isZscoreNormFlag() - Method in class MJAstate
get_isZscoreNormFlag() - get "isZscoreNorm" flag status using one of the Zscore normalizations
get_LocusID() - Method in class MJAgene
get_LocusID() - get LocusID for default gene, if exists
get_Master_ID() - Method in class MJAgene
get_Master_ID() - get Master_ID for default gene
get_MasterGeneName() - Method in class MJAgene
get_MasterGeneName() - get MasterGeneName for default gene
get_maxDataH() - Method in class MJAstatistics
get_maxDataH() - max value in data[] for histogram previously computed
get_meanAbsDevH() - Method in class MJAstatistics
get_meanAbsDevH() - mean absolute deviation for histogram previously computed
get_meanH() - Method in class MJAstatistics
get_meanH() - mean of data[] for histogram previously computed
get_meanIdx() - Method in class MJAstatistics
get_meanIdx() - index of mean in hist[] previously computed
get_meansAllConditions() - Method in class MJAstatistics
get_meansAllConditions() - means of samples in each of the nConditions used in computation of N-condition F-test
get_medianH() - Method in class MJAstatistics
get_medianH() - mode of data[] for histogram previously computed
get_medianIdx() - Method in class MJAstatistics
get_medianIdx() - index of median in hist[] previously computed
get_minDataH() - Method in class MJAstatistics
get_minDataH() - min value in data[] for histogram previously computed
get_mnX() - Method in class MJAmath
get_mnX() - get mean X previously computed
get_mnY() - Method in class MJAmath
get_mnY() - get mean Y previously computed
get_modeH() - Method in class MJAstatistics
get_modeH() - mode of data[] for histogram previously computed
get_modeIdx() - Method in class MJAstatistics
get_modeIdx() - index of mode in hist[] previously computed
get_nBinsH() - Method in class MJAstatistics
get_nBinsH() - 0 if none.
get_nCond_dfBetween() - Method in class MJAstatistics
get_nCond_dfBetween() - get dfBetween degrees of freedom used in computation of N-condition F-test
get_nCond_dfWithin() - Method in class MJAstatistics
get_nCond_dfWithin() - get dfWithin degrees of freedom used in computation of N-condition F-test
get_nCond_pValue() - Method in class MJAstatistics
get_nCond_pValue() - get p-value computed of N-condition F-test
get_nCondFstat() - Method in class MJAstatistics
get_nCondFstat() - get f-statistic computed in N-condition F-test
get_nConditions() - Method in class MJAstatistics
get_nConditions() - get nConditions used in computation of N-condition F-test
get_nCondMeanSqBetweenVariance() - Method in class MJAstatistics
get_nCondMeanSqBetweenVariance() - get mnSqBetween variance used in computation of N-condition F-test
get_nCondMeanSqWithinVariance() - Method in class MJAstatistics
get_nCondMeanSqWithinVariance() - get mnSqWithin variance used in computation of N-condition F-test
get_nDuplGenes() - Method in class MJAgene
get_nDuplGenes() - # duplicate genes in duplMIDlist[] for default gene, if exists
get_nGeneClustersCnt() - Method in class MJAgene
get_nGeneClustersCnt() - get nGeneClustersCnt for default gene, if exists
get_nGenomicID() - Method in class MJAgene
get_nGenomicID() - get # additional genomic IDs in the GenomicID[] list for the default gene, if exists.
get_normHierClusterByRatioHPFlag() - Method in class MJAcluster
get_normHierClusterByRatioHPFlag() - get flag to that normalizing each HP-E gene expression vector dataV[1:nHP] by the ratio of HP-X dataV[HP-X].
get_NratiosToReport() - Method in class MJAfilter
get_NratiosToReport() - get # of ratios to report
get_nSamplesAllConditions() - Method in class MJAstatistics
get_nSamplesAllConditions() - # of samples in each of the nConditions used in computation of N-condition F-test
get_nXY() - Method in class MJAmath
get_nXY() - # of genes used in calcXYstat computation
get_okBetaCF() - Method in class MJAmath
get_okBetaCF() - test if nr_betaCF() was ok
get_okBetaI() - Method in class MJAmath
get_okBetaI() - test if nr_betai() was ok
get_okProbKS() - Method in class MJAmath
get_okProbKS() - test if Kolmogorov-Smirnov test was ok
get_pF() - Method in class MJAstatistics
get_pF() - CALC: f-test p-value w/NULL hypoth previously computed
get_plate_col() - Method in class MJAgene
get_plate_col) - get original plate_col for default gene, if exists
get_plate_row() - Method in class MJAgene
get_plate_row() - get original plate_row for default gene, if exists
get_plate() - Method in class MJAgene
get_plate() - get original plate for default gene, if exists
get_positiveQuantTestMode() - Method in class MJAfilter
get_positiveQuantTestMode() - get samples-to-use mode for testing for positive spot quantification values.
get_presentationViewFlag() - Method in class MJAstate
get_presentationViewFlag() - get "presentationView" flag status use larger fonts and graphics for presentations
get_probKS() - Method in class MJAmath
get_probKS() - probability of null hypoth same distrib for previously computed Kolmogorov-Smirnov stat d & prob of the null hypothesis of 2 bins of data.
get_properties() - Method in class MJAgene
get_properties() - get properties for default gene, if exists
get_pT() - Method in class MJAstatistics
get_pT() - CALC: t-test p-value w/NULL hypoth previously computed
get_pValue() - Method in class MJAgene
get_pValue() - get pValue for default gene, if exists
get_pValueThr() - Method in class MJAfilter
get_pValueThr() - get Sample p-Value for t-Test Filter threshold
get_ratioCy3Cy5RangeMode() - Method in class MJAfilter
get_ratioCy3Cy5RangeMode() - get inside/outside mode for testing sample Cy3/Cy5 ratio range.
get_ratioRangeMode() - Method in class MJAfilter
get_ratioRangeMode() - get inside/outside mode for testing sample ratio range.
get_rSq() - Method in class MJAmath
get_rSq() - get correlation coefficient previously computed
get_sampleIntensityRangeMode() - Method in class MJAfilter
get_sampleIntensityRangeMode() - get inside/outside mode for testing sample intensity range.
get_sdX() - Method in class MJAmath
get_sdX() - get standard deviation X previously computed
get_sdY() - Method in class MJAmath
get_sdY() - get standard deviation Y previously computed
get_spotIntensityCompareMode() - Method in class MJAfilter
get_spotIntensityCompareMode() - get how-to compare samples mode for testing spot intensity range.
get_spotIntensityRangeMode() - Method in class MJAfilter
get_spotIntensityRangeMode() - get inside/outside mode for testing spot intensity range.
get_spotIntensityTestMode() - Method in class MJAfilter
get_spotIntensityTestMode() - get samples-to-use mode for testing spot intensity range.
get_stdDevAllConditions() - Method in class MJAstatistics
get_stdDevAllConditions() - stdDev of samples in each of the nConditions used in computation of N-condition F-test
get_stdDevH() - Method in class MJAstatistics
get_stdDevH() - standard deviation of data[] for histogram previously computed
get_SwissProtID() - Method in class MJAgene
get_SwissProtID() - get SwissProt ID for default gene, if exists
get_t() - Method in class MJAstatistics
get_t() - CALC: t or t' statistic computed previously computed
get_thrClusterDist() - Method in class MJAfilter
get_thrClusterDist() - get Sample gene-gene cluster distance threshold
get_thrCR1() - Method in class MJAfilter
get_thrCR1() - get Sample Cy3/Cy5 lower limit CR1 threshold
get_thrCR2() - Method in class MJAfilter
get_thrCR2() - get Sample Cy3/Cy5 lower limit CR2 threshold
get_thrDiff() - Method in class MJAfilter
get_thrDiff() - get Sample diff (HP-X,HP-Y) Filter threshold
get_thrI1() - Method in class MJAfilter
get_thrI1() - get Sample Intensity lower limit I1 threshold
get_thrI2() - Method in class MJAfilter
get_thrI2() - get Sample Intensity lower limit I2 threshold
get_thrNbrClusters() - Method in class MJAfilter
get_thrNbrClusters() - get # of clusters in K-means clustering
get_thrPercentOK() - Method in class MJAfilter
get_thrPercentOK() - get % of samples meeting Spot Intensity criteria threshold
get_thrQualCheck() - Method in class MJAfilter
get_thrQualCheck) - get Sample QualCheck threshold
get_thrR1() - Method in class MJAfilter
get_thrR1() - get Sample Ratio lower limit R1 threshold
get_thrR2() - Method in class MJAfilter
get_thrR2() - get Sample Ratio lower limit R2 threshold
get_thrSI1() - Method in class MJAfilter
get_thrSI1() - get Spot Intensity lower limit SI1 threshold
get_thrSI2() - Method in class MJAfilter
get_thrSI2() - get Spot Intensity lower limit SI2 threshold
get_thrSpotCV() - Method in class MJAfilter
get_thrSpotCV() - get Sample spot Coefficient Of Variation Filter threshold
get_title() - Method in class MJAstatistics
get_title() - title for data used in histogram previously computed
get_UGclusterName() - Method in class MJAgene
get_UGclusterName() - get UGclusterName for default gene, if exists
get_Unigene_ID() - Method in class MJAgene
get_Unigene_ID() - get Unigene_ID for default gene, if exists
get_updatePseudoImgFlag() - Method in class MJAstate
get_updatePseudoArrayImageFlag() - get "updatePseudoArrayImage" flag status.
get_useAbsDiffFilterFlag() - Method in class MJAfilter
get_useAbsDiffFilterFlag() - get flag for filter by absolute diff |HP-X - HP-Y|
get_useAutoStateScrollersPopupFlag() - Method in class MJAfilter
get_useAutoStateScrollersPopupFlag() - flag for Auto state-scroller popup window
get_useClusterCountsDisplayFlag() - Method in class MJAcluster
get_useClusterCountsDisplayFlag() - get flag to show if gene cluster counts cluster method is active.
get_useClusterDistanceCacheFlag() - Method in class MJAcluster
get_useClusterDistanceCacheFlag() - get flag to use cluster distance cache to speed up computations.
get_useCorrelationCoefficientFlag() - Method in class MJAcluster
get_useCorrelationCoefficientFlag() - get gene-gene distance metric flag.
get_useCVmeanElseMaxInFilterFlag() - Method in class MJAfilter
get_useCVmeanElseMaxInFilterFlag() - flag for use mean of CV else use max in Coefficient of Variation filter
get_useCy5OverCy3Flag() - Method in class MJAstate
get_useCy5OverCy3Flag() - get "useCy5OverCy3Flag" flag status Swap Cy3/Cy to Cy5/Cy3 for reporting purposes
get_useDbESTViewerFlag(boolean) - Method in class MJAgenomicDB
get_useDbESTViewerFlag() - access popup Web browser dbEST database
get_useDichromasyDisplayFlag() - Method in class MJAstate
get_useDichromasyDisplayFlag() - get "useDichromasyDisplay" flag status enable Dichromasy color-blindness display options
get_useEGLgeneListFilterFlag() - Method in class MJAfilter
get_useEGLgeneListFilterFlag() - flag for filter by genes in EGL
get_useEPrawIntensityValuesFlag() - Method in class MJAreport
get_useEPrawIntensityValuesFlag() - get flag: use Raw intensity for EP ratios in gene REPORTS
get_useExprProfileOverlayFlag() - Method in class MJAstate
get_useExprProfileOverlayFlag() - get "useExprProfileOverlay" flag status Plot EP list as overlay 2Dplot else scrollable EP list
get_useF_TestOCLFilterFlag() - Method in class MJAfilter
get_useF_TestOCLFilterFlag() - flag for filter passing ur.
get_useGenBankViewerFlag(boolean) - Method in class MJAgenomicDB
get_useGenBankViewerFlag() - access popup Web browser GenBank database
get_useGeneClassMbrFilterFlag() - Method in class MJAfilter
get_useGeneClassMbrFilterFlag() - flag for filter by GeneClass membership
get_useGeneSetFilterFlag() - Method in class MJAfilter
get_useGeneSetFilterFlag() - flag for filter by user gene set membership
get_useGoodGeneGIPOfilterFlag() - Method in class MJAfilter
get_useGoodGeneGIPOfilterFlag() - flag for filter by GIPO Good Genes List
get_useGoodSpotDataFlag() - Method in class MJAfilter
get_useGoodSpotDataFlag() - flag for filter by Good spot data
get_useHierClusterDisplayFlag() - Method in class MJAcluster
get_useHierClusterDisplayFlag() - get flag show hierarchical clusters in the pseudoarray image for All Filtered genes.
get_useHighRatiosFilterFlag() - Method in class MJAfilter
get_useHighRatiosFilterFlag() - flag for Use highest X/Y ratios filter
get_useHP_E_ListDataFlag() - Method in class MJAstate
get_useHP_E_ListDataFlag() - get "useMeanHPeListDataFlag" flag status use mean HP-E 'list' data else single current HP sample data
get_useHPxySetsDataFlag() - Method in class MJAstate
get_useHPxySetsDataFlag() - get "useHPxySetsData" flag status use mean HP-X,Y 'sets' data else HP-X,HP-Y single samples data
get_useIntensHistBinsFilterFlag() - Method in class MJAfilter
get_useIntensHistBinsFilterFlag() - flag for filter by Intensity histogram bin
get_useIntensityFilterFlag() - Method in class MJAfilter
get_useIntensityFilterFlag() - flag for filter by intensity threshold
get_useKmeansClusterCountsDispFlag() - Method in class MJAcluster
get_useKmeansClusterCountsDispFlag() - get flag show K-means cluster counts for all Filtered genes in the pseudoarray image.
get_useKStestXYsetsFilterFlag() - Method in class MJAfilter
get_useKStestXYsetsFilterFlag() - flag for filter passing HP-X,HP-Y 'sets' KS-test
get_useLocksLinkViewerFlag(boolean) - Method in class MJAgenomicDB
get_useLocksLinkViewerFlag() - access popup Web browser LocusLink database
get_useLowRatiosFilterFlag() - Method in class MJAfilter
get_useLowRatiosFilterFlag() - flag for Use lowest X/Y ratios filter
get_useLSQmagnitudeNormalizationFlag() - Method in class MJAcluster
get_useLSQmagnitudeNormalizationFlag() - get flag to normalize cluster expression vector geneEPvect[] to 1.0 for clustering
get_useMadbViewerFlag(boolean) - Method in class MJAgenomicDB
get_useMadbViewerFlag() - access popup Web browser mAdb clone database
get_useMedianForKmeansClusteringFlag() - Method in class MJAcluster
get_useMedianForKmeansClusteringFlag() - get flag for K-median else K-means clustering
get_useMedMinerViewerFlag(boolean) - Method in class MJAgenomicDB
get_useMedMinerViewerFlag() - access popup Web browser MedMiner database
get_useMouseOverFlag() - Method in class MJAstate
get_useMouseOverFlag() - get "useMouseOver" flag status
get_useOmimViewerFlag(boolean) - Method in class MJAgenomicDB
get_useOmimViewerFlag() - access popup Web browser OMIM database
get_usePIRViewerFlag(boolean) - Method in class MJAgenomicDB
get_usePIRViewerFlag() - access popup Web browser PIR database
get_usePosQuantIntensDataFlag() - Method in class MJAfilter
get_usePosQuantIntensDataFlag() - get flag for filter by postive intensity data
get_useRatioCy3Cy5FilterFlag() - Method in class MJAfilter
get_useRatioCy3Cy5FilterFlag() - flag for filter by Cy3/Cy5 ratio range threshold
get_useRatioDataFlag() - Method in class MJAstate
get_useRatioDataFlag() - get "useRatioData" flag status data is Cy3/Cy5 ratio else Intensity
get_useRatioFilterFlag() - Method in class MJAfilter
get_useRatioFilterFlag() - flag for filter by ratio threshold
get_useRatioHistBinsFilterFlag() - Method in class MJAfilter
get_useRatioHistBinsFilterFlag() - flag for filter by Ratio histogram bin
get_useReplicateGenesFilterFlag() - Method in class MJAfilter
get_useReplicateGenesFilterFlag() - flag for filter by => 2 replicates/gene
get_useShortClusterDistanceCacheFlag() - Method in class MJAcluster
get_useShortClusterDistanceCacheFlag() - get flag t ouse short[] cluster distance cache to save memory
get_useSimilarGeneClusterDisplayFlag() - Method in class MJAcluster
get_useSimilarGeneClusterDisplayFlag() - get flag to show if similar genes cluster method is active.
get_useSpotCVfilterFlag() - Method in class MJAfilter
get_useSpotCVfilterFlag() - get flag for filter by Spot Coefficient of Variation
get_useSpotIntensityFilterFlag() - Method in class MJAfilter
get_useSpotIntensityFilterFlag() - flag for filter by intensity threshold
get_useSwissProtViewerFlag(boolean) - Method in class MJAgenomicDB
get_useSwissProtViewerFlag() - access popup Web browser SwissProt database
get_useTest() - Method in class MJAstatistics
get_useTest() - CALC: 'B' or 'T' - t-test to use computed using F-statistic previously computed
get_useTtestXYfilterFlag() - Method in class MJAfilter
get_useTtestXYfilterFlag() - get flag for filter genes passing HP-X,-Y t-test
get_useTtestXYsetsFilterFlag() - Method in class MJAfilter
get_useTtestXYsetsFilterFlag() - flag for filter passing HP-X,HP-Y 'sets' t-test
get_useUniGeneViewerFlag(boolean) - Method in class MJAgenomicDB
get_useUniGeneViewerFlag() - access popup Web browser UniGene database
get_varianceAllConditions() - Method in class MJAstatistics
get_varianceAllConditions() - variance of samples in each of the nConditions used in computation of N-condition F-test
get_viewFilteredSpotsFlag() - Method in class MJAstate
get_viewFilteredSpotsFlag() - get "viewFilteredSpots" flag status in PseudoArray image show Filtered spots else don't show overlays
getActiveFilterPluginList() - Static method in class MAEPlugin.analysis.FilterPlugin
getActiveFilterPluginList() - Bean-style method for getting activeFilterPluginList.
getActiveNormalization() - Method in class MaeJavaAPI
getActiveNormalization() - get active normalization.
getActiveNormalization() - Static method in class MAEPlugin.analysis.NormalizationPlugin
getActiveNormalization() - Bean-style method for getting the activeNormalization.
getAllCondNames() - Method in class MJAcondition
getAllCondNames()- get a list of all condition names.
getAllF1F2dataForSample(float[], float[], int) - Method in class MJAsampleList
getAllF1F2dataForSample() - get all (f1,f2,prop) lists of Field (F1,F2) data for sample in (f1List[], f2List[]) for ALL gene data.
getAllGenRbits() - Method in class MJAReval
getAllGenRbits() - get GenR Bits using R_GENR_xxxx bits for current RLO.
getAllHP_XandYsamplesData(float[], float[], int, int) - Method in class MJAsampleList
getAllHP_XandYsamplesData() - get all (X,Y,prop) lists of X and Y samples data for single samples in (Xdata[],Ydata[]) for ALL genes.
getAllHP_XandYsetDataForSample(float[], float[]) - Method in class MJAsampleList
getAllHP_XandYsetDataForSample() - get all HP-X, -Y 'sets' (X,Y) normalized data lists for sample in (Xdata[],Ydata[] for ALL genes.
getAllHPdataForSample(float[], int) - Method in class MJAsampleList
getAllHPdataForSample() - get all normalized (data,prop) list single sample's data for sample in (dataList[]) for ALL genes.
getAllMeanDataForCondition(float[], float[], String) - Method in class MJAsampleList
getAllMeanDataGeneListDataForCondition() - get all (mn,SD,prop) list Condition samples' normalized data for genes in the specified gene list and samples in the condition list and save in in (meanData[], stdDevData[]) for data filtered by the specified gene list.
getAllProcessBits() - Method in class MJAReval
 
getAllRawF1F2DataAndBkgdForSample(float[], float[], float[], float[], int[], int[], int) - Method in class MJAsampleList
getAllawF1F2DataAndBkgdForSample() - get all spot list raw intensity and background data for genes and return it in the arrays pre-specified by the user.
getAllSampleNames() - Method in class MJAsampleList
getAllSampleNames()- get list of all active sample names used in DB
getAllSampleNamesInDB() - Method in class MJAcondition
getAllSampleNamesInDB() - get list of all sample names in the database
getClassXname() - Method in class MJAsampleList
getClassXname() - get the current Class X name.
getClassYname() - Method in class MJAsampleList
getClassYname() - get the current Class Y name.
getClusterOfSimilarGenes(String, float, int) - Method in class MJAcluster
getClusterOfSimilarGenes() - get Hashtable list of gene cluster similar to seed gene.
getComputedMaxMeanEP() - Method in class MJAexprProfile
getComputedMaxMeanEP() - max mean of the current EP sample data
getConditionIdxInOrderedCondList(String, String) - Method in class MJAcondition
getConditionIdxInOrderedCondList() - get condition index in named ordered condition list.
getConditionsInOrderedCondList(String) - Method in class MJAcondition
getConditionsInOrderedCondList() - get list of names conditions in OCL
getCondListLength(String) - Method in class MJAcondition
getCondListLength() - get # of samples in the condition list
getCondListsNames() - Method in class MJAcondition
getCondListsNames() - get list of active condition lists names
getCondListsSizes() - Method in class MJAcondition
getCondListsSizes() - get list of active condition lists sizes
getCondParamNames() - Method in class MJAcondition
getCondParamNames() - get list of condition parameter names for all conditions
getCondParamValues(String) - Method in class MJAcondition
getCondParamValues() - get list of parameter values for specific condition
getCorrCoefQuantDataList(int) - Method in class MJAsample
getCorrCoefQuantDataList() - get spot intensity correlation coefficient data for the given sample.
getCurCondition() - Method in class MJAcondition
 
getCurGeneCol() - Method in class MJAgene
getCurGeneCol() - get the column in the grid for current gene
getCurGeneField() - Method in class MJAgene
getCurGeneField() - get the MID (Master Gene ID) number for current gene
getCurGeneGIDG() - Method in class MJAgene
getCurGeneGIDG() - get the GIDG (Ganged Grid layout ID) number for current gene
getCurGeneGrid() - Method in class MJAgene
getCurGeneGrid() - get the grid for current gene
getCurGeneMID() - Method in class MJAgene
getCurGeneMID() - get the MID (Master Gene ID) number for current gene
getCurGeneRow() - Method in class MJAgene
getCurGeneRow() - get the rowin the grid for current gene
getCurGeneXcoord() - Method in class MJAgene
getCurGeneXcoord() - get the X coordinate in the pseudoarray for current gene
getCurGeneYcoord() - Method in class MJAgene
getCurGeneYcoord() - get the Y coordinate in the pseudoarray for current gene
getCurOCL() - Method in class MJAcondition
 
getCurrent_HP_index() - Method in class MJAsampleList
getCurrent_HP_index() - get Current HP sample index.
getCurrent_HP_name(boolean) - Method in class MJAsampleList
getCurrent_HP_name() - get Current HP sample name
getCurrent_HP_X_index() - Method in class MJAsampleList
getCurrent_HP_X_index() - get Current HP-X sample index.
getCurrent_HP_X_name(boolean) - Method in class MJAsampleList
getCurrent_HP_X_name() - get Current HP-X sample name
getCurrent_HP_Y_index() - Method in class MJAsampleList
getCurrent_HP_Y_index() - get Current HP-Y sample index.
getCurrent_HP_Y_name(boolean) - Method in class MJAsampleList
getCurrent_HP_Y_name() - get Current HP-Y sample name
getCurrentGeneClassIndex() - Method in class MJAgeneList
getCurrentGeneClassIndex() - get index of current gene class in DB
getCurrentRLOid() - Method in class MJAReval
getCurrentRLOid() - get the current RLO analysis method id
getCurrentRLOmenuName() - Method in class MJAReval
getCurrentRLOmenuName() - get the current RLO analysis menu string name
getCurrentRLOmenuStubName() - Method in class MJAReval
getCurrentRLOmenuStubName() - get the current RLO analysis menu stub string name
getCurrentRLORscriptName() - Method in class MJAReval
getCurrentRLORscriptName() - get current RLO analysis .R script file name
getCVtestMode() - Method in class MJAproperty
getCVtestMode() - get Coefficient of Variation (CV) test mode: SS_MODE_xxxx
getDbEstURL() - Method in class MJAstate
getDbEstURL() - get the current url value
getDoMeanPlotsFlag() - Method in class MJAexprProfile
getDoMeanPlotsFlag() - flag to generate mean plots (of the clusters) else individual plots
getEditMode() - Method in class MJAproperty
getEditMode() - get EGL mode for 'edited gene list': EDIT_xxxx
getEPmaxMeanSampleData() - Method in class MJAexprProfile
getEPmaxMeanSampleData() - max mean normalized sample data scale factor computed over all samples and all genes being used in a list of expression profiles.
getEPsamplesCV(int) - Method in class MJAexprProfile
getEPsamplesCV() - opt.
getEPsamplesData(int) - Method in class MJAexprProfile
getEPsamplesData() - list of normalized HP-E samples data for MID.
getEPsamplesMean(int) - Method in class MJAexprProfile
getEPsamplesMean() - opt.
getEPsamplesStdDev(int) - Method in class MJAexprProfile
getEPsamplesStdDev() - opt.
getF1F2dataForSample(float[], float[], int[], int, String) - Method in class MJAsampleList
getF1F2dataForSample() - get filtered (f1,f2,prop) lists of Field (F1,F2) data for sample in (f1List[], f2List[], propList[]) for FILTERED data by the specified gene list.
getFGRCtoGIDmap() - Method in class MJAgeometry
getFGRCtoGIDmap() - get map of [field][grid][grid_row][grid_col] to gid (GridCoords index GID).
getFilterState() - Static method in class MAEPlugin.analysis.FilterPlugin
getFilterState() - Static method for using getActiveFilter().
getFlag() - Method in class MAEPlugin.MAEPlugin
getFlag() - get the menu status (CheckBox) menuFlag
getFlourescentLabel1Name() - Method in class MJAproperty
getFlourescentLabel1Name() - get current fluorescent label 1 name.
getFlourescentLabel2Name() - Method in class MJAproperty
getFlourescentLabel2Name() - get current fluorescent label 1 name.
getFrame() - Method in class MaeJavaAPI
getFrame() - provide the dominate Frame for other AWT components
getFrame() - Method in interface MAEPlugin.MAEStub
getFrame() - provides Frame for Dialogs and other AWT components that need frames.
getFullGEOplatformDataTableURL() - Method in class MJAproperty
getFullGEOplatformDataTableURL() - get URL for current full GEO platform data table
getFullRoutputFilePath() - Method in class MJAReval
getFullRoutputFilePath() - get full path of R output file after file setup
getFullRscriptInputPath() - Method in class MJAReval
getFullRscriptInputPath() - full path of R input script file after file setup
getFullRunRfilePath() - Method in class MJAReval
getFullRunRfilePath() - full path of batch R startup script file after file setup
getFullSampleTextBySampleNbr(int) - Method in class MJAsample
getFullSampleTextBySampleNbr() - lookup the full sample text description by sample number.
getGbid2LocusLinkURL() - Method in class MJAstate
getGbid2LocusLinkURL() - get the current url value
getGenBankCloneURL() - Method in class MJAstate
getGenBankCloneURL() - get the current url value
getGenBankCloneURLepilogue() - Method in class MJAstate
getGenBankCloneURLepilogue() - get the current url value
getGeneBankAccURL() - Method in class MJAstate
getGenBankAccURL() - get the current url value
getGeneBitsetData(String) - Method in class MJAgeneList
getGeneBitsetData() - get Hashtable list of GeneBitSet data by GeneBitSet name.
getGeneCardURL() - Method in class MJAstate
getGeneCardURL() - get the current url value
getGeneFeatureLine(int) - Static method in class MJAgene
getGeneFeatureLine() - get spot feature summary of gene.
getGeneFieldDataFromGeneList(String, String) - Method in class MJAgeneList
getGeneFieldDataFromGeneList() - get String list of Gene fields for gene list.
getGeneGenomicLine(int) - Static method in class MJAgene
getGeneGenomicLine() - get spot genomic data summary of gene.
getGeneListData(String) - Method in class MJAgeneList
getGeneListData() - get Hashtable list of GeneList data by GeneList name.
getGeneListNames() - Method in class MJAgeneList
getGeneListNames() - get list of the names for all of the GeneLists
getGeneMeasurementSummary(int, int) - Static method in class MJAgene
getGeneMeasurementSummary() - get spot quantitation summary of (gene,sample).
getGEOplatformID() - Method in class MJAproperty
getGEOplatformID() - get current GEO platform ID for this database
getGIDtoFGRCmap() - Method in class MJAgeometry
getGIDtoFGRCmap() - get the map of GIDs to FGRC 5-tuples Each map entry is {gid, field, grid, row, column}
getGIDtoGangGIDmap() - Method in class MJAgeometry
getGIDtoGangGIDmap() - get the map from GIDs to Ganged GIDs
getGIDtoMIDmap() - Method in class MJAgeometry
getGIDtoMIDmap() - get the map from GIDs to MIDs
getGoodSpotTestMode() - Method in class MJAproperty
getGoodSpotTestMode() - get Good Spot (QualCheck) test mode: SS_MODE_xxxx
getGrandMeanCalDNA(boolean) - Method in class MJAsampleList
getGrandMeanCalDNA() - get compute grand mean of calibration DNA
getGrandMeanUseGeneSet(boolean) - Method in class MJAsampleList
getGrandMeanUseGeneSet() - get compute grand mean of 'Use Gene Set'
getGridIDnbr() - Method in class MJAgene
getGridIDnbr() - get the GID (Grid layout ID) number for current gene
getGridIndexMap() - Method in class MJAgeometry
getGridIndexMap() - get the map of mid to gene.
getHierClusterOfGenes(String) - Method in class MJAcluster
getHierClusterOfGenes() - get Hashtable list of hierarchical gene cluster of genes.
getHierClustMode() - Method in class MJAproperty
getHierClustMode() - get hierarchical clustering linkage mode: HIER_CLUST_xxxxx
getHP_Elist_SampleIDs() - Method in class MJAsampleList
getHP_Elist_SampleIDs()- get list of HP-E 'list' sample IDs used in DB
getHP_Elist_SampleNames() - Method in class MJAsampleList
getHP_Elist_SampleNames()- get list of HP-E 'list' sample IDs used in DB
getHP_Elist_SampleNbrs() - Method in class MJAsampleList
getHP_Elist_SampleNbrs()- get list of HP-E 'list' sample numbers used in DB
getHP_XandYsamplesData(float[], float[], int[], int, int, String) - Method in class MJAsampleList
getHP_XandYsamplesData() - get filtered (X,Y,prop) lists of X and Y samples data for single samples in (Xdata[],Ydata[], propList[]) for FILTERED data by the specified gene list.
getHP_XandYsetDataForSample(float[], float[], int[], String) - Method in class MJAsampleList
getHP_XandYsetDataForSample() - get normalized HP-X, -Y 'sets' (X,Y,prop) data lists for sample in (Xdata[],Ydata[], propList[] for FILTERED data by the specified gene list.
getHP_Xset_SampleIDs() - Method in class MJAsampleList
getHP_Xset_SampleIDs()- get list of HP-X 'set' sample IDs used in DB
getHP_Xset_SampleNames() - Method in class MJAsampleList
getHP_Xset_SampleNames()- get list of HP-X 'set' sample names used in DB
getHP_Xset_SampleNbrs() - Method in class MJAsampleList
getHP_Xset_SampleNbrs()- get list of HP-X 'set' sample numbers used in DB
getHP_XYsetsStatistics(int) - Method in class MJAsampleList
getHP_XYsetsStatistics() - get HP-X and HP-Y 'set statistics for gene.
getHP_Yset_SampleIDs() - Method in class MJAsampleList
getHP_Yset_SampleIDs()- get list of HP-Y 'set' sample IDs used in DB
getHP_Yset_SampleNames() - Method in class MJAsampleList
getHP_Yset_SampleNames()- get list of HP-Y 'set' sample names used in DB
getHP_Yset_SampleNbrs() - Method in class MJAsampleList
getHP_Yset_SampleNbrs()- get list of HP-Y 'set' sample numbers used in DB
getHPdataForSample(float[], int[], int, String) - Method in class MJAsampleList
getHPdataForSample() - get normalized filtered (data,prop) list single sample's data for sample in (dataList[], propList[]) for FILTERED data by the specified gene list.
getIMAGE2GenBankURL() - Method in class MJAstate
getIMAGE2GenBankURL() - get the current url value
getIMAGE2unigeneURL() - Method in class MJAstate
getIMAGE2unigeneURL() - get the current url value
getInputDataFileNames() - Method in class MJAReval
getInputDataFileNames() - get current RLO list of input data file names
getInputDataTypes() - Method in class MJAReval
getInputDataTypes() - get current RLO list of input data file types
getInputRscriptFileName() - Method in class MJAReval
getInputRscriptFileName() - get current name of .R input script file
getInstance() - Method in class MAEPlugin.MAEPlugin
getInstance() - returns Registry instance of this class or new if not loaded
getJarResources() - Method in class MAEPlugin.JarClassLoader
 
getKmeansClusters(String, int, int) - Method in class MJAcluster
getKmeansClusters() - get Hashtable list of K-means clustering data.
getLastorderedCondListName() - Method in class MJAexprProfile
getLastorderedCondListName() - get name of last ordered condition list computation computed using calcOrderedCondListExprProfile().
getListCondListsStr() - Method in class MJAcondition
getListCondListsStr() - get list of Conditions pretty-print string
getListFilterNames() - Method in class MJAfilter
getListFilterNames() - getlist of active data Filter names.
getListOfAllActiveHPsampleIndices() - Method in class MJAsampleList
getListOfAllActiveHPsampleIndices() - get list of all active sample HP indices.
getListOfGeneFieldsForMID(int) - Method in class MJAgeneList
getListOfGeneFieldsForMID() - get list of Gene fields for a gene by MID DataFieldNames: "GeneName", "GenBankID", "GenBank3ID", "GenBank5ID", "CloneID", "LocusID", "UniGeneID", "SwissProtID", "RefSeqID", "Master_ID", "MasterGeneName", "Generic_ID"
getListOfGEOplatformsURL() - Method in class MJAproperty
getListOfGEOplatformsURL() - get URL for list of current GEO platforms
getListOfHPEsampleIndices() - Method in class MJAsampleList
getListOfHPEsampleIndices() - get list of sample indices in HP-E list.
getListOfHPXsampleIndices() - Method in class MJAsampleList
getListOfHPXsampleIndices() - get list of sample indices in HP-X set.
getListOfHPYsampleIndices() - Method in class MJAsampleList
getListOfHPYsampleIndices() - get list of sample indices in HP-Y set.
getListOfMenuActionCmds() - Method in class MJAeval
getListOfMenuActionCmds() - get list of current menu action short-form commands
getListOfMenuActionLabels() - Method in class MJAeval
getListOfMenuActionLabels() - get list of current menu action commands labels
getListOfMenuCheckboxLabels() - Method in class MJAeval
getListOfMenuCheckboxLabels() - get list of current menu checkbox label commands.
getListOfMenuStubNames() - Static method in class MJAutil
getListOfMenuStubNames() - get list of menu stub names
getListofRLOmenuNames() - Method in class MJAReval
getListofRLOmenuNames() - get list of all menuNames
getListofRLOscriptNames() - Method in class MJAReval
getListofRLOscriptNames() - get list of all R script names
getListOfSampleMenuEntries() - Method in class MJAsampleList
getListOfSampleMenuEntries() - get list of sample menu names as appears in the MAExplorer Samples menu.
getListOfSampleNames() - Method in class MJAsampleList
getListOfSampleNames() - get list sample database file name (no .quant).
getListOfSampleProjectEntries() - Method in class MJAsampleList
getListOfSampleProjectEntries() - get list of sample project names.
getListOfSampleStageNames() - Method in class MJAsampleList
getListOfSampleStageNames() - get list of sample full stage text names.
getListScrollerNames() - Method in class MJAfilter
getListScrollerNames() - get list of ALL State Scrollers
getListsOfEPsamplesCV(int[]) - Method in class MJAexprProfile
getListsOfEPsamplesCV() - lists of normalized HP-E samples CoefOfVar EPs for list of MIDs.
getListsOfEPsamplesData(int[]) - Method in class MJAexprProfile
getListsOfEPsamplesData() - lists of normalized HP-E samples data EPs for list of MIDs.
getListsOfEPsamplesMean(int[]) - Method in class MJAexprProfile
getListsOfEPsamplesMean() - lists of normalized HP-E samples Means EPs for list of MIDs Compute expression profiles for all of the mid's in the midList[] that are legal (i.e.
getListsOfEPsamplesStdDev(int[]) - Method in class MJAexprProfile
getListsOfEPsamplesStdDev() - lists of normalized HP-E samples StdDev EPs for list of MIDs.
getListsOfOrderedCondListCVs() - Method in class MJAexprProfile
getListsOfOrderedCondListCVs() is last conditions Coeff of Variation[] from ordered condition list computation computed using calcOrderedCondListExprProfile().
getListsOfOrderedCondListMeans() - Method in class MJAexprProfile
getListsOfOrderedCondListMeans() is last conditions means[] from ordered condition list computation computed using calcOrderedCondListExprProfile().
getListsOfOrderedCondListNames() - Method in class MJAexprProfile
getListsOfOrderedCondListNames() is last conditions means[] from ordered condition list computation computed using calcOrderedCondListExprProfile().
getListsOfOrderedCondListNbrs() - Method in class MJAexprProfile
getListsOfOrderedCondListNbrs() is last conditions sizes [] from ordered condition list computation computed using calcOrderedCondListExprProfile().
getListsOfOrderedCondListStdDevs() - Method in class MJAexprProfile
getListsOfOrderedCondListStdDevs() is last conditions StdDev[] from ordered condition list computation computed using calcOrderedCondListExprProfile().
getLocusLinkURL() - Method in class MJAstate
getLocusLinkURL() - get the current url value
getMAdbURL() - Method in class MJAstate
getMAdbURL() - get the current url value
getMaeBrowserTitle() - Method in class MJAproperty
getMaeBrowserTitle() - get current browser MAExplorer title.
getMaeCurProjectPath() - Method in class MJAproperty
getMaeCurProjectPath() - get path of current project MAExplorer session.
getMaeDatabaseTitle() - Method in class MJAproperty
getMaeDatabaseTitle() - get current MAExplorer database title.
getMaeDbSubsetTitle() - Method in class MJAproperty
getMaeDbSubsetTitle() - get current MAExplorer DB subset title.
getMAEStub() - Method in class MAEPlugin.MAEPlugin
getMAEStub() - get the menu stub for this instance of plugin
getMaps() - Method in class MJAgeometry
getMaps() - get Hashtable list of a MAExplorer maps
getMasterGeneIDMap() - Method in class MJAgeometry
getMasterGeneIDMap() - get the map of mid to gene.
getMasterGeneIDname() - Method in class MJAgeneList
getMasterGeneIDname() - get the type of name used for Master Gene ID
getMasterGeneName() - Method in class MJAgeneList
getMasterGeneName() - get the type of name used for Master Gene Name
getMasterIDMode() - Method in class MJAgeneList
getMasterIDMode() - get the mode of name used for Master Gene ID It will be either MASTER_GENE_NAME or MASTER_UG_NAME
getMasterNameMode() - Method in class MJAgeneList
getMasterGeneName() - get the mode of name used for Master Gene Name It will be either MASTER_GENE_NAME or MASTER_UG_NAME
getMaxCondListSize() - Method in class MJAcondition
getMaxCondListSize() - get maximum # of samples condition list can hold
getMaxFields() - Method in class MJAgeometry
getMaxFields() - get the number of Max replicate grid Fields
getMaxGenes() - Method in class MJAgeometry
getMaxGenes() - get number of genes in the database
getMaxGridCols() - Method in class MJAgeometry
getMaxGridCols() - get the number of columns/grid in the array
getMaxGridRows() - Method in class MJAgeometry
getMaxGridRows() - get the number of rows/grid in the array
getMaxGrids() - Method in class MJAgeometry
getMaxGrids() - get the number of Max Grids in the array not counting replicate fields.
getMaxNbrCondParams() - Method in class MJAcondition
getMaxNbrCondParams() - get maximum # of condition parameters DB may hold
getMaxNbrOCLParams() - Method in class MJAcondition
getMaxNbrOCLParams() - return max number of Ordered Condition List parameters.
getMaxNbrSamplesInDB() - Method in class MJAcondition
getMaxNbrSamplesInDB() - get maximum # of samples database list can hold
getMaxOrderedCondListSize() - Method in class MJAcondition
getMaxOrderedCondListSize() - get maximum # of condition lists that an ordered condition list can hold
getMeanDataForCondition(float[], float[], int[], String, String) - Method in class MJAsampleList
getMeanDataGeneListDataForCondition() - get filtered (mn,SD,prop) list Condition samples' normalized data for genes in the specified gene list and samples in the condition list and save in (meanData[], stdDevData[], propList[]) for data filtered by the specified gene list.
getMedMinerURL() - Method in class MJAstate
getMedMinerURL() - get the current url value
getMedMinerURLepilogue() - Method in class MJAstate
getMedMinerURLepilogue() - get the current url value
getMenuHook() - Method in class MaeJavaAPI
getMenuHook() - get the menu hook for the plugin
getMenuHook() - Method in class MAEPlugin.MAEPlugin
getMenuHook() - get menu Item hook to put our instance of plugin
getMenuHook() - Method in interface MAEPlugin.MAEStub
getMenuHook() - method to retrieve the root menu
getMenuInsertionPointName() - Method in class MAEPlugin.MAEPlugin
getMenuInsertionPointName() - get the name of menu insertion point If it is not defined, then it returns null that indicates the Plugins menu.
getMenuItem() - Method in class MAEPlugin.MAEPlugin
getMenuItem() - get menu item for this instance of the plugin
getMIDindicesForFilterGeneList() - Method in class MJAgeneList
getMIDindicesForFilterGeneList() - get list MIDs for data Filter GeneList.
getMIDindicesFromGeneList(String) - Method in class MJAgeneList
getMIDindicesFromGeneList() - get list of GeneList MIDs by GeneList name.
getMIDtoGIDmap() - Method in class MJAgeometry
getMIDtoGIDmap() - get the map from MIDs to GIDs
getNamedOrderedCondListIdx(String) - Method in class MJAcondition
getNamedOrderedCondListIdx() - get named ordered condition list index
getNbrActiveFilters() - Method in class MJAfilter
getNbrActiveFilters) - get number of active data Filters
getNbrAnalyses() - Method in class MJAReval
getNbrAnalyses() - get the number of analyses in the RLO DB
getNbrCondLists() - Method in class MJAcondition
getNbrCondLists() - get # of active condition lists
getNbrCondParams() - Method in class MJAcondition
getNbrCondParams() - get the number of condition parameters
getNbrGeneBitSubsets() - Method in class MJAgeneList
getNbrGeneBitSubsets() - get total # of gene list bit subsets in DB
getNbrGenesPassingFilter() - Method in class MJAfilter
getNbrGenesPassingFilter() - get boolean flags for genes passing data Filter indexed by MID.
getNbrGeneSubsets() - Method in class MJAgeneList
getNbrGeneSubsets() - get total # of gene subsets in DB
getNbrGridIDs() - Method in class MJAgeometry
getNbrGridIDs() - get the number of genes
getNbrHPsamples() - Method in class MJAsampleList
getNbrHPsamples() - get # of ALL HP samples currently loaded in DB
getNbrMasterIDs() - Method in class MJAgeometry
getNbrMasterIDs() - get the number of Master Gene IDs
getNbrOrderedCondLists() - Method in class MJAcondition
getNbrOrderedCondLists() - get # of active ordered condition lists
getNbrSpecialGeneSubsets() - Method in class MJAgeneList
getNbrSpecialGeneSubsets() - get # of special gene subsets in DB
getNbrSpots() - Method in class MJAgeometry
getNbrSpots() - get the number of Nbr Spots in entire array
getNormalizationState() - Method in class MaeJavaAPI
getNormalizationState() - update Normalization state based on normalization method selected in plugins.
getNormalizationState() - Method in interface MAEPlugin.MAEStub
getNormalizationState() - alias to: EventMenu.getNormalizationState used by: NormalizationPlugin
getNormalizationState() - Static method in class MAEPlugin.analysis.NormalizationPlugin
getNormalizationState() - Static method for using testing getActiveNormalization().
getNormMethod() - Method in class MJAnormalization
getNormMethod() - get name of current normalization method
getNormMethodDisplayName() - Method in class MJAnormalization
getNormMethodDisplayName() - get display name of current normalization method
getNormToOneFlag() - Method in class MJAexprProfile
getNormToOneFlag() - flag of normalize expression profile to 1.0 flag
getNumberPlugins() - Static method in class MAEPlugin.MAEPlugin
getNumberPlugins() - get the number of plugins (loaded).
getNumbersOfGenesInGeneSubsets() - Method in class MJAgeneList
getNumbersOfGenesInGeneSubsets() - get list of # genes in each of the gene subsets
getOfileTypeDBmenus() - Method in class MJAReval
getOfileTypeDBmenus() - get the R output file type menus
getOfileTypeDBnames() - Method in class MJAReval
getOfileTypeDBnames() - get the R output file type names
getOfileTypeDBtypes() - Method in class MJAReval
getOfileTypeDBtypes() - get the R output file type values
getOrderedCondListsNames() - Method in class MJAcondition
getOrderedCondListsNames() - get list of active ordered condition lists names
getOrderedCondListsSizes() - Method in class MJAcondition
getOrderedCondListsSizes() - get list of active ordered condition lists sizes
getOrderedCondNamesInCondList(String) - Method in class MJAcondition
getOrderedCondNamesInCondList() - get a list of all condition names in ordered cond list
getOrderedCondParamNames() - Method in class MJAcondition
getOrderedCondParamNames() - return list of Ordered condition paramter names.
getOrderedCondParamValues(String) - Method in class MJAcondition
getOrderedCondParamValues() - return list of Ordered condition paramter values.
getOutputDataFileNames() - Method in class MJAReval
getOutputDataFileNames() - get current RLO list of output data file names.
getOutputDataTypes() - Method in class MJAReval
getOutputDataTypes() - get current RLO list of output data file types
getPassword() - Method in class MJAproperty
getPassword() - get current user password name if exists
getPirURL() - Method in class MJAstate
getPirURL() - get the current url value
getPlotModeImage() - Method in class MJAproperty
getPlotModeImage() - get pseudoarray image plot mode: PLOT_xxxx_IMAGE
getPluginDescription() - Method in interface MAEPlugin.PluginStub
getPluginDescription() - returns a human readable description of the Plugin.
getPluginDescription() - Method in class MAEPlugin.MAEPlugin
getPluginDescription() - returns a human readable description of the Plugin if any is defined by the plugin writer.
getPluginDescription() - Method in class MAEPlugin.popup.PluginLoader
getPluginDescription() - This returns a human readable description of the Plugin
getPluginDescription() - Method in class MAEPlugin.popup.PluginUnLoader
getPluginDescription() - This returns a human readable description of the Plugin
getPluginFileName() - Method in interface MAEPlugin.PluginStub
getPluginFileName() - returns the plugin file name without the ".jar"
getPluginFileName() - Method in class MAEPlugin.MAEPlugin
getPluginFileName() - returns the plugin file name without the ".jar"
getPluginHashState(String, String) - Method in class MJAstate
getPluginHashState() - get state object value from MAEPlugin hash state storage.
getPluginHashState(String, String, boolean) - Method in class MJAstate
getPluginHashState() - get boolean state value from MAEPlugin hash state storage This looks for a symbol with the name (pluginName + "." + varName) in the global hash store.
getPluginHashState(String, String, byte) - Method in class MJAstate
getPluginHashState() - get byte state value from MAEPlugin hash state storage This looks for a symbol with the name (pluginName + "." + varName) in the global hash store.
getPluginHashState(String, String, double) - Method in class MJAstate
getPluginHashState() - get double state value from MAEPlugin hash state storage This looks for a symbol with the name (pluginName + "." + varName) in the global hash store.
getPluginHashState(String, String, float) - Method in class MJAstate
getPluginHashState() - get float state value from MAEPlugin hash state storage This looks for a symbol with the name (pluginName + "." + varName) in the global hash store.
getPluginHashState(String, String, int) - Method in class MJAstate
getPluginHashState() - get int state value from MAEPlugin hash state storage This looks for a symbol with the name (pluginName + "." + varName) in the global hash store.
getPluginHashState(String, String, long) - Method in class MJAstate
getPluginHashState() - get long state value from MAEPlugin hash state storage This looks for a symbol with the name (pluginName + "." + varName) in the global hash store.
getPluginHashStateFileName() - Method in class MJAstate
getPluginHashStateFileName() - get the MAEPlugin hash state disk file name.
getPluginName() - Method in interface MAEPlugin.PluginStub
getPluginName() - returns the human readable name for use in labels.
getPluginName() - Method in class MAEPlugin.MAEPlugin
getPluginName() - This is the human readable name for use in menu labels
getPlugins() - Static method in class MAEPlugin.MAEPlugin
getPlugins() - gets Registry list of MAEPlugins
getPosQuantTestMode() - Method in class MJAproperty
getPosQuantTestMode() - get positive Quant data test mode: SS_MODE_xxxx
getProcessBitsDBmenus() - Method in class MJAReval
getProcessBitsDBmenus() - get Export/Import ProcessBits DB menus
getProcessBitsDBnames() - Method in class MJAReval
getProcessBitsDBnames() - get Export/Import ProcessBits DB names
getProcessBitsDBvalues() - Method in class MJAReval
getProcessBitsDBvalues() - get Export/Import ProcessBits DB values
getProject() - Method in class MJAproperty
getProject() - get current project associated with database
getProjectNameBySampleNbr(int) - Method in class MJAsample
getProjectNameBySampleNbr() - lookup the sample project name by sample number.
getQualCheckList(int) - Method in class MJAsample
getQualCheckList() - get list of QualCheck data for sample number.
getQualCheckQuantDataList(int) - Method in class MJAsample
getQualCheckQuantDataList() - get spot QualCheck good spot data list for the given sample.
getR2ClientActionDBmenus() - Method in class MJAReval
getR2ClientActionDBmenus() - get R to client Actions DB menus
getR2ClientActionDBnames() - Method in class MJAReval
getR2ClientActionDBnames() - get R to client Actions DB names
getR2ClientActionDBtypes() - Method in class MJAReval
getR2ClientActionDBtypes() - get R to client Actions DB type values
getRatioCy3Cy5RangeMode() - Method in class MJAproperty
getRatioCy3Cy5RangeMode() - get Cy3/Cy5 range restriction mode for threshold filter: RANGE_xxxx
getRatioRangeMode() - Method in class MJAproperty
getRatioRangeMode() - get Ratio range restriction for threshold mode: RANGE_xxxx
getRatioStr() - Method in class MJAutil
getRatioStr() - get "F1/F2", "Cy3/Cy5" or "Cy5/Cy3", etc.
getRatioString() - Method in class MJAproperty
getRatioString() - get "F1/F2", "Cy3/Cy5" or "Cy5/Cy3", or user-defined channels "channel1/channel2" etc.
getRawBackgroundDataByGID(int, int) - Method in class MJAgene
getRawBackgroundDataByGID() - return spot raw background intensity data specified by gid (Grid Index ID) and data type.
getRawBkgrdQuantDataList(int) - Method in class MJAsample
getRawBkgrdQuantDataList() - get raw spot background quant data for the given sample.
getRawDataByGID(int, int) - Method in class MJAgene
getRawDataByGID() - return spot intensity data specified by gid (Grid Index ID) and data type.
getRawF1F2DataAndBkgdForSample(float[], float[], float[], float[], int[], int[], int, String) - Method in class MJAsampleList
getRawF1F2DataAndBkgdForSample() - get filtered spot list raw intensity and background data for genes and return it in the arrays pre-specified by the user.
getRawHP_XandYsamplesData(float[], float[], float[], float[], int[], int, int, String) - Method in class MJAsampleList
getAllRawHPdataForSample() - get all raw (data,prop) list single sample's intensity data for single samples in (Xdata[],Ydata[], propList[]) for FILTERED data by the specified gene list.
getRawIntensData(int, boolean) - Method in class MJAgene
getRawIntensData() - get spot raw (Intensity - Background) data specified by gid (Grid Index ID) and data type.
getRawIntensityQuantDataList(int) - Method in class MJAsample
getRawIntensityQuantDataList() - get raw spot intensity quant data list for the given sample.
getRawSampleData(int) - Method in class MJAsample
getRawSampleData() - get list of a sample's total histogram statistics.
getRdataTypeDBmenus() - Method in class MJAReval
getRdataTypeDBmenus() - get the R input file type menus
getRdataTypeDBnames() - Method in class MJAReval
getRdataTypeDBnames() - get the R input file type names
getRdataTypeDBtypes() - Method in class MJAReval
getRdataTypeDBtypes() - get the R input file type values
getReportBasePath() - Method in class MJAReval
getReportBasePath() - get current path of client /Report/
getReportFontFamily() - Method in class MJAproperty
getReportFontFamily() - get current Report font family
getReportFontSize() - Method in class MJAproperty
getReportFontSize() - get current Report font size
getReportTestMode() - Method in class MJAproperty
getReportTestMode() - get Report type mode: 'RPT_xxxx'
getResource(String) - Method in class MAEPlugin.FileClassLoader
getResource() - Returns a URL containing the location of the named resource.
getResource(String) - Method in class MAEPlugin.JarResources
getResource() - Extracts a jar resource as a blob.
getResourceAsStream(String) - Method in class MAEPlugin.FileClassLoader
getResourceAsStream() - returns an input stream to the named source.
getRLObasePath() - Method in class MJAReval
getRLObasePath() - get current path of /RLO/
getRLOidByRscriptName(String) - Method in class MJAReval
getRLOidByRscriptName() - get the current RLO analysis method id by RscriptName
getRLOinputFile(int, int) - Method in class MJAReval
getRLOinputFile() get the nth Input Data file by input file type.
getRLOoutFile(int, int) - Method in class MJAReval
getRLOoutFile() get the nth Output Data file by out file type.
getRLORlibrBasePath() - Method in class MJAReval
getRLORlibrBasePath() - get current base path of client RLORibr/ directory lives in "{installation directory}/".
getRLOstring(String) - Method in class MJAReval
getRLOstring() - get prettyprint string for the current RLO
getRreportStr() - Method in class MJAReval
getRreportStr() - get R report after doing eval of .R script after file setup
getRscriptBasePath() - Method in class MJAReval
getRscriptBasePath() - get current path of /R/
getRstartupOptions() - Method in class MJAReval
getRstartupOptions() - get R command line startup options
getRstartupOptions(String) - Method in class MJAReval
setRstartupOptions() - set R command line startup options
getSample() - Method in interface MAEPlugin.Normalization
getSample() - get the sample object
getSample() - Method in class MAEPlugin.analysis.NormalizationPlugin
getSample() - used to Get the primary sample, to get the variables
getSampleCalibDNAdata(int, boolean) - Method in class MJAsample
getSampleCalibDNAdata() - get list of a Sample calibration DNA data this sample.
getSampleF1F2Extrema(int) - Method in class MJAsample
getSampleF1F2Extrema() - get list of sample's normalized F1F2 intensity extrema and 1st order histogram statistics.
getSampleHistStats(int, boolean) - Method in class MJAhistogram
getSampleHistStats() - compute Filtered sample intensity histogram and get list of statistics and return list of statistics
getSampleIDbySampleNbr(int) - Method in class MJAsample
getSampleIDbySampleNbr() - lookup the sample ID name by sample number.
getSampleIntensRangeMode() - Method in class MJAproperty
getSampleIntensRangeMode() - get Sample intensity range restriction mode for filter: RANGE_xxxx
getSampleNamesInCondList(String) - Method in class MJAcondition
getSampleNamesInCondList() - get list of sample names in named condition.
getSampleNbrByCondNameAndSampleName(String, String) - Method in class MJAcondition
getSampleNbrByCondNameAndSampleName() - get sample number by sample name and condition name.
getSamplesDataVector(float[], int[], int) - Method in class MJAsample
getSamplesDataVector() - get sample data for sample indexes for gene mid.
getSamplesInCondList(String) - Method in class MJAcondition
getSamplesInCondList() - get list of sample numbers in named condition.
getSampleStatisticsTable() - Method in class MJAsampleList
getSampleStatisticsTable() - get list of all Sample statistics table.
getSampleTotHistStats(int) - Method in class MJAsample
getSampleTotHistStats() - get list of a sample's total histogram statistics.
getSampleTotHistStats(Object) - Method in class MaeJavaAPI
getSampleTotHistStats() - get Hashtable list of a sample's total histogram statistics.
getSampleTotHistStats(Object) - Method in interface MAEPlugin.MAEStub
getSampleTotHistStats() - get Hashtable list of a sample's total histogram statistics.
getSampleTypeFlags(int) - Method in class MJAsample
 
getSampleVsSampleCorrelationsTable() - Method in class MJAsampleList
getSampleVsSampleCorrelationsTable() - get list of Sample Vs Sample correlations table.
getScaledSpotData(int, boolean) - Method in class MJAgene
getScaledSpotData() - get scaled spot (Intensity - Background) data specified by gid (Grid Index ID) and data type.
getScaledSpotData1(int, boolean) - Method in class MJAgene
getScaledSpotData1() - get scaled spot (Intensity - Background) data1 specified by gid (Grid Index ID) and data type.
getScaledSpotData2(int, boolean) - Method in class MJAgene
getScaledSpotData2() - get scaled spot (Intensity - Background) data2 specified by gid (Grid Index ID) and data type.
getScaleFactors(int) - Method in class MJAsample
getSampleScaleFactors() - get list of a sample's scale factors.
getSetR2ClientFileNames() - Method in class MJAReval
getSetR2ClientFileNames() - get current RLO list of R2Client data file names.
getSetR2ClientObjNames() - Method in class MJAReval
getSetR2ClientObjNames() - get current RLO list of R2Client object names
getSetR2ClientObjTypes() - Method in class MJAReval
getSetR2ClientObjTypes() - get current RLO list of R2Client object types
getSizeOf_HP_E_set() - Method in class MJAsampleList
getSizeOf_HP_E_set() - get # of HP-E 'set' samples.
getSizeOf_HP_X_set() - Method in class MJAsampleList
getSizeOf_HP_X_set() - get # of HP-X 'set' samples
getSizeOf_HP_Y_set() - Method in class MJAsampleList
getSizeOf_HP_Y_set() - get # of HP-Y 'set' samples
getSpotIntensCompareMode() - Method in class MJAproperty
getSpotIntensCompareMode() - get Spot Intensity compare restriction mode for filter: COMPARE_xxxx
getSpotIntensRangeMode() - Method in class MJAproperty
getSpotIntensRangeMode() - get Spot intensity range restriction mode for filter: RANGE_xxxx
getSpotIntensTestMode() - Method in class MJAproperty
getSpotIntensTestMode() - get spot intensity test mode: SS_MODE_xxxx
getStartupRscriptFileName() - Method in class MJAReval
getStartupRscriptFileName() - get name of batch R startup script file to exec() by the OS after file setup
getState() - Method in interface MAEPlugin.Normalization
getState() - get the state of the checkbox
getState() - Method in class MAEPlugin.CheckBoxMenuPlugin
getState() - utility to get the checkbox state
getStateScrollersStatus() - Method in class MJAfilter
getStateScrollersStatus() - get list of active status of ALL State Scrollers
getSwissProtURL() - Method in class MJAstate
getSwissProtURL() - get the current url value
getTableRowFieldByRowIdx(int, String) - Method in class SimpleTable
getTableRowFieldByRowIdx() - get field in row by Table row index
getTableRowFieldIdxByRowIdx(int, int) - Method in class SimpleTable
getTableRowFieldIdxByRowIdx() - get data by field idx with row index
getTblFmtMode() - Method in class MJAproperty
getTblFmtMode() - get Report table format mode: RPT_FMT_xxxx
getTempBasePath() - Method in class MJAReval
getTempBasePath() - get current path of client /Temp/
getUniGeneClusterIdURL() - Method in class MJAstate
getUniGeneClusterIdURL() - get the current url value
getUniGeneURL() - Method in class MJAstate
getUniGeneURL() - get the current url value
getUserName() - Method in class MJAproperty
getUserName() - get current user login name if exists
getXYdataList(int) - Method in class MJAsample
getXYdataList() - get list of XY coordinates data for sample.

H

HIER_CLUST_NEXT_MIN_LNKG - Static variable in class MJAbase
Hierarchical clustering mode: next-minimum cluster linkage
HIER_CLUST_PGMA_LNKG - Static variable in class MJAbase
Hierarchical clustering mode: Average-arithmetic linkage
HIER_CLUST_PGMC_LNKG - Static variable in class MJAbase
Hierarchical clustering mode: Average-centroid linkage

I

init() - Method in class MAExplorer
init() - allocate,clear state, read PARAMs, build GUI and start things off.
insertPluginMenu(MenuItem) - Method in class MaeJavaAPI
insertPluginMenu() - insert plugin into menu using (menuName:menuSubtreeName) [TODO]
insertPluginMenu(MenuItem) - Method in interface MAEPlugin.MAEStub
insertPluginMenu() - method to insert plugin into menu
intersection(String, String, String) - Method in class MJAcondition
intersection() - compute resultCond= Intersection (Condition 1, Condition 2)
invokeMenuEntryByName(String, int) - Method in class MJAeval
invokeMenuEntryByName() - invoke and process a menu command by name.
invokeUpdateCurGene(Object, int, int) - Method in class MJApopupRegistry
invokeUpdateCurGene() - invoke updates for registered popups and plugins for current gene.
invokeUpdateFilter() - Method in class MJApopupRegistry
invokeUpdateFilter() - invoke registered plugins updates for data filter changed
invokeUpdateLabels() - Method in class MJApopupRegistry
invokeUnvokeUpdateLabels() - invoke registered plugins updates for sample labels, etc data changed
invokeUpdateSlider() - Method in class MJApopupRegistry
invokeUpdateSlider() - invoke registered plugins updates for slider state data changed
isConditionInOrderedCondList(String, String) - Method in class MJAcondition
isConditionInOrderedCondList() - test if condition is in named ordered condition list.
isCondList(String) - Method in class MJAcondition
isCondList() - tests if this is a name of a condition list
isCurGeneValid() - Method in class MJAgene
isCurGeneValid() - test if mid is a valid gene for the current gene.
isGeneInGeneBitset(String, int) - Method in class MJAgeneList
isGeneInGeneBitset() - add gene MID to Gene bitset, ignore if already there
isGeneInGeneList(String, int, String[]) - Method in class MJAgeneList
isGeneInGeneList() - test if gene MID is GeneList
isGenRbit(int) - Method in class MJAReval
isGenRbit() - test GenR Bits for current RLO.
isGIDinWorkingGeneList(int) - Method in class MJAfilter
isGIDinWorkingGeneList() - test if Grid Index (gid) is in filtered genes
isMIDinWorkingGeneList(int) - Method in class MJAfilter
isMIDinWorkingGeneList() - test if Master Gene Id (mid) is in filtered genes
isOrderedCondList(String) - Method in class MJAcondition
isOrderedCondList() - tests if this is a name of an ordered condition list
isOverlayMap(String) - Static method in class MJAplot
isOverlayMap() - test if a scatterplot named overlay map exists
[TODO] does not exist yet
isProcessBit(int) - Method in class MJAReval
isProcessBit() - test Process Bits for current RLO.
isResource(String) - Method in class MAEPlugin.JarResources
isResource() - checks to see if resource exists
isSampleInCondList(int, String) - Method in class MJAcondition
isSampleInCondList() - is sample in named condition list?
itemStateChanged(ItemEvent) - Method in class MAEPlugin.CheckBoxMenuPlugin
itemStateChanged() - implements ItemListener for checkbox change

J

JarClassLoader - class MAEPlugin.JarClassLoader.
JarClassLoader provides a minimalistic ClassLoader which shows how to instantiate a class which resides in a .jar file.
JarClassLoader(File) - Constructor for class MAEPlugin.JarClassLoader
JarClassLoader() - constructor2 that loads jar from the path that is derived from the jarFile.
JarClassLoader(String) - Constructor for class MAEPlugin.JarClassLoader
JarClassLoader() - default constructor that loads jar from the jarPath.
jarResources - Variable in class MAEPlugin.MAEPlugin
access to the jar file for loading support files
JarResources - class MAEPlugin.JarResources.
JarResources: JarResources maps all resources included in a Zip or Jar file.
JarResources(String) - Constructor for class MAEPlugin.JarResources
JarResources() - constructor for createing a JarResources.

L

loadClass(File) - Method in class MAEPlugin.FileClassLoader
loadClass() - Implementation of ClassLoader.loadClass() by name of File pointer.
loadClass(File, boolean) - Method in class MAEPlugin.FileClassLoader
* loadClass() - Implementation of ClassLoader.loadClass() by name of File pointer and user option to resolve.
loadClass(String) - Method in class MAEPlugin.FileClassLoader
loadClass() - Implementation of ClassLoader.loadClass() by name of class.
loadClass(String) - Method in class MAEPlugin.JarClassLoader
loadClass() - load specified class and let it resolve the class if necessary.
loadClass(String, boolean) - Method in class MAEPlugin.FileClassLoader
loadClass() - Implementation of ClassLoader.loadClass() From javadoc v.
loadClass(String, boolean) - Method in class MAEPlugin.JarClassLoader
loadClass() - load specified class
loadClassBytes(String) - Method in class MAEPlugin.JarClassLoader
loadClassBytes() loads bytes for class files.
loadClassFromZip(String, String) - Method in class MAEPlugin.FileClassLoader
loadClassFromZip() - loads classes and resources of a zip or jar file and loads the one class that has the same name as the archive.
loadPluginsAtStartup() - Method in class MaeJavaAPI
loadPluginsAtStartup() - load plugins from file via startup.
loadPluginSilently(String) - Method in class MAEPlugin.popup.PluginLoader
loadPluginSilently() - silently tests and loads good MAPlugin from the path.
loadPluginsStartup() - Method in class MaeJavaAPI
loadPluginsStartup() - load plugins from file via startup
loadPluginsStartup() - Method in interface MAEPlugin.MAEStub
loadPluginsStartup() - method to load plugins from file via startup
log10(double) - Method in class MJAmath
log10() - compute log(x) base 10.
log2(double) - Method in class MJAmath
log2() - compute log(x) base 2.
log2Zero(double) - Method in class MJAmath
log2Zero() - compute log2((x==0.0 ? 0.0 : x) - avoids log2(0.0)! This defaults log2(0.0) to log2(1.0).
logDRYROTerr(String) - Method in class MJAutil
logDRYROTerr() - notify MAExplorer of a fatal dryrot message
logZero(double) - Method in class MaeJavaAPI
logZero() - compute log10((x==0.0 ? 0.0 : x) - avoid log(0.0)! This defaults log10(0.0) to log(1.0).
logZero(double) - Method in class MJAmath
logZero() - compute log10((x==0.0 ? 0.0 : x) - avoids log(0.0)! This defaults log10(0.0) to log(1.0).
logZero(double) - Method in interface MAEPlugin.MAEStub
logZero() - compute log10((x==0.0 ? 0.0 : x) - avoid log(0.0)! This defaults log10(0.0) to log(1.0).
lookupCompareModeName(int) - Method in class MJAproperty
lookupCompareModeName() - lookup the compare-criteria Mode Name for values COMPARE-xxxx.
lookupFieldIdx(String) - Method in class SimpleTable
lookupFieldIdx() - lookup column index of field if exists.
lookupFilterSampleSubsetModeName(int) - Method in class MJAproperty
lookupFilterSampleSubsetModeName() - lookup the sample-subset Mode Name for values SS_MODE-xxxx.
lookupGIDtoGangGID(int) - Method in class MJAgeometry
lookupGIDtoGangGID() - lookup ganged GID given the GID
lookupGIDtoMID(int) - Method in class MJAgeometry
lookupGIDtoMID() - lookup GID given the MID
lookupMIDfrom_dbEST(String) - Method in class MJAgene
lookupMIDfrom_dbEST() - lookup mid from dbEST 3' or 5' ID.
lookupMIDfromCloneID(String) - Method in class MJAgene
lookupMIDfromCloneID() - lookup mid from CloneID Note this returns the first instance of the gene found if there are duplicates.
lookupMIDfromGenBankACC(String) - Method in class MJAgene
lookupMIDfromGenBankACC() - lookup mid from GenBank ACC ID.
lookupMIDfromGeneName(String) - Method in class MJAgene
lookupMIDfromGeneName() - lookup mid from Gene Name.
lookupMIDfromLocusID(String) - Method in class MJAgene
lookupMIDfromLocusID() - lookup mid from Locus ID Note this returns the first instance of the gene found if there are duplicates.
lookupMIDfromRefSeqID(String) - Method in class MJAgene
lookupMIDfromRefSeqID() - lookup mid from RefSeq ID Note this returns the first instance of the gene found if there are duplicates.
lookupMIDfromSwissProtID(String) - Method in class MJAgene
lookupMIDfromSwissProtID() - lookup mid from SwissProt ID Note this returns the first instance of the gene found if there are duplicates.
lookupMIDfromUniGeneID(String) - Method in class MJAgene
lookupMIDfromUniGeneID() - lookup mid from UniGene ID Note this returns the first instance of the gene found if there are duplicates.
lookupMIDlistFrom_dbEST(String) - Method in class MJAgene
lookupMIDlistFrom_dbEST() - lookup mid list from dbEST 3' or 5' ID.
lookupMIDListFromCloneID(String) - Method in class MJAgene
lookupMIDlistFromCloneID() - lookup mid list from CloneID.
lookupMIDlistFromGenBankACC(String) - Method in class MJAgene
lookupMIDlistFromGenBankACC() - lookup mid list from GenBank ID.
lookupMIDListFromGeneName(String) - Method in class MJAgene
lookupMIDlistFromGeneName() - lookup mid list from Gene Name.
lookupMIDListFromRefSeqID(String) - Method in class MJAgene
lookupMIDlistFromRefSeqID() - lookup mid list from RefSeq ID.
lookupMIDListFromSwissProtID(String) - Method in class MJAgene
lookupMIDlistFromSwissProtID() - lookup mid list from SwissProt ID.
lookupMIDListFromUniGeneID(String) - Method in class MJAgene
lookupMIDlistFromUniGeneID() - lookup mid list from UniGene ID.
lookupMIDtoGID(int) - Method in class MJAgeometry
lookupMIDtoGID() - lookup MID given the GID
lookupOfileTypeDBmenu(int) - Method in class MJAReval
lookupOfileTypeDBmenu() - lookup R output file type menu entry by value.
lookupOfileTypeDBmenu(String) - Method in class MJAReval
lookupOfileTypeDBmenu() - lookup R output file type menu entry by name.
lookupOfileTypeDBvalue(String) - Method in class MJAReval
lookupOfileTypeDBvalue() - lookup R output file type value by name.
lookupOverlayMapIdx(String) - Static method in class MJAplot
lookupOverlayMapIdx() - lookup named scatterplot overlay map index
[TODO] does not exist yet
lookupProcessBitsDBmenu(int, int) - Method in class MJAReval
lookupProcessBitsDBmenu() - lookup Export/Import ProcessBits menu by value
lookupProcessBitsDBvalue(String) - Method in class MJAReval
lookupProcessBitsDBvalue() - lookup Export/Import ProcessBits value by name
lookupR2ClientActionDBMenu(int) - Method in class MJAReval
lookupR2ClientActionDBMenu() - lookup R to client Action menu by value
lookupR2ClientActionDBMenu(String) - Method in class MJAReval
lookupR2ClientActionDBMenu() - lookup R to client Action menu by name
lookupR2ClientActionDBvalue(String) - Method in class MJAReval
lookupR2ClientActionDBvalue() - lookup R to client Action value by name
lookupRangeModeName(int) - Method in class MJAproperty
lookupRangeModeName() - lookup the inside/outside range Mode Name for values RANGE-xxxx.
lookupRdataTypeDBmenu(int) - Method in class MJAReval
lookupRdataTypeDBmenu() - lookup export-types menu entry by value.
lookupRdataTypeDBmenu(String) - Method in class MJAReval
lookupRdataTypeDBmenu() - lookup export-types menu entry by name.
lookupRdataTypeDBvalue(String) - Method in class MJAReval
lookupRdataTypeDBvalue() - lookup export-types value by name.
lookupSampleByFreeTextName(String, String) - Method in class MJAsample
lookupSampleByFreeTextName() - lookup sample number by SampleID (free-text) name.
lookupSampleName(String, String) - Method in class MJAsample
lookupSampleName() - lookup sample number by sample databaseFileID.
lookupSampleNameByDBfileID(String, String) - Method in class MJAsample
lookupSampleNameByDBfileID() - lookup sample number by sample databaseFileID.
lookupSampleNameByDBfileName(String, String) - Method in class MJAsample
lookupSampleNameByDBfileName() - lookup sample number by sample DB file name.

M

madeChanges() - Method in class MJAnormalization
madeChanges() - set the madeChangesFlag since state changed.
MaeJavaAPI - class MaeJavaAPI.
This class implements MAEPlugin.MAEStub and is the Open Java API.
MAEPlugin - package MAEPlugin
 
MAEPlugin - class MAEPlugin.MAEPlugin.
This abstract class defines the base MAEPlugin base class.
MAEPlugin.analysis - package MAEPlugin.analysis
 
MAEPlugin.connection - package MAEPlugin.connection
 
MAEPlugin.popup - package MAEPlugin.popup
 
MAEPlugin() - Constructor for class MAEPlugin.MAEPlugin
MAEPlugin() - This private constructor prevents non-labeled and registered plugins
MAEPlugin(String) - Constructor for class MAEPlugin.MAEPlugin
MAEPlugin() - Constructor registers the plugin and sets up menu item.
MAEPlugin(String, String) - Constructor for class MAEPlugin.MAEPlugin
MAEPlugin() - Constructor registers the plugin and sets up menu item.
maeRepaint() - Method in class MJAutil
maeRepaint() - repaint MAExplorer main window.
MAEStub - interface MAEPlugin.MAEStub.
This interface Enforces MAE compliance with Plugin requirements.
MAExplorer - class MAExplorer.
MicroArray Explorer main() class.
MAExplorer() - Constructor for class MAExplorer
 
main(String[]) - Static method in class MAExplorer
main() - for MAExplorer started by standalone application.
makeNewGeneList(String, boolean) - Method in class MJAgeneList
makeNewGeneList() - create a new empty named gene list and gene bit set
MARKER_CIRCLE - Static variable in class MJAbase
pseudoarray canvas - draw circle of size radius
MARKER_CURRENT - Static variable in class MJAbase
pseudoarray canvas - draw Current object
MARKER_GENES - Static variable in class MJAbase
pseudoarray canvas - draw all spots in gene list
MARKER_KMEANS_CLUSTER - Static variable in class MJAbase
pseudoarray canvas - draw K-means cluster #
MARKER_NONE - Static variable in class MJAbase
pseudoarray canvas - No overlay
MARKER_PLUS - Static variable in class MJAbase
pseudoarray canvas - draw 5x5 plus
MARKER_SQUARE - Static variable in class MJAbase
pseudoarray canvas - draw square of size radius
MASTER_CLONE_ID - Static variable in class MJAbase
Master masterIDmode Mode - clone ID
MASTER_DBEST3 - Static variable in class MJAbase
Master masterIDmode Mode - dbEST 3' ID
MASTER_DBEST5 - Static variable in class MJAbase
Master masterIDmode Mode - dbEST 5' ID
MASTER_GENBANK - Static variable in class MJAbase
Master masterIDmode Mode - GenBank ID
MASTER_GENBANK3 - Static variable in class MJAbase
Master masterIDmode Mode - GenBank 3' ID
MASTER_GENBANK5 - Static variable in class MJAbase
Master masterIDmode Mode - GenBank 5' ID
MASTER_GENE_NAME - Static variable in class MJAbase
Master masterNameMode Mode - gene name
MASTER_GENERIC_ID - Static variable in class MJAbase
Master masterIDmode Mode - generic ID
MASTER_LOCUSLINK - Static variable in class MJAbase
Master masterIDmode Mode - LocusLink ID
MASTER_SWISS_PROT - Static variable in class MJAbase
Master masterIDmode Mode - SwissProt ID
MASTER_UG_ID - Static variable in class MJAbase
Master masterIDmode Mode - UniGene ID
MASTER_UG_NAME - Static variable in class MJAbase
Master masterNameMode Mode - UniGene name
MAX_COLORS - Static variable in class MJAbase
Max number of PseudoArray image color range for Spectrum and Ratio Map
MAX_COND_PARAM - Static variable in class MAExplorer
maximum number of Condition parameters
MaxNumberPluginsException - exception MAEPlugin.MaxNumberPluginsException.
This exception is used to allow self registering of plugins for a max number of plugins.
MaxNumberPluginsException() - Constructor for class MAEPlugin.MaxNumberPluginsException
 
menuActivated() - Method in interface MAEPlugin.PluginStub
menuActivated() - method called when menu is clicked for menu driven plugins.
menuActivated() - Method in class MAEPlugin.MAEPlugin
menuActivated() - this method calls the pluginMain() method in GUI contexts.
menuHook - Static variable in interface MAEPlugin.MAEStub
menu where plugins should hook themselves.
MenuPlugin - class MAEPlugin.MenuPlugin.
This abstract class defines MenuPlugin class.
MenuPlugin() - Constructor for class MAEPlugin.MenuPlugin
MenuPlugin() - constructor to override to implement the plugin
MenuPlugin(String) - Constructor for class MAEPlugin.MenuPlugin
MenuPlugin() - constructor for menu.
mja - Static variable in class MAExplorer
Global instance of MaeJavaAPI Gather/Scatter API for MAEPlugins
mjaBase - Static variable in class MaeJavaAPI
constants and methods used by other MJA classes
MJAbase - class MJAbase.
This is base class for the Application Programming Interface (API) for accessing MAExplorer data structures This allows accessing the data structures in a uniform way that hides the actual complexity of the internal data structures.
MJAbase() - Constructor for class MJAbase
MJAbase() - constructor for methods extending this class.
mjaCluster - Static variable in class MaeJavaAPI
cluster data structures and methods
MJAcluster - class MJAcluster.
MAExplorer Open Java API class to access MJAcluster methods and data structures.
mjaCondition - Variable in class MaeJavaAPI
condition lists of samples, and ordered lists of condition lists
MJAcondition - class MJAcondition.
MAExplorer Open Java API class to access MJAcondition methods and data structures.
mjaEval - Variable in class MaeJavaAPI
command interpreter
MJAeval - class MJAeval.
MAExplorer Open Java API class to access MJAeval command interpreter methods and data structures.
mjaExprProfile - Variable in class MaeJavaAPI
expression profile data and methods
MJAexprProfile - class MJAexprProfile.
MAExplorer Open Java API class to access expression profiles methods and data structures.
mjaFilter - Static variable in class MaeJavaAPI
data filter flags and methods
MJAfilter - class MJAfilter.
MAExplorer GatherScatter API class to access MJAfilter methods and data structures.
mjaGene - Static variable in class MaeJavaAPI
single gene data
MJAgene - class MJAgene.
MAExplorer Open Java API class to access MJAgene methods and data structures.
mjaGeneList - Static variable in class MaeJavaAPI
lists of genes and gene sets methods
MJAgeneList - class MJAgeneList.
MAExplorer Open Java API class to access MJAgeneList methods and data structures.
mjaGenomicDB - Static variable in class MaeJavaAPI
genomic databases on the Internet
MJAgenomicDB - class MJAgenomicDB.
MAExplorer Open Java API class to access MJAgenomicDB methods and data structures.
mjaGeometry - Static variable in class MaeJavaAPI
array geometry, spot to gene maps, etc.
MJAgeometry - class MJAgeometry.
MAExplorer Open Java API class to access MJAgeometry methods and data structures.
mjaHelp - Static variable in class MaeJavaAPI
popup browser help methods
MJAhelp - class MJAhelp.
MAExplorer Open Java class to access MJAhelp methods and data structures.
mjaHistogram - Static variable in class MaeJavaAPI
histogram plots
MJAhistogram - class MJAhistogram.
MAExplorer Open Java API class to access MJAhistogram methods and data structures.
mjaMath - Static variable in class MaeJavaAPI
built-in math methods
MJAmath - class MJAmath.
MAExplorer Open Java class to access MJAmath methods and data structures.
mjaNormalization - Static variable in class MaeJavaAPI
Access normalization data and methods
MJAnormalization - class MJAnormalization.
MAExplorer Open Java API class to access MJAnormalization methods and data structures.
mjaPlot - Static variable in class MaeJavaAPI
2D plot popup window base class [Future]
MJAplot - class MJAplot.
MAExplorer Open Java API class to access MJAplot methods and data structures.
mjaPopupRegistry - Static variable in class MaeJavaAPI
popup registry of active windows
MJApopupRegistry - class MJApopupRegistry.
MAExplorer Open Java API class to access MJApopupRegistry methods and data structures.
mjaProperty - Static variable in class MaeJavaAPI
individual MAExplorer properties methods
MJAproperty - class MJAproperty.
MAExplorer Open Java API class to access MJAproperty methods and data structures.
mjaPropList - Static variable in class MaeJavaAPI
lists of MAExplorer properties methods
MJApropList - class MJApropList.
MAExplorer Open Java API class to access MJApropList methods and data structures.
mjaReport - Static variable in class MaeJavaAPI
report methods
MJAreport - class MJAreport.
MAExplorer Open Java API class to access MJAreport methods and data structures.
mjaReval - Static variable in class MaeJavaAPI
Execute R program .R scripts using MAExplorer data
MJAReval - class MJAReval.
MAExplorer Open Java API class to access the MJAReval R package.
MJAReval() - Constructor for class MJAReval
MJAReval() - constructor for client interface to the R program to access client data in a uniform interface.
mjaSample - Static variable in class MaeJavaAPI
single sample top-level data methods
MJAsample - class MJAsample.
MAExplorer Open Java API class to access MJAsample methods and data structures.
mjaSampleList - Static variable in class MaeJavaAPI
get lists of samples top-level data methods
MJAsampleList - class MJAsampleList.
MAExplorer GatherScatter API class to access MJAsampleList methods and data structures.
mjaScrollablePlot - Static variable in class MaeJavaAPI
Scrollable 2D plot base class [Future]
MJAscrollablePlot - class MJAscrollablePlot.
MAExplorer Open Java API class to access MJAscrollablePlot methods and data structures.
mjaSort - Static variable in class MaeJavaAPI
built-in sorting methods
MJAsort - class MJAsort.
MAExplorer Open Java API class to access MJAsort methods and data structures.
mjaState - Static variable in class MaeJavaAPI
MAExplorer state saving, additional state info, methods
MJAstate - class MJAstate.
MAExplorer Open Java API class to access MJAstate methods and data structures.
mjaStatistics - Static variable in class MaeJavaAPI
built-in statistics methods
MJAstatistics - class MJAstatistics.
MAExplorer Gather Scatter API class to access MJAstatistics methods and data structures.
mjaUtil - Static variable in class MaeJavaAPI
built-in general utility methods
MJAutil - class MJAutil.
MAExplorer Open Java API class to access MJAutil methods and data structures.
msg - Variable in class SimpleTable
Optional message associated with table

N

newRLO() - Method in class MJAReval
newRLO() - create new empty R LayOut (RLO) instance to the RLO database
Normalization - interface MAEPlugin.Normalization.
 
NormalizationPlugin - class MAEPlugin.analysis.NormalizationPlugin.
This class extends the analysis MAEPlugin base class to implement the Normalization base class.
NormalizationPlugin() - Constructor for class MAEPlugin.analysis.NormalizationPlugin
NormalizationPlugin() - Default Constructor puts default menu name in menu.
NormalizationPlugin(String) - Constructor for class MAEPlugin.analysis.NormalizationPlugin
NormalizationPlugin() - Default Constructor puts menu name in menu.
NormalizationPlugin(String, String) - Constructor for class MAEPlugin.analysis.NormalizationPlugin
NormalizationPlugin() - Default Constructor puts menu name in menu and file name.
nr_betacf(double, double, double) - Method in class MJAmath
nr_betacf() - evaluation fct for the incomplete Beta function 'x(a,b).
nr_betai(double, double, double) - Method in class MJAmath
nr_betai() - return the incomplete Beta function 'x(a,b).
nr_gammln(double) - Method in class MJAmath
nr_gammln() - Return ln(gamma()) of x by polynomial evaluation.
nr_kstwo(double[], int, double[], int) - Method in class MJAmath
nr_kstwo() - Kolmogorov-Smirnov statistic d and the probability of the null hypothesis of 2 bins of data.
nr_probks(double) - Method in class MJAmath
nr_probks() - Calc Kolmogorov-Smirnov probability Qks.
nr_sort(int, double[]) - Method in class MJAmath
nr_sort() - quick-sort of bin of data[1:n] in assend.

O

openNewFileDB(String, String, boolean) - Method in class MJAstate
openNewFileDB() - open a new .mae database file.

P

paint(Graphics) - Method in class MAExplorer
paint() - generate viewable scrollable pseudoarray image with overlays.
PLOT_CLUSTER_GENES - Static variable in class MJAbase
Popup plot mode: cluster genes plot
PLOT_CLUSTER_HIER - Static variable in class MJAbase
Popup plot mode: hierarchical cluster genes plot
PLOT_CLUSTER_HYBSAMPLES - Static variable in class MJAbase
Popup plot mode: cluster HP-samples plot
PLOT_CLUSTERGRAM - Static variable in class MJAbase
Popup plot mode: clustergram genes plot
PLOT_EXPR_PROFILE - Static variable in class MJAbase
Popup plot mode: expression profile plot
PLOT_F1_F2_INTENS - Static variable in class MJAbase
Popup plot mode: current F1 vs F2, or Cy3 vs Cy5 scatter plot
PLOT_F1_F2_MVSA - Static variable in class MJAbase
Popup plot mode: M vs A scatter plot of current sample
PLOT_HIST_F1F2_RATIO - Static variable in class MJAbase
Popup plot mode: current HP F1/F2 ratio histogram plot
PLOT_HIST_HP_XY_RATIO - Static variable in class MJAbase
Popup plot mode: HP-X/HP-Y ratio histogram plot
PLOT_HIST_HP_XY_SETS_RATIO - Static variable in class MJAbase
Popup plot mode: HP-X 'set' / HP-Y 'set' ratio histogram plot
PLOT_HP_XY_INTENS - Static variable in class MJAbase
Popup plot mode: HP-X vs HP-Y, or HP-X 'set' vs HP-Y 'set' scatter plot
PLOT_INTENS_HIST - Static variable in class MJAbase
Popup plot mode: current HP intensity histogram plot
PLOT_KMEANS_CLUSTERGRAM - Static variable in class MJAbase
Popup plot mode: k-means cluster genes plot
PLOT_PSEUDO_F1F2_IMG - Static variable in class MJAbase
Pseudoarray image plot mode: display current F1/F2 (Cy3/Cy5) ratios as [green:black:red]
PLOT_PSEUDO_F1F2_RYG_IMG - Static variable in class MJAbase
Pseudoarray image plot mode: display HP-X/HP-Y ratios as [green:yellow:red]
PLOT_PSEUDO_HP_XY_IMG - Static variable in class MJAbase
Pseudoarray image plot mode: display HP-X/HP-Y ratios as [green:black:red]
PLOT_PSEUDO_HP_XY_RYG_IMG - Static variable in class MJAbase
Pseudoarray image plot mode: display HP-X/HP-Y ratios as [green:yellow:red]
PLOT_PSEUDOIMG - Static variable in class MJAbase
Pseudoarray image plot mode: Grayscale display current HP sample intensity
PLUGIN_VERSION - Static variable in interface MAEPlugin.PluginStub
MAEPlugin version # for tracking
PluginException - exception MAEPlugin.PluginException.
This exception is used to allow self registering of plugins for a max number of plugins.
PluginException() - Constructor for class MAEPlugin.PluginException
 
PluginFilenameFilter - class MAEPlugin.PluginFilenameFilter.
Class Filename filter for class files.
PluginFilenameFilter() - Constructor for class MAEPlugin.PluginFilenameFilter
PluginFilenameFilter() - Filter for class files, may be modified by regedit style wild cards.
pluginHalt() - Method in interface MAEPlugin.PluginStub
pluginHalt() - Plugin halt method.
pluginHalt() - Method in class MAEPlugin.MAEPlugin
pluginHalt() - Plugin halt method.
pluginHalt() - Method in class MAEPlugin.analysis.FilterPlugin
pluginHalt() - stop the plugin
pluginHalt() - Method in class MAEPlugin.analysis.NormalizationPlugin
pluginHalt() - stop the plugin
pluginInit() - Method in interface MAEPlugin.PluginStub
pluginInit() - Plugin init method.
pluginInit() - Method in class MAEPlugin.MAEPlugin
pluginInit() - Plugin init method.
pluginInit() - Method in class MAEPlugin.analysis.FilterPlugin
pluginInit() - Plugin init method.
PluginLoader - class MAEPlugin.popup.PluginLoader.
This class contains the dynamic MAEplugin loader.
PluginLoader(MAEStub) - Constructor for class MAEPlugin.popup.PluginLoader
PluginLoader() - Creates new LoadPlugins.
PluginLoader(MAEStub, String) - Constructor for class MAEPlugin.popup.PluginLoader
PluginLoader() - Creates new LoadPlugin but do it siliently.
pluginMain() - Method in interface MAEPlugin.PluginStub
pluginMain() - this is the method end-users implement to use the API.
pluginMain() - Method in class MAEPlugin.MAEPlugin
pluginMain() - abstract method end-users must implement to use the API.
pluginMain() - Method in class MAEPlugin.MenuPlugin
pluginMain() - abstract the method end-users implement to use the API
pluginMain() - Method in class MAEPlugin.CheckBoxMenuPlugin
pluginMain() - abstract the method end-users implement to use the API
pluginMain() - Method in class MAEPlugin.analysis.FilterPlugin
pluginMain() is the method activated when end-users check a checkbox API.
pluginMain() - Method in class MAEPlugin.analysis.NormalizationPlugin
pluginMain() is the method activated when end-users check a checkbox API.
pluginMain() - Method in class MAEPlugin.popup.PluginLoader
pluginMain() - Is the method end-users implement to use the API.
pluginMain() - Method in class MAEPlugin.popup.PluginUnLoader
pluginMain() - Is the method end-users implement to use the API.
PluginStub - interface MAEPlugin.PluginStub.
Enforces method implementations in suport of MAEPlugin.
PluginUnLoader - class MAEPlugin.popup.PluginUnLoader.
This class contains the dynamic MAEplugin unloader for .jar files
PluginUnLoader(MAEStub) - Constructor for class MAEPlugin.popup.PluginUnLoader
PluginLoader() - Creates new LoadPlugins.
popupAlertMsg(String, String, int, int) - Method in class MJAutil
popupAlertMsg() - popup alert message in a scrollable text area.
popupAlertMsgLine(String) - Method in class MJAutil
popupAlertMsgLine() - popup alert message line window.
popupAllConditionsReport() - Method in class MJAcondition
popupAllConditionsReport() - popup a report showing list of all conditions
popupAllOCLsReport() - Method in class MJAcondition
popupAllOCLsReport() - popup a report showing list of all OCLs
popupDryrotMsgsAAndQuit() - Method in class MJAutil
popupDryrotMsgsAndQuit() - test if fatal dryrot messages, then generate Dryrot exit sequence.
popupListConditionReport(String) - Method in class MJAcondition
popupListConditionReport() - popup a report showing list of samples for condition
popupListOCLReport(String) - Method in class MJAcondition
 
PopupPlugin - class MAEPlugin.popup.PopupPlugin.
This class is used for creating popup plugins.
PopupPlugin() - Constructor for class MAEPlugin.popup.PopupPlugin
PopupPlugin() - Constructor to create new PopupPlugin.
PopupPlugin(String) - Constructor for class MAEPlugin.popup.PopupPlugin
PopupPlugin() - Constructor to create new PopupPlugin.
popupTextReport(String, int, int, String, String, int, int, String, int, String) - Method in class MJAreport
popupTextReport() - popup a report window with a scrollable text area
popupViewer(URL, String, String) - Method in class MJAutil
popupViewer() - popup web browser on current URL.
PRPROP_CUR_GENE - Static variable in class MJAbase
Property bit type: Notify bit if CurGene changed
PRPROP_FILTER - Static variable in class MJAbase
Property bit type: Notify bit if Filter changed
PRPROP_LABEL - Static variable in class MJAbase
Property bit type: Notify bit if Labels changed
PRPROP_SLIDER - Static variable in class MJAbase
Property bit type: Notify bit if Slider changed
PRPROP_TIMEOUT - Static variable in class MJAbase
Property bit type: set if timeout and kill itself after TIMEOUT_DELAY milliseconds
PRPROP_UNIQUE - Static variable in class MJAbase
Property bit type: set if this is a unique popup

Q

QUALTYPE_ALPHA - Static variable in class MJAbase
QualCheck type: Alphabetic codes
QUALTYPE_PROP_CODE - Static variable in class MJAbase
QualCheck type: uses MAE Gene.xxxx prop QualCheck codes
QUALTYPE_THR - Static variable in class MJAbase
QualCheck type: Uses [qualThr] QualCheck continuous data
quickSort(int[], int, int) - Method in class MJAsort
quickSort() - sort the int list data[].
quickSort(String[], int, int) - Method in class MJAsort
quickSort() - sort the String list data[].
quickSortMultLists(String[], String[], int, int) - Method in class MJAsort
quickSortMultLists() - sort parallel lists (data[], data[UC[]) by dataUC[].
quickSortMultLists(String[], String[], String[], int, int) - Method in class MJAsort
quickSortMultLists() - sort parallel lists (a[], b[], aUC[]) by aUC[].

R

RANGE_INSIDE - Static variable in class MJAbase
rangeMode: Inside [v1:v2] for testing
RANGE_OUTSIDE - Static variable in class MJAbase
rangeMode: Outsiide [v1:v2] for testing
readPermanentRLOdatabase(boolean) - Method in class MJAReval
readPermanentRLOdatabase() - read RLO entries from the permanent /RLO/ database.
readRLOfile(String, boolean) - Method in class MJAReval
readRLOfile() - read RLO by .rlo file name into a new RLO (rloID).
readTextFromFile(String) - Method in class MJAreport
readTextFromFile() - read text from text file.
recalcNormalizationExtrema() - Method in interface MAEPlugin.Normalization
recalcNormalizationExtrema() - set the extreama for all samples for this plugin
recalcNormalizationExtrema() - Method in class MAEPlugin.analysis.NormalizationPlugin
recalcNormalizationExtrema() - set the extreama for all samples for this plugin
recalcNorms(String, boolean) - Method in class MaeJavaAPI
recalcNorms() - recalculate normalizations of all samples
recalcNorms(String, boolean) - Method in class MJAnormalization
recalcNorms() - recalculate normalizations of all samples
recalcNorms(String, boolean) - Method in interface MAEPlugin.MAEStub
recalcNorms() - alias to: mae.cdb.recalcNorms(String, boolean); used by: NormalizationPlugin
refreshDataFilter() - Method in class MaeJavaAPI
refreshDataFilter() - regenerate scrollers, refresh the data filter and repaint
refreshDataFilter() - Method in class MJAfilter
refreshDataFilter() - regenerate scrollers, refresh the data filter and repaint
refreshDataFilter() - Method in interface MAEPlugin.MAEStub
refreshDataFilter() - refresh the datsa filter
regenerateScrollers(boolean) - Method in class MJAfilter
regenerateScrollers() - regenerate the state scroller window
registryMaxSize - Static variable in class MAEPlugin.MAEPlugin
Set the initial and max size for the number of resgistry entries
removeActiveFilter(FilterPlugin) - Method in class MAEPlugin.analysis.FilterPlugin
removeActiveFilter() - Bean-style method for removing from activeFilterPluginList.
removeAllCondsFromOrderedCondList(String) - Method in class MJAcondition
removeAllCondsFromOrderedCondList() - Remove all conditions from condList
removeAllSamplesFromCondList(String) - Method in class MJAcondition
removeAllSamplesFromCondList() - Remove all samples from cond list.
removeCondList(String) - Method in class MJAcondition
removeCondList() - remove named condition list if it exists and also remove it from any ordered condition lists it may appear in.
removeGeneFromGeneBitset(String, int) - Method in class MJAgeneList
removeGeneFromGeneBitset() - remove gene MID from Gene bitset, ignore if already there
removeGeneFromGeneList(String, int, String[]) - Method in class MJAgeneList
removeGeneFromGeneList() - remove gene MID from GeneList, ignore if not there
removeNamedOrderedCondList(String) - Method in class MJAcondition
removeNamedOrderedCondList() - remove existing named ordered list of conditions the ordered list exists.
removeOverlayMap(String) - Static method in class MJAplot
removeOverlayMap() - remove named scatterplot overlay map.
removePlugin(MAEPlugin) - Static method in class MAEPlugin.MAEPlugin
removePlugin () - unloads plugin and removes it from the MAexplorer menu.
removePluginMenu(MenuItem) - Method in class MaeJavaAPI
removePluginMenu() - remove plugin from the menubar.
removePluginMenu(MenuItem) - Method in interface MAEPlugin.MAEStub
remove plugin menu
removePopupByKey(String) - Method in class MJApopupRegistry
removePopupByKey() - remove instance of MAEPlugin by keyName
removeSampleFromCondList(int, String) - Method in class MJAcondition
removeSampleFromCondList() - remove sample from named condition list
renameCondList(String, String, boolean) - Method in class MJAcondition
renameCondList() - rename userListName if it exists to newListName.
resetPipeline(int) - Method in interface MAEPlugin.Normalization
resetPipeline() - reset filter at start of data Normalization.
resetPipeline(int) - Method in class MAEPlugin.analysis.FilterPlugin
resetPipeline() - reset filter at start of test of all genes (if required).
resetPipeline(int) - Method in class MAEPlugin.analysis.NormalizationPlugin
resetPipeline() - reset filter at start of data Normalization.
rmvConditionFromOrderedCondList(String, String) - Method in class MJAcondition
rmvConditionFromOrderedCondList() - remove condition from named ordered condition list.
rmvRLO(int) - Method in class MJAReval
rmvRLO() - remove the RLO from the analyses database
rmvRtnChars(String) - Method in class MJAutil
rmvRtnChars() - remove return chars.
RPT_FMT_DYN - Static variable in class MJAbase
Report format mode: dynamic spreadsheet report
RPT_FMT_TAB_DELIM - Static variable in class MJAbase
Report format mode: tab-delimited report as TextArea
RPT_NONE - Static variable in class MJAbase
Report mode: no report
RPT_TBL_ALL_GENES_CLUSTER - Static variable in class MJAbase
Report mode: all genes clustering statistics
RPT_TBL_CALIB_DNA_STAT - Static variable in class MJAbase
Report mode: array samples Calibration DNA statistics
RPT_TBL_CUR_GENE_CLUSTER - Static variable in class MJAbase
Report mode: current gene clustering statistics
RPT_TBL_EDITED_GENE_LIST - Static variable in class MJAbase
Report mode: Edited Gene List
RPT_TBL_EXPR_PROFILE - Static variable in class MJAbase
Report mode: expression profiles of filtered genes [CHECK]
RPT_TBL_FILTERED_GENES - Static variable in class MJAbase
Report mode: data Filtered genes
RPT_TBL_GENE_CLASS - Static variable in class MJAbase
Report mode: genes in current GencClass
RPT_TBL_HIER_CLUSTER - Static variable in class MJAbase
Report mode: hierarchical clusters gene statistics
RPT_TBL_HIGH_F1F2 - Static variable in class MJAbase
Report mode: highest N current HP F1/F2 ratio genes
RPT_TBL_HIGH_RATIO - Static variable in class MJAbase
Report mode: highest N HP-X/HP-Y ratio genes
RPT_TBL_HP_DB_INFO - Static variable in class MJAbase
Report mode: array report of extra Info samples data (DEPRICATED)
RPT_TBL_HP_HP_CORR - Static variable in class MJAbase
Report mode: HP vs HP correlation coefficient for only filtered genes
RPT_TBL_HP_MN_VAR_STAT - Static variable in class MJAbase
Report mode: array samples mean and variance statistics
RPT_TBL_HP_XY_SET_STAT - Static variable in class MJAbase
Report mode: array samples set statistics
RPT_TBL_KMEANS_CLUSTER - Static variable in class MJAbase
Report mode: K-means clustering statistics
RPT_TBL_LOW_F1F2 - Static variable in class MJAbase
Report mode: lowest N current HP F1/F2 ratio genes
RPT_TBL_LOW_RATIO - Static variable in class MJAbase
Report mode: lowest N HP-X/HP-Y ratio genes
RPT_TBL_MAE_PRJ_DB - Static variable in class MJAbase
Report mode: project database
RPT_TBL_MN_KMEANS_CLUSTER - Static variable in class MJAbase
Report mode: mean clusters for K-means clusters statistics
RPT_TBL_NAMED_GENES - Static variable in class MJAbase
Report mode: all named genes
RPT_TBL_NORMALIZATION_GENE_LIST - Static variable in class MJAbase
Report mode:Normalization gene list statistics
RPT_TBL_OCL_STAT - Static variable in class MJAbase
Report mode: Ordered Condition List gene statistics
RPT_TBL_SAMPLES_DB_INFO - Static variable in class MJAbase
Report mode: array report of SamplesDB
RPT_TBL_SAMPLES_WEB_LINKS - Static variable in class MJAbase
Report mode: array report with active Web links
run() - Method in class MAExplorer
run() - main loop which does checking for various things [1] Check if want to repaint based on spot list change.
runDataFilter() - Method in class MJAfilter
runDataFilter() - re-run the data filter (don't update popups).
runRscriptWithR() - Method in class MJAReval
runRscriptWithR() - compute report string by running R script through the R program.

S

sample - Variable in class MAEPlugin.analysis.NormalizationPlugin
 
saveCmdHistory(String) - Method in class MJAutil
saveCmdHistory() - print msg to showMsg1() and also save in command history and message logs if logging is enabled.
saveCmdHistory(String, boolean) - Static method in class MJAutil
saveCmdHistory() - save msg in command history and message logs if logging is enabled.
saveMsgHistory(String, boolean) - Method in class MJAutil
saveMsgHistory() - save msg in message logs if logging is enabled.
scaleIntensData(float) - Method in class MJAgene
scaleIntensData() - scale raw intensity data as fct of normalization mode.
scaleIntensData(float, int) - Method in class MJAgene
scaleIntensData() - scale raw intensity data as fct of normalization mode.
scaleIntensityData(float) - Method in interface MAEPlugin.Normalization
scaleIntensityData() - scale raw intensity data as fct of normalization mode.
scaleIntensityData(float) - Method in class MAEPlugin.analysis.NormalizationPlugin
scaleIntensityData() - scale raw intensity data as fct of normalization mode.
scaleIntensityData(float, float, int, int, int) - Method in interface MAEPlugin.Normalization
scaleIntensityData() - the gene normalization operating on gene mid for sampleIdx where the data is ether extracted here or from the resetPipeline pre-analysis.
scaleIntensityData(float, float, int, int, int) - Method in class MAEPlugin.analysis.NormalizationPlugin
scaleIntensityData() - the gene normalization operating on gene mid for sampleIdx where the data is ether extracted here or from the resetPipeline pre-analysis.
scaleIntensityData(float, int, int, int) - Method in interface MAEPlugin.Normalization
scaleIntensityData() - scale raw intensity data as fct of normalization mode.
scaleIntensityData(float, int, int, int) - Method in class MAEPlugin.analysis.NormalizationPlugin
scaleIntensityData() - scale raw intensity data as fct of normalization mode.
set_abortFlag(boolean) - Method in class MJAstate
set_abortFlag() - set "abortFlag" flag status
set_addExprProfileFlag(boolean) - Method in class MJAreport
set_addExprProfileFlag() - set flag: add EP ratios in gene REPORTS
set_addHP_XYstatFlag(boolean) - Method in class MJAreport
set_addHP_XYstatFlag() - set flag: add HP_XY statistics in gene REPORTS
set_Clone_ID(int, String) - Method in class MJAgene
set_Clone_ID() - set Clone_ID for specified gene, if exists
set_clusterNodeNbr(int, int) - Method in class MJAgene
set_clusterNodeNbr() - set clusterNodeNbr for specified gene, if exists The cluster node # is the cluster number that a gene belongs to.
set_dbEST3ID(int, String) - Method in class MJAgene
set_dbEST3ID() - set dbEST3 ID for specified gene, if exists
set_dbEST5ID(int, String) - Method in class MJAgene
set_dbEST5ID() - set dbEST5 ID for specified gene, if exists
set_doGCflag(boolean) - Method in class MJAstate
set_doGCFlag() - set "doGCflag" flag status to invoke the Garbage Collector when have time as determined by main idle loop.
set_duplMIDlist(int, int[]) - Method in class MJAgene
set_duplMIDlist() - set list of MIDs for duplicate genes for specified gene, if exists
set_GenBankAcc3ID(int, String) - Method in class MJAgene
set_GenBankAcc3ID() - set GenBank Acc 3' ID for specified gene, if exists
set_GenBankAcc5ID(int, String) - Method in class MJAgene
set_GenBankAcc5ID() - set GenBank Acc 5' ID for specified gene, if exists
set_GenBankAccID(int, String) - Method in class MJAgene
set_GenBankAccID() - set GenBankAcc ID for specified gene, if exists
set_Gene_Name(int, String) - Method in class MJAgene
set_Gene_Name() - set Gene_Name for specified gene
set_Generic_ID(int, String) - Method in class MJAgene
set_Generic_ID() - set Generic_ID for specified gene, if exists
set_genomicDB_URLs(int, String[], String[], String[], String[]) - Method in class MJAgenomicDB
set_genomicDB_URLs() - set user-defined genomic DB URLs
set_GenomicID(int, String[]) - Method in class MJAgene
set_GenomicID() - seta list of additional genomic IDs for the default gene, if exists.
set_hierClusterUnWeightedAvgFlag(boolean) - Method in class MJAcluster
set_hierClusterUnWeightedAvgFlag() - set hier-clustering averaging method flag.
set_isZscoreNorm(boolean) - Method in class MJAstate
set_isZscoreNormFlag() - set "isZscoreNorm" flag status using one of the Zscore normalizations.
set_LocusID(int, String) - Method in class MJAgene
set_LocusID() - set LocusLinkID for specified gene, if exists
set_Master_ID(int, String) - Method in class MJAgene
set_Master_ID() - set Master_ID for specified gene
set_MasterGeneName(int, String) - Method in class MJAgene
set_MasterGeneName() - set MasterGeneName for specified gene
set_nDuplGenes(int, int) - Method in class MJAgene
set_nDuplGenes() - # duplicate genes in duplMIDlist[] for specified gene, if exists
set_nGeneClustersCnt(int, int) - Method in class MJAgene
set_nGeneClustersCnt() - set nGeneClustersCnt for specified gene, if exists The centroid gene of a cluster is flagged by containing the # of genes in that cluster.
set_nGenomicID(int, int[]) - Method in class MJAgene
set_nGenomicID() - set # additional genomic IDs in the GenomicID[] list for the specified gene, if exists.
set_NratiosToReport(int) - Method in class MJAfilter
set_NratiosToReport() - set # of ratios to report
set_plate_col(int, String) - Method in class MJAgene
set_plate_col) - set original plate_col for specified gene, if exists
set_plate_row(int, String) - Method in class MJAgene
set_plate_row() - set original plate_row for specified gene, if exists
set_plate(int, String) - Method in class MJAgene
set_plate() - set original plate for specified gene, if exists
set_properties(int, int) - Method in class MJAgene
set_properties() - set properties for specified gene, if exists
set_pValue(int, float) - Method in class MJAgene
set_pValue() - set pValue for specified gene, if exists
set_pValueThr(float) - Method in class MJAfilter
set_pValueThr() - set Sample p-Value for t-Test Filter threshold
set_SwissProtID(int, String) - Method in class MJAgene
set_SwissProtID() - set SwissProt ID for specified gene, if exists
set_thrClusterDist(float) - Method in class MJAfilter
set_thrClusterDist() - set Sample gene-gene cluster distance threshold
set_thrCR1(float) - Method in class MJAfilter
set_thrCR1() - set Sample Cy3/Cy5 lower limit CR1 threshold
set_thrCR2(float) - Method in class MJAfilter
set_thrCR2() - set Sample Cy3/Cy5 lower limit CR2 threshold
set_thrDiff(float) - Method in class MJAfilter
set_thrDiff() - set Sample diff (HP-X,HP-Y) Filter threshold
set_thrI1(float) - Method in class MJAfilter
set_thrI1() - set Sample Intensity lower limit I1 threshold
set_thrI2(float) - Method in class MJAfilter
set_thrI2() - set Sample Intensity lower limit I2 threshold
set_thrNbrClusters(int) - Method in class MJAfilter
set_thrNbrClusters() - set # of clusters in K-means clustering
set_thrPercentOK(float) - Method in class MJAfilter
set_thrPercentOK() - set % of samples meeting Spot Intensity criteria threshold
set_thrQualCheck(float) - Method in class MJAfilter
set_thrQualCheck() - set Sample QualCheck threshold
set_thrR1(float) - Method in class MJAfilter
set_thrR1() - set Sample Ratio lower limit R1 threshold
set_thrR2(float) - Method in class MJAfilter
set_thrR2() - set Sample Ratio lower limit R2 threshold
set_thrSI1(float) - Method in class MJAfilter
set_thrSI1() - set Spot Intensity lower limit SI1 threshold
set_thrSI2(float) - Method in class MJAfilter
set_thrSI2() - set Spot Intensity lower limit SI2 threshold
set_thrSpotCV(float) - Method in class MJAfilter
set_thrSpotCV() - set Sample spot Coefficient Of Variation Filter threshold
set_UGclusterName(int, String) - Method in class MJAgene
set_UGclusterName() - set UGclusterName for specified gene
set_Unigene_ID(int, String) - Method in class MJAgene
set_Unigene_ID() - set Unigene_ID for specified gene, if exists
set_updatePseudoImgFlag(boolean) - Method in class MJAstate
set_updatePseudoArrayImageFlag() - set "updatePseudoArrayImage" flag status.
set_useEPrawIntensityValuesFlag(boolean) - Method in class MJAreport
set_useEPrawIntensityValuesFlag() - set flag: use Raw intensity for EP ratios in gene REPORTS
set_useGeneSetFilterFlag(boolean) - Method in class MJAfilter
set_useGeneSetFilterFlag() - set filter by user gene set membership status
setActiveFilter(FilterPlugin) - Method in class MAEPlugin.analysis.FilterPlugin
setActiveFilter() - Bean-style method for setting the activeFilterPluginList.
setActiveNormalization(Normalization) - Method in class MAEPlugin.analysis.NormalizationPlugin
setActiveNormalization() - Bean-style method for setting the activeNormalization.
setAllGenRbits(int) - Method in class MJAReval
setAllGenRbits() - set GenR Bits using R_GENR_xxxx bits for current RLO.
setAllProcessBits(int) - Method in class MJAReval
setAllProcessBits() - set Process Bits bits for current RLO.
setClassNameReplacementChar(char) - Method in class MAEPlugin.JarClassLoader
setClassNameReplacementChar() - remap class name.
setCondInOrderedCondList(String, String[], int) - Method in class MJAcondition
setCondInOrderedCondList() - replace existing conditions with new list
setCondListLength(int, String) - Method in class MJAcondition
setCondListLength() - Set # of samples in the condition list
setCondListsNames(String[], int) - Method in class MJAcondition
setCondListsNames() - Set list of active condition lists names
setCondListsSizes(int[]) - Method in class MJAcondition
setCondListsSizes() - Set list of active condition lists sizes
setCondParamNames(String[]) - Method in class MJAcondition
setCondParamNames() - set list of condition parameter names for all conditions.
setCondParamValue(String, String[]) - Method in class MJAcondition
setCondParamValue() - set list of parameter values for specific condition NOTE: the # of parameter values must match the number of parameter names.
setCurCondition(String) - Method in class MJAcondition
 
setCurOCL(String) - Method in class MJAcondition
 
setCurrentGeneFromMID(int) - Method in class MJAgene
setCurrentGeneFromMID() - set the Current Gene to the specified mid.
setCurrentRLO(int) - Method in class MJAReval
setCurrentRLO() - set the current RLO analysis method by id
setCurrentSample(int) - Method in class MJAgene
setCurrentSample() - set the sample to be used for subsequent gene or spot data accesses in that array
setDbEstURL(String) - Method in class MJAstate
setDbEstURL() - set the url
setDbugFlag(boolean) - Method in class MJAReval
setDbugFlag() set debugging flag to print to stdout if required
setDefaultGene(int) - Method in class MJAgene
setDefaultGene() - define the default gene by the Master Gene ID mid for interrogation by the get_XXXX() methods.
setDoMeanPlotsFlag(boolean) - Method in class MJAexprProfile
setDoMeanPlotsFlag() - flag to generate mean plots (of the clusters) else individual plots
setEPmaxMeanSampleData(float) - Method in class MJAexprProfile
setEPmaxMeanSampleData() - max mean normalized sample data scale factor computed over all samples and all genes being used in a list of expression profiles.
setFieldData(String[], int) - Method in class SimpleTable
setFieldData() - set new field[] list for table
setFlag(boolean) - Method in class MAEPlugin.MAEPlugin
setFlag() - set the menu status (CheckBox) menuFlag
setFullGEOplatformDataTableURL(String) - Method in class MJAproperty
setFullGEOplatformDataTableURL() - set URL for current full GEO platform data table
setGbid2LocusLinkURL(String) - Method in class MJAstate
setGbid2LocusLinkURL() - set the url
setGenBankAccURL(String) - Method in class MJAstate
setGenBankAccURL() - set the url
setGenBankCloneURL(String) - Method in class MJAstate
setGenBankCloneURL() - set the url
setGenBankCloneURLepilogue(String) - Method in class MJAstate
setGenBankCloneURLepilogue() - set the url
setGeneBitsetData(String, long[], int) - Method in class MJAgeneList
setGeneBitsetData() - set bitData for GeneBitSet by GeneBitSet name.
setGeneCardURL(String) - Method in class MJAstate
setGeneCardURL() - set the url
setGeneListByStringList(String, String[]) - Method in class MJAgeneList
setGeneListByStringList() - set GeneList by "," delimited list of MID indices
setGeneListData(String, int[]) - Method in class MJAgeneList
setGeneListData() - set GeneList list of gene index data by existing GeneList name.
setGeneListData(String, int[], int) - Method in class MJAgeneList
setGeneListData() - set GeneList list of gene index data by existing GeneList name.
setGeneMIDfromXYcoord(int, int, int) - Method in class MJAgene
setGeneMIDfromXYcoord() - set current gene MID from XY coordinates for a spot in the pseudoarray image for that sample.
setGenRbit(int) - Method in class MJAReval
setGenRbit() - set specific GenR Bit(s) for current RLO.
setGEOplatformID(String) - Method in class MJAproperty
setGEOplatformID() - set current GEO platform ID for this database.
setIMAGE2GenBankURL(String) - Method in class MJAstate
setIMAGE2GenBankURL() - set the url
setIMAGE2unigeneURL(String) - Method in class MJAstate
setIMAGE2unigeneURL() - set the url
setInputFilesData(String[], int[]) - Method in class MJAReval
setInputFilesData() - set current RLO list of input data (fileName,dataType)
setJarResources(JarResources) - Method in class MAEPlugin.MAEPlugin
setJarResources() - sets the JarResources object to get to the contents of the Jar object.
setListOfEsamples(int[]) - Method in class MJAsampleList
setListOfEsamples() - set int[] list of samples in HP-E 'list' list.
setListOfGEOplatformsURL(String) - Method in class MJAproperty
setListOfGEOplatformsURL() - set URL for list of current GEO platforms
setListOfXsamples(int[]) - Method in class MJAsampleList
setListOfXsamples() - set int[] list of samples in HP-X 'set' list.
setListOfYsamples(int[]) - Method in class MJAsampleList
setListOfYsamples() - set int[] list of samples in HP-Y 'set' list.
setLocusLinkURL(String) - Method in class MJAstate
setLocusLinkURL() - set the url
setMAdbURL(String) - Method in class MJAstate
setMAdbURL() - set the url
setMAEStub(MAEStub) - Method in class MAEPlugin.MAEPlugin
setMAEStub() - get the menu stub for this instance of plugin
setMedMinerURL(String) - Method in class MJAstate
setMedMinerURL() - set the url
setMedMinerURLepilogue(String) - Method in class MJAstate
setMedMinerURLepilogue() - set the url
setMenuHook(Menu) - Method in class MaeJavaAPI
setMenuHook() - set menu hook for the plugin
setMenuHook(Menu) - Method in interface MAEPlugin.MAEStub
setMenuHook() - method to set access root menu
setMenuHook(MenuItem) - Method in class MAEPlugin.MAEPlugin
setMenuHook() - set menu Item hook to put our instance of plugin
setMenuInsertionPointName(String) - Method in class MAEPlugin.MAEPlugin
setMenuInsertionPointName() - set the name of menu insertion point.
setMenuItem(MenuItem) - Method in class MAEPlugin.MAEPlugin
setMenuItem() - get menu item for this instance of the plugin
setMenuLabel(String) - Method in class MAEPlugin.MAEPlugin
setMenuLabel() - changes the label on the mennItem
setNbrCondLists(int) - Method in class MJAcondition
setNbrCondLists() - Set # of active condition lists
setNormalizationState(boolean) - Method in class MaeJavaAPI
setNormalizationState() - update Normalization state based on normalization method selected in non-plugin menus
setNormalizationState(boolean) - Method in interface MAEPlugin.MAEStub
setNormalizationState() - alias to: EventMenu.setNormalizationState used by: NormalizationPlugin
setNormalizationStateFromPlugin(String) - Method in class MaeJavaAPI
setNormalizationStateFromPlugin() - set normalization state FROM the plugin.
setNormalizationStateFromPlugin(String) - Method in interface MAEPlugin.MAEStub
setNormalizationStateFromPlugin() - used by: NormalizationPlugin
setNormToOneFlag(boolean) - Method in class MJAexprProfile
setNormToOneFlag() - flag of normalize expression profile to 1.0 flag
setOclParamNames(String[]) - Method in class MJAcondition
setOclParamNames() - set list of ocl parameter names for all conditions.
setOclParamValue(String, String[]) - Method in class MJAcondition
setOclParamValue() - set list of ocl parameter values for specific condition NOTE: the # of parameter values must match the number of parameter names.
setOfileTypeDB(String[], String[], int[]) - Method in class MJAReval
setOfileTypeDB() - set R output file-types (name,menu,type) database.
setOperation(int[], int) - Method in class MAEPlugin.analysis.FilterPlugin
setOperation() - used in Filter intersection chain to process additional MAEPlugin filter tests.
setOutputFilesData(String[], int[]) - Method in class MJAReval
setOutputFilesData() - set current RLO list of output data (fileName,dataType)
setOverlayMapData(String, float[], int) - Static method in class MJAplot
setOverlayMapData() - set xy data into named scatterplot overlay map
setOverlayMapDisplayChars(String, char[]) - Static method in class MJAplot
setOverlayMapDisplayChars() - set overlay characters for named scatterplot overlay map
setOverlayMapDisplayColor(String, Color) - Static method in class MJAplot
setOverlayMapDisplayColor() - set named scatterplot overlay map display color
setOverlayMapDisplayType(String, int) - Static method in class MJAplot
setOverlayMapDisplayType() - set line type for named scatterplot overlay map
setPirURL(String) - Method in class MJAstate
setPirURL() - set the url
setPluginHashState(String, String, Object) - Method in class MJAstate
setPluginHashState() - set state object value from MAEPlugin hash state storage.
setPosQuantModeState(boolean) - Method in class MJAnormalization
setPosQuantModeState() - set Positive Quantified Intensity state [MAEPlugin] forced implementation via MAEStub.
setProcessBit(int) - Method in class MJAReval
setProcessBit() - set specific Process Bit(s) for current RLO.
setProcessBitsDB(String[], String[], int[]) - Method in class MJAReval
setProcessBitsDB() - set the Export/Import ProcessBits (name,menu,type) database.
setR2ClientActionDB(String[], String[], int[]) - Method in class MJAReval
setR2ClientActionDB() - set R to client Actions (name,menu,type) DB.
setR2ClientActionsData(String[], String[], int[]) - Method in class MJAReval
setR2ClientActionsData() - set cur.
setRdataTypeDB(String[], String[], int[]) - Method in class MJAReval
setRdataTypeDB() - set the export-types (name,menu,type) database.
setRLO(int, String, String, String, String[], int[], int, int, String[], int[], String[], String[], int[], String) - Method in class MJAReval
setRLO() - set R LayOut (RLO) instance to the RLO database.
setRLOreportLoggingFlag(boolean) - Method in class MJAReval
setRLOreportLoggingFlag() - set RLO Report logging flag for creating subdirectory in {project}/Report/{RLOname}-yymmdd.hhmmss/ to store the RLO output files copied to Report/
setRowData(String[], int, int) - Method in class SimpleTable
setRowData() - set new row data[] for specific row in the table
setSample(Object) - Method in interface MAEPlugin.Normalization
setSample() - set the sample object
setSample(Object) - Method in class MAEPlugin.analysis.NormalizationPlugin
setSample() - method used to set primary variables from the sample.
setSampleCurScaledExtrema(int, float, float, float, float) - Method in class MJAsample
setSampleCurScaledExtrema() - set sample's current normalized scaled intensity extrema.
setSampleF1F2Extrema(int, float, float, float, float) - Method in class MJAsample
setSampleF1F2Extrema() - set list of sample's normalized F1F2 intensity extrema.
setSampleNameMethod(int) - Static method in class MJAsample
setSampleNameMethod() - sets the sample name method to the name domain to be used.
setSamplesInCondList(String, String[], int) - Method in class MJAcondition
setSamplesInCondList() - Set list of sample numbers in named condition.
setState(boolean) - Method in interface MAEPlugin.Normalization
setState() - set the state of the checkbox
setState(boolean) - Method in class MAEPlugin.CheckBoxMenuPlugin
setState() - utility to set the checkbox state
setSwissProtURL(String) - Method in class MJAstate
setSwissProtURL() - set the url
setUniGeneClusterIdURL(String) - Method in class MJAstate
setUniGeneClusterIdURL() - set the url
setUniGeneURL(String) - Method in class MJAstate
setUniGeneURL() - set the url
setupAllBasePaths(String) - Method in class MJAReval
setupAllBasePaths() - generate all base paths of directories
setUserFilterGeneList(String, boolean) - Method in class MJAgeneList
setUserFilterGeneList() - set the "User Filter Gene Set" by GeneList name.
setUserNormalizeGeneList(String, boolean) - Method in class MJAgeneList
setUserNormalizeGeneList() - set the "Normalize by 'User Gene set'" by GeneList name.
setUseSPLUSelseRengineFlag(boolean) - Method in class MJAReval
setUseSPLUSelseRengineFlag() - specify if use R or S-PLUS statistics engine
setWaitCursor(boolean) - Method in class MJApopupRegistry
setWaitCursor() - set wait cursor ON/OFF to clock or standard cursor
showMsg(String) - Method in class MaeJavaAPI
showMsg() - display string in text field 1 in main window.
showMsg(String) - Method in class MJAutil
showMsg() - display string in text field 1 in main window.
showMsg(String) - Method in interface MAEPlugin.MAEStub
showMsg() - alias to: Util.showMsg(String); used by: (all).
showMsg1(String) - Method in class MJAutil
showMsg1() - display string in text field 1 in main window.
showMsg1(String, Color, Color) - Method in class MJAutil
showMsg1() - display string in text field 1 in main window.
showMsg2(String) - Method in class MJAutil
showMsg2() - display string in text field 2 in main window.
showMsg2(String, Color, Color) - Method in class MJAutil
showMsg2() - display string in text field 2 in main window.
showMsg3(String) - Method in class MJAutil
showMsg3() - display string in text field 3 in main window.
showMsg3(String, Color, Color) - Method in class MJAutil
showMsg3() - display string in text field 3 in main window.
SimpleTable - class SimpleTable.
The SimpleTable class creates an empty table of size tRows and tCols.
SimpleTable() - Constructor for class SimpleTable
SimpleTable() - constructor for creating empty table.
SimpleTable(String, String, String, int, int) - Constructor for class SimpleTable
 
SimpleTable(String, String, String, int, int, String[], String[][]) - Constructor for class SimpleTable
SimpleTable() - constructor for creating a table popupated with fields and data.
sleepMsec(int) - Method in class MJAutil
sleepMsec() - sleep nMsec where nMsec must be >= 0 milliseconds.
sortArray(String[], boolean) - Method in class MJAsort
sortArray() - bubble sort string array either ASCENDING or DESCENDING.
sortStrArray(String[]) - Method in class MJAsort
sortStrArray() - create a sorted String[] array.
sortStrArray(String[], int) - Method in class MJAsort
sortStrArray() - create a sorted String[] array with len specified.
SS_MODE_ELIST - Static variable in class MJAbase
HP data Filter subset mode: F1F2 HP-E list
SS_MODE_MS - Static variable in class MJAbase
HP data Filter subset mode: F1F2 current HP
SS_MODE_XANDY_SETS - Static variable in class MJAbase
HP data Filter subset mode: F1F2 HP-X and HP-Y sets
SS_MODE_XORY_SETS - Static variable in class MJAbase
HP data Filter subset mode: F1F2 HP-X or HP-Y sets
SS_MODE_XSET - Static variable in class MJAbase
HP data Filter subset mode: F1F2 HP-X sets
SS_MODE_XY - Static variable in class MJAbase
HP data Filter subset mode: F1F2 HP-X and HP-Y
SS_MODE_YSET - Static variable in class MJAbase
HP data Filter subset mode: F1F2 HP-Y sets
start() - Method in class MAExplorer
start() - (re)create GUI if needed, read PARAMs & start run thread.
stop() - Method in class MAExplorer
stop() - stop the thread.
swapCy5Cy3AndReCalcStats(int) - Method in class MJAsample
swapCy5Cy3AndReCalcStats() - swap Cy3 and Cy5, recalculate statistics for sample.

T

tCols - Variable in class SimpleTable
# of columns/row in the table
tData - Variable in class SimpleTable
row vectors of data [0:tRows-1][0:tCols-1]
testCy3Cy5SamplesRange(float, float) - Method in class MJAfilter
testCy3Cy5SamplesRange() - test cy3/cy5 [CR1:CR2] for current rangeMode RANGE_INSIDE, RANGE_OUTSIDE.
testSamplesRange(float, float, boolean) - Method in class MJAfilter
testSamplesRange() - for testing [I1:I2] or [R1:R2] for current rangeMode RANGE_INSIDE, RANGE_OUTSIDE.
testSpotIntensityRange(float) - Method in class MJAfilter
testSpotIntensityRange() - for testing spot intensity [ST1:ST2] in current rangeMode RANGE_INSIDE, RANGE_OUTSIDE.
tFields - Variable in class SimpleTable
names of table fields
title - Variable in class SimpleTable
Optional title of table
trimWhitespace() - Method in class SimpleTable
trimWhitespace() - trim Table tData[][] and tFields[] data.
tRows - Variable in class SimpleTable
# of rows/Table

U

union(String, String, String) - Method in class MJAcondition
union() - compute resultCond= Union (Condition 1, Condition 2)
uniqueInsert(String[], String[], int, String, Hashtable) - Method in class MJAsort
uniqueInsert() - insert s1 at end of sList1[] and UC of s1 in sList1UC[] if s1 is not already in sList1[].
uniqueInsert(String[], String[], String[], int, String, String, Hashtable) - Method in class MJAsort
uniqueInsert() - insert s1,s2 at end of sList1[], sList2[] lists if s1 is not already in sList1[].
uniqueInsertionSort(String[], String[], int, String, Hashtable) - Method in class MJAsort
uniqueInsertionSort() - insertion sort newStr into sList[] if unique.
uniqueInsertionSort(String[], String[], String[], int, String, String, Hashtable) - Method in class MJAsort
uniqueInsertionSort() - insertion bubble sort s1,s2 into sList1[], sList2[] if s1 is unique.
update(Graphics) - Method in class MAExplorer
update() - redraw graphics
updateCurGene(int) - Method in class MAEPlugin.analysis.NormalizationPlugin
updateCurGene() - abstract method end-users must implement to use the API.
updateCurGene(int) - Method in class MAEPlugin.connection.ConnectionPlugin
updateCurGene() - abstract method end-users must implement to use the API.
updateCurGene(int) - Method in class MAEPlugin.popup.PopupPlugin
updateCurGene() - abstract method end-users must implement to use the API.
updateCurGene(int) - Method in class MAEPlugin.popup.PluginLoader
updateCurGene() - update any data since current gene has changed.
updateCurGene(int) - Method in class MAEPlugin.popup.PluginUnLoader
updateCurGene() - update any data since current gene has changed.
updateCurGeneInImageAndReg(int) - Method in class MJApopupRegistry
updateCurGeneInImageAndReg() - update current gene in PseudoArray image and registry If the current gene is defined (i.e.
updateFilter() - Method in class MJAfilter
updateFilter() - re-run the data filter and then update all popup registry windows that depend on the working gene set.
updateFilter() - Method in class MAEPlugin.analysis.NormalizationPlugin
updateFilter() - abstract method end-users must implement to use the API.
updateFilter() - Method in class MAEPlugin.connection.ConnectionPlugin
updateFilter() - abstract method end-users must implement to use the API.
updateFilter() - Method in class MAEPlugin.popup.PopupPlugin
updateFilter() - abstract method end-users must implement to use the API.
updateFilter() - Method in class MAEPlugin.popup.PluginLoader
updateFilter() - update any dependent data since Filter has changed.
updateFilter() - Method in class MAEPlugin.popup.PluginUnLoader
updateFilter() - update any dependent data since Filter has changed.
updateFilterScrollerUseCounter(String, boolean) - Method in class MJAfilter
updateFilterScrollerUseCounter() - "add" or "remove" use of a particular scroller by scroller name.
updateLabels() - Method in class MAEPlugin.analysis.NormalizationPlugin
updateLabels() - abstract method end-users must implement to use the API.
updateLabels() - Method in class MAEPlugin.connection.ConnectionPlugin
updateLabels() - abstract method end-users must implement to use the API.
updateLabels() - Method in class MAEPlugin.popup.PopupPlugin
updateLabels() - abstract method end-users must implement to use the API.
updateLabels() - Method in class MAEPlugin.popup.PluginLoader
updateLabels() - update any dependent data since global labels have changed.
updateLabels() - Method in class MAEPlugin.popup.PluginUnLoader
updateLabels() - update any dependent data since global labels have changed.
updateListCondLists() - Method in class MJAcondition
updateListCondLists() - update existing Condition list window if active.
updateSlider() - Method in class MAEPlugin.analysis.NormalizationPlugin
updateSlider() - abstract method end-users must implement to use the API.
updateSlider() - Method in class MAEPlugin.connection.ConnectionPlugin
updateSlider() - abstract method end-users must implement to use the API.
updateSlider() - Method in class MAEPlugin.popup.PopupPlugin
updateSlider() - abstract method end-users must implement to use the API.
updateSlider() - Method in class MAEPlugin.popup.PluginLoader
updateSlider() - update any dependent data sincea threshold slider has changed.
updateSlider() - Method in class MAEPlugin.popup.PluginUnLoader
updateSlider() - update any dependent data sincea threshold slider has changed.
updateTextReportText(String, Object) - Method in class MJAreport
updateTextReportText() - update text in popup report window

W

writePermanentRLOdatabase() - Method in class MJAReval
writePermanentRLOdatabase() - write RLO entries to the permanent /RLO/ database.
writeRLOfile(String, int) - Method in class MJAReval
writeRLOfile() - write RLO by .rlo file name for the specified RLO (rloID).
writeTextToFile(String, String) - Method in class MJAreport
writeTextToFile() - save text string as text file.

A B C D E F G H I J L M N O P Q R S T U W