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

A

abortProcessingFlag - Static variable in class HTMLtools
Abort processing at major points: at the end of each file being converted.
actionPerformed(ActionEvent) - Method in class CvtGUI
actionPerformed() - Handle menu actions and button clicks
actionPerformed(ActionEvent) - Method in class SearchGUI
actionPerformed() - Handle menu actions and button clicks
addAllTestsDataToTI(FileTable, String, String) - Method in class MakeTestsIntersectionTbl
addAllTestsDataToTI() - add all Tests Data to ftTI Table for a Tissue.
addColumnToTable(String, String[]) - Method in class FileTable
addColumnToTable() - add a new column to the Table with the specified field name.
addColumnToTable(String, String[], String[]) - Method in class FileTable
addColumnToTable() - add a new column to the Table with the specified field name.
addColumnToTable(String, String[], String[], boolean) - Method in class FileTable
addColumnToTable() - add a new column to the Table with the specified field name.
addEmptyColumnToExistingTable(String) - Method in class FileTable
addEmptyColumnToExistingTable() - add empty column to existing Table.
addFCdataInstanceToTI(FileTable, FileTable, FileTable, String, String, String, String, String, String) - Method in class MakeTestsIntersectionTbl
addFCdataInstanceToTI() - add gene FC data to Test-Intersection Table.
addFCrangesForTestsIntersectionTable() - Method in class MakeTestsIntersectionTbl
addFCrangesForTestsIntersectionTable() - adding FC range computations which expands the table and adds the three columns ("Max FC", "Min FC", "Range FC").
addFCrangesForTestsIntersectionTableFlag - Variable in class Globals
Add FC range computations, then expand the TI table and add the three columns ("Max FC", "Min FC", "FC Range").
addGlobalStatisticsToIndexMapHdr() - Method in class DataRowStatisticsIndexMap
addGlobalStatisticsToIndexMapHdr() - add 2 header rows hdr[0:1] for global statistics where
addMenuTree(Frame, MenuBar) - Method in class CvtGUI
addMenuTree() - create pull down menus in menu bar for the GUI
addMenuTree(Frame, MenuBar) - Method in class SearchGUI
addMenuTree() - create pull down menus in menu bar for the GUI
addNameOfHTMLfile(String) - Method in class HTMLtools
addNameOfHTMLfile() - append name of HTML file path last generated to the this.genHTMLpathList[] list.
addOutfilePostfixName - Variable in class Globals
Add a postfix name to the output file before the .html.
addRangeOfMeansToTItableFlag - Variable in class Globals
Add the ("Range Mean A", "Range Mean B" and "FC counts %") computations to an expanded TestsIntersectionTable table.
addRowNumbersFlag - Variable in class Globals
Add row numbers to the preface of each row with the "-addRowNumbers" switch.
addRowStatisticsToIndexMap() - Method in class DataRowStatisticsIndexMap
addRowStatisticsToIndexMap() - add row statistics(Min,Max,Mean,StdDev) column data to the ftIM index map table after the ftIM table has been read into memory.
addTableName - Variable in class Globals
The table name as a HTML header just before the table with "-addTableName:{table name to use}" switch.
addTableNameFlag - Variable in class Globals
Add the table name as a HTML header just before the table with "-addTableName:{table name to use}" switch.
altRowBackgroundColor - Variable in class Globals
If set to a HTML color, then alternate the background cell colors in alternate rows in the .
ALWAYS - Static variable in class Globals
flag: for debugging - always TRUE
analysesPath - Variable in class GenBatchScripts
The directory where save the generated Analyses files when the subsequent batch job is run.
andEGnamesRB - Variable in class SearchGUI
AND match radio button for EG sample list specification, button grouped with orEGnamesRB.
appendElementToArray(String[], String) - Static method in class UtilCM
appendElementToArray() - Append String element to String array.
appendPRmsg(String) - Static method in class UtilCM
appendPRmsg() - append message to report text area in GUI window if it exists.
appendRowToTable(String[]) - Method in class FileTable
appendRowToTable() - append row of data to and grow the Table.
applyMapTableToCDT(FileTable, FileTable, int, int) - Method in class JTVconvert
applyMapTableToCDT() - map 'mAdb ID's to CDT array names.
argsV - Variable in class Globals
Total command list arg list originally set from main(args)

B

batchConversionDate - Variable in class GenBatchScripts
Date stamp for batch conversion
batchCwd - Variable in class Globals
The optional directory to run the batch script in if specified, else use the current directory.
batchDoitFile - Variable in class GenBatchScripts
Batch .doit file name for the created batch output file.
batchParamsSpecs - Variable in class Globals
Is a list of batch parameter specifications from the original -batchParam list specified by the batchParamFile.
batchPath - Variable in class GenBatchScripts
Path batch top level directory
batchProcessFile - Variable in class Globals
The batch process file containing the list of param specifications.
batchProcessFlag - Variable in class Globals
Do batch processing of a list of param.map type files specified in a file.
batchProcessStr - Variable in class Globals
The contents of the batchProcessFile to process.
bigCellFontSize - Variable in class Globals
This is the big cell font size decrement used when shrinking large cells.
bigExportCellThr - Variable in class Globals
This is the big cell threshold used when exporting large cells.
bigShrinkCellThr - Variable in class Globals
This is the big cell threshold used when shrinking large cells.
bptv - Variable in class SearchGUI
Optional Big popup text viewer for Report-Log
bubbleSort(String[], int) - Static method in class Sort
bubbleSort() - Sort String array via bubble sort w/len
bubbleSortIndex(String[], int, boolean) - Static method in class Sort
bubbleSortIndex() - sort copy of String[0:len-1] data with bubble sort, return index[].
bubbleSortIndex(double[], int, boolean) - Static method in class Sort
bubbleSortIndex() - sort copy of double[0:len-1] data with bubble sort, return index[].
bubbleSortIndex(float[], int, boolean) - Static method in class Sort
bubbleSortIndex() - sort copy of float[0:len-1] data with bubble sort, return index[].
bubbleSortIndex(int[], int, boolean) - Static method in class Sort
bubbleSortIndex() - sort copy of int[0:len-1] data with bubble sort, return index[].
bufSize - Variable in class FileTable
size of input buffer
buildColumnEditMap(FileTable, boolean) - Method in class HTMLtools
buildColumnEditMap() - build column editing map for fast table editing.
buildMapUrl(String, int, int) - Method in class Convert
buildMapUrl() - map a cell string at [r, c] to an HTML link string by adding the HREF if hrefIdx==c using the cvt.urlBaseLink For the 1:1 mapping, it adds the cell value {} to the base urlBaseLink value {}.

C

calcFprobFromVariances(int, int, double, double) - Method in class MathCM
calcFprobFromVariances() - calculate 2-tailed f probility that variables are same.
calcReportFoldChangeABstatistics(FileTable) - Method in class MakeFlipTable
calcReportFoldChangeABstatistics() - calc stats if cvt.reportFoldChangeFlag.
calcRunningMaxMinMeanABvalues(int, int, FileTable, int, int) - Method in class MakeTestsIntersectionTbl
calcRunningMaxMinMeanABvalues() - calc row r ftData max and min MeanA(B) values Get the data from the ft fields "A Mean" and "B Mean".
calcTandPvalues(int, int, double, double, double, double) - Method in class MathCM
calcTandPvalues() - calculate f, t, p, dF from (n1,m1,s1) and (n2,m2,s2).
cancelButton - Variable in class CvtGUI
button for "Cancel" button - may enable/disable button
cancelButton - Variable in class SearchGUI
button for "Cancel" button - may enable/disable button
cancelFlag - Variable in class CvtGUI
"Cancel" the processing in the GUI
cancelFlag - Variable in class SearchGUI
"Cancel" the processing in the GUI
changeWorkingDirectory(String) - Static method in class UtilCM
changeWorkingDirectory() - change the working directory
checkAndMakeIndexHtml(int, int, String, String, boolean) - Method in class Convert
checkAndMakeIndexHtmlDir() - make index.html files in a directory.
checkAndMakeIndexHtmlDirList(int, String, String[], boolean[]) - Method in class Convert
checkAndMakeIndexHtmlDirList() - make index.html files in list of dirs.
checkForBadTable() - Method in class FileTable
checkForBadTable() - verify that it is a well formed Table with all field names present and with no null, "" or duplicate entries, and tRows EQ tData.length.
checkForBadTableHeader() - Method in class FileTable
checkForBadTableHeader() - verify that is a well formed tField Table with all field names present and with no null, "" or duplicate entries.
checkIfDir(String, String) - Method in class Convert
checkIfDir() - test if fileName is a directory
classAforRelDir - Variable in class GenBatchScripts.TestDataForRelDir
List of class A samples for for rows computed as side effect for computing active lists when calling getAllTestDataForRelDir().
classAforRelDir - Variable in class MakeTestsIntersectionTbl.TestDataForRelDir
List of class A samples for for rows computed as side effect for computing active lists when calling getAllTestDataForRelDir().
classAMI - Variable in class SearchGUI
MenuItem "Assign EG samples to Class A"
classAsamples - Variable in class SearchGUI.SGstate
Currently specified EG samples assigned to class A.
classBforRelDir - Variable in class GenBatchScripts.TestDataForRelDir
List of Class B samples for for rows computed as side effect for computing active lists when calling getAllTestDataForRelDir().
classBforRelDir - Variable in class MakeTestsIntersectionTbl.TestDataForRelDir
List of Class B samples for for rows computed as side effect for computing active lists when calling getAllTestDataForRelDir().
classBMI - Variable in class SearchGUI
MenuItem "Assign EG samples to Class A"
classBsamples - Variable in class SearchGUI.SGstate
Currently specified EG samples assigned to class B.
clearDebugNameValuePairs() - Static method in class UtilCM
clearDebugNameValuePairs() - clear DEBUG (name,value) list
clearGenHTMLpathList(boolean) - Method in class HTMLtools
clearGenHTMLpathList() - clear Generated HTML path List if not using the GUI and not doing batch processing.
clearGuiProcessingState() - Method in class CvtGUI
clearGuiProcessingState() - clear the GUI state
clearGuiProcessingState() - Method in class SearchGUI
clearGuiProcessingState() - clear the GUI state
clearTable() - Method in class FileTable
clearTable() - set to empty table.
clearText() - Method in class CvtGUI
clearText() - clear text in popup window
clearText() - Method in class SearchGUI
clearText() - clear text in popup window
cloneString(String[]) - Static method in class UtilCM
cloneString() - clone a copy of a String array
cloneTable(String) - Method in class FileTable
cloneTable() - clone the current Table.
close() - Method in class CvtGUI
close() - close this popup and reset flags if needed
close() - Method in class SearchGUI
close() - close this popup and reset flags if needed
closeGuiFlag - Variable in class CvtGUI
"Close" the GUI
closeGuiFlag - Variable in class SearchGUI
"Close" the GUI
closeProgram(int) - Method in class HTMLtools
closeProgram() - close out the log file if logging messages and exit with the exit number.
closeRandomAccessFile() - Method in class FileIO
closeRandomAccessFile() - close random access file if was opened.
cmdLineProcess(String[]) - Method in class HTMLtools
cmdLineProcess() - main processing for CvtTabDelim2HTML.
colHdrIdxHmapData - Variable in class Globals
index of the Column header name in the tField[] data from "-hrefData:{colHdrName,UrlBaseLink}" switches.
colHdrNameHmapData - Variable in class Globals
Column header name from "-hrefData:{colHdrName,UrlBaseLink,mapTokenInUrl}" switches.
colNameIndexMap - Variable in class FileTable
List of column names to be used in the left side of the ftIdxMap Table if it is built.
colNameIndexMap - Variable in class Globals
This is the list of column names to be used when generating the index map file colNameIndexMap[0:nColNameIndexMap-1].
colorMapScaleHTML - Variable in class Globals
Colormap data scale quantile TABLE HTML mapping the cvt.heatMapColors[] quantiles to positive numeric value in range of [cvt.glbMinRowVal, cvt.glbMaxRowVal].
computeFileLineTermSize(RandomAccessFile, long) - Method in class FileTable
computeFileLineTermSize() - compute a file's line terminator size.
computeGlobalStatistics() - Method in class DataRowStatisticsIndexMap
computeGlobalStatistics() - compute global statistics of (max,min,mean,stddev) data from global sums computed in computeRowStatistics.
computeRowStatistics() - Method in class DataRowStatisticsIndexMap
computeRowStatistics() - compute row statistics of data (max,min,mean,stddev).
concatInputFilesWithSameFields(int, FileTable) - Method in class Convert
concatInputFilesWithSameFields() - to create a new concatenated tab-delimited .txt output file from the set of input text files IFF they have exactly the same column header names.
concatInputFilesWithSameFieldsFlag - Variable in class Globals
The '-concatTables:{outputConcatenateFile.txt}' switch enables this option by setting the switch.create a new merged tab-delimited .txt output file from the set of input text files IFF they have exactly the same column header names.
concatOutputHtmlFile - Variable in class Globals
The output .html file name derived from '-concatTables:{outputConcatenateFile.txt}'switch.
concatOutputTxtFile - Variable in class Globals
The output .txt file for '-concatTables:{outputConcatenateFile.txt}' switch.
Convert - Class in <Unnamed>
Class Convert to convert one Table to HTML.
Convert(HTMLtools) - Constructor for class Convert
Convert() - Constructor
convert - Variable in class Globals
Global Convert instance
convertAllJTVfiles() - Method in class JTVconvert
convertAllJTVfiles() - convert a list of sub directories of JTV file sets by reading the three files from the each of the sub directories in the jtvInputDir directory.
convertTableFiles() - Method in class HTMLtools
convertTableFiles() - process list of Table files into HTML files.
copyDirectoryTree(String, String) - Method in class FileIO
copyDirectoryTree() - recursively copy directory tree.
copyDirectoryTree(File, File) - Method in class FileIO
copyDirectoryTree() - recursively copy directory tree.
copyDstFile - Variable in class Globals
List of destination output data file paths [0:nCopyFile-1].
copyFile(String, String) - Method in class FileIO
copyFile() - binary copy of one file or URL to a local file
copyFile(String, String, String, int) - Static method in class UtilCM
copyFile() - binary copy of one file or URL to a local file
copyFileFlag - Variable in class Globals
Copy input source file to output destination file in copySrcFile[0:nCopyFile-1] to copyDstFile[0:nCopyFile-1].
copyGlobalsToSGstate(Globals) - Method in class SearchGUI.SGstate
copyGlobalsToSGstate() - copy Globals instance in SGstate variables.
copyJTVjarFilesToJTVOutputDir() - Method in class JTVconvert
copyJTVjarFilesToJTVOutputDir() - copy JTV jar files to JTVOutputDir.
copySGstateInstance(SearchGUI.SGstate) - Method in class SearchGUI.SGstate
copySGstateInstance() - copy from SGstate instance values to this.
copySrcFile - Variable in class Globals
List of source input data file paths [0:nCopyTreeDir-1].
copyStateFromCvt(CvtTabDelim2HTML) - Method in class SearchGUI.SGstate
copyStateFromCvt() - copy the partial state from cvt Globals
copySupportFiles(String, String[], int) - Method in class GenBatchScripts
copySupportFiles() - copy support files to the batchScriptsDir.
copyTreeDataFlag - Variable in class Globals
Copy input data tree files to to output directory in copyTreeSrcDir[0:nCopyTreeDir-1] to copyTreeDstDir[0:nCopyTreeDir-1].
copyTreeDstDir - Variable in class Globals
List of destination output data tree paths [0:nCopyTreeDir-1].
copyTreeSrcDir - Variable in class Globals
List of source input data tree paths [0:nCopyTreeDir-1].
createBatchScripts() - Method in class GenBatchScripts
createBatchScripts() - generate the batch scripts.
createCvtGUI() - Method in class HTMLtools
createCvtGUI() - create GUI instance.
createFlipTable() - Method in class HTMLtools
createFlipTable() - generate transposed flipped Table files (.txt and .html).
createHeaderNameMapTable(String, int, int) - Method in class Switches
createHeaderNameMapTable() - create header name map table and lists, flags.
createHeaderNameMapTable(String, String, String) - Method in class Switches
createHeaderNameMapTable() - create header name map table and lists, flags.
createHeaderNameMapTable(String, String, String, int, int, boolean) - Method in class Switches
createHeaderNameMapTable() - create header name map table and lists, flags.
createParamsMapFile() - Method in class SearchGUI
createParamsMapFile() - Create guiParamsMapFile from default params.map file
createSearchGUI(String) - Method in class HTMLtools
createSearchGUI() - create Search GUI instance.
createStatisticsIndexMapFile() - Method in class DataRowStatisticsIndexMap
createStatisticsIndexMapFile() - create & write Statistics Index Map file
createTableAtKeywordLine(String, String, String) - Method in class JTVconvert
createTableAtKeywordLine() - create Table starting at hdr keyword.
createTableFromFile(String, String) - Method in class JTVconvert
createTableFromFile() - create Table from file tab-delim.
createTableFromStr(String, String) - Method in class JTVconvert
createTableFromStr() - create Table by parsing tab-delim.
createTestsIntersectionTable() - Method in class HTMLtools
createTestsIntersectionTable() - create Tests Intersection Table and do related processing and .txt and .html file generation.
createTestsIntersectionTable() - Method in class MakeTestsIntersectionTbl
createTestsIntersectionTable() - create the Tests-Intersection Table.
createWriteParamMapFile(int, String[], String[], String, String, String) - Method in class GenBatchScripts
createAndWriteParamMapFile() - create and write a parameter map file.
curBatchJobNbr - Variable in class Globals
Current batch job number being processed.
curBatchParamsSpecs - Variable in class Globals
Current batch param specification being processed in the batchParamsSpecs[] list.
curInputFile - Variable in class Globals
Current input file being analyzed (w/o full path
cvb2s(boolean) - Static method in class UtilCM
cvb2s() - convert boolean String
cvd2s(double, int) - Static method in class UtilCM
cvd2s() - convert double to string with precision # of digits If precision > 0 then limit # of digits in fraction
cvDeltaTime2str(long, boolean) - Static method in class UtilCM
cvDeltaTime2str() - convert a delta epoch time msec to a string "00:01:30 (H:M:S) or 90.0 seconds"
cvf2s(float, int) - Static method in class UtilCM
cvf2s() - convert float to string with precision # of digits If precision > 0 then limit # of digits in fraction
cvs2Array(String, String) - Static method in class UtilCM
cvs2Array() - cvt arg list "1,4,3,6,..." to "," - delim String[].
cvs2ArrayNullFill(String, String, String) - Static method in class UtilCM
cvs2ArrayNullFill() - cvt arg list "1,4,3,6,..." to "," fill nulls.
cvs2b(String, boolean) - Static method in class UtilCM
cvs2b() - convert String to boolean
cvs2d(String) - Static method in class UtilCM
cvs2d() - convert String to double
cvs2f(String) - Static method in class UtilCM
cvs2f() - convert String to float
cvs2f(String, float) - Static method in class UtilCM
cvs2f() - convert String to float
cvs2i(String) - Static method in class UtilCM
cvs2i() - convert String to int
cvs2i(String, int) - Static method in class UtilCM
cvs2i() - convert String to int
cvs2l(String, long) - Static method in class UtilCM
cvs2l() - convert String to long
cvs2long(String) - Static method in class UtilCM
cvs2long() - convert String to long
cvt - Variable in class Convert
 
cvt - Variable in class CvtGUI
 
cvt - Variable in class DataRowStatisticsIndexMap
converter link
cvt - Variable in class GenBatchScripts
 
cvt - Static variable in class Globals
Instance of the main module
cvt - Variable in class JTVconvert
 
cvt - Variable in class MakeFlipTable
Note all global variables are in Globals.java.
cvt - Variable in class MakeTestsIntersectionTbl
 
cvt - Variable in class SearchGUI
 
cvt - Variable in class SearchGUI.SGstate
 
cvt - Variable in class Switches
 
CvtGUI - Class in <Unnamed>
Class CvtGUI is used to create a popup GUI to run the converter.
CvtGUI(HTMLtools, String, String, String, int, int, String, String, boolean) - Constructor for class CvtGUI
CvtGUI() - Constructor
cvtHTMLcolorNameToHex(String) - Static method in class UtilCM
cvtHTMLcolorNameToHex() - map HTML color name to HEX value string Names allowed are the 16 colors in version 5 HTML standard.
cvtJTVfileSet(String, String, String, String, int, int, String, String) - Method in class JTVconvert
cvtJTVfileSet() - convert a sub directory JTV file set by reading the three files from the (jtvInputDir+inputSubDir) sub directory with (.atr,.cdt,.gtr) file extensions.
cvtPrefaceTable2HTML(FileTable, String, String, String, String) - Method in class Convert
cvtPrefaceTable2HTML() - Process a preface FileTable into an output HTML file.
cvtRelDirToHyphenStr(String) - Static method in class FileIO
cvtRelDirToHyphenStr() - get the "../" Web backlink for current level.
cvtSGstateToStr() - Method in class SearchGUI.SGstate
cvtSGstateToStr() - convert SGstate vars.
cvtSimpleGspId2EG(String) - Method in class GenBatchScripts
cvtSimpleGspId2EG() - map Simple GSP ID to an EGxxxx.y
cvtSimpleGspId2EG(String) - Method in class MakeTestsIntersectionTbl
cvtSimpleGspId2EG() - map Simple GSP ID to an EGxxxx.y
cvtT - Variable in class ProcessData
Thread version of the converter
cvtT - Variable in class ProcessDataSearch
Thread version of the converter
cvtTable2HTML(FileTable, String, int, String, String, String, String, String) - Method in class Convert
cvtTable2HTML() - Process a FileTable into an output HTML file.
cvtTableToTabDelimStr(boolean) - Method in class FileTable
cvtTableToTabDelimStr() - convert Table to tab delimited string.
cvtText2HTML(String, String, String, String) - Method in class Convert
cvtText2HTML() - convert text to an output HTML file.

D

dataFilePath - Variable in class DataRowStatisticsIndexMap
The full path of the Table data file (.idx extension).
dataOK - Variable in class MakeFlipTable
Processing succeeded and ftFlipped Table is valid.
dataPrecisionHTMLtable - Variable in class Globals
Sets the precision to use in numeric data for a generated HTML file.
dataPrecisionHTMLtable - Variable in class SearchGUI.SGstate
 
DataRowStatisticsIndexMap - Class in <Unnamed>
Class DataRowStatisticsIndexMap is used to add statistics on the data to the IndexMap which could be saved as a .sidx file.
DataRowStatisticsIndexMap(HTMLtools, String) - Constructor for class DataRowStatisticsIndexMap
DataRowStatisticsIndexMap() - Constructor
dataSource - Variable in class SearchGUI
The subtitle for generated Web page by mapping to the preface "$$DATA_SOURCE_SUBTITLE$$"
date - Variable in class Globals
date captured when this program is run
dateStr() - Static method in class UtilCM
dateStr() - return a new Date string of the current day and time
dbGSPIDlist - Variable in class SearchGUI
This is the list of ftData Data Table columns starting with "EG" and is the list of EG GSP IDs in the database.
DBUG_FLAG - Static variable in class Globals
flag: primary debug flag - only while debugging
debugName - Static variable in class UtilCM
Name list for Debug facility of (name,value) pairs
debugValue - Static variable in class UtilCM
Value list for Debug facility of (name,value) pairs
defaultFloat - Static variable in class UtilCM
Default value of float for cvs2f() calls
defaultInt - Static variable in class UtilCM
Default value of int for cvs2i() calls
deleteFile(String) - Method in class FileIO
deleteFile() - Delete specific file specified with full path.
deleteLocalFile(String) - Static method in class UtilCM
deleteLocalFile() - delete local file.
deleteRowsFromTable(int[]) - Method in class FileTable
deleteRowsFromTable() - delete rows from the table and resize the table.
deleteTableColumnByColIdx(int) - Method in class FileTable
deleteTableColumnByColIdx() - delete a column from table by column index where (column 1 has index 0).
deleteTableColumnByName(String) - Method in class FileTable
deleteTableColumnByName() - delete a column from the table.
deleteTrailingEmptyColumnsFromTable() - Method in class FileTable
deleteTrailingEmptyColumnsFromTable() - removes empty trailing columns from defined as columns in a Table with a header as null column names.
dF - Variable in class MathCM
CALC: degrees of freedom of t-test or F-test (2 conditions) set by calcTandPvalues()
dirIndexHtml - Variable in class Globals
List of relative directory paths [0:nDirIndexHtml-1].
dirIndexHtmlFlag - Variable in class Globals
Make an "index.html" file of all of the files in the specified directories in the list of directories dirIndexHtml[0:nDirIndexHtml-1].
dirIndexHtmlOverrideFlag - Variable in class Globals
List of 'O'veride (true) flags [0:nDirIndexHtml-1].
doEpilogueExtract(FileTable, String) - Method in class HTMLtools
doEpilogueExtract() - test if doing row extraction from a resource table to modify the epilogue.
doGenBatchScripts() - Method in class HTMLtools
doGenBatchScripts() - do GenBatchScripts processing to create batchScripts/ directory.
doneFlag - Variable in class CvtGUI
"Done" processing data in the GUI
doneFlag - Variable in class SearchGUI
"Done" processing data in the GUI
dropColNames - Variable in class Globals
List of columns to drop in the output set by the '-dropColumnName:{column header name}' switch.
dropListCols - Variable in class DataRowStatisticsIndexMap
List of columns in FileTable ft that are in the -dropColumn list.

E

EGlistForRelDir - Variable in class GenBatchScripts.TestDataForRelDir
List of Expression Groups for rows computed as side effect for computing active lists when calling getAllTestDataForRelDir().
EGlistForRelDir - Variable in class MakeTestsIntersectionTbl.TestDataForRelDir
List of Expression Groups for rows computed as side effect for computing active lists when calling getAllTestDataForRelDir().
egSelNamesFlag - Variable in class SearchGUI.SGstate
Number of EG samples selection Choice List.
EGSummaryTitleForRelDir - Variable in class GenBatchScripts.TestDataForRelDir
List of EG summary titles for Expression Groups for rows computed as side effect for computing active lists when calling getAllTestDataForRelDir().
EGSummaryTitleForRelDir - Variable in class MakeTestsIntersectionTbl.TestDataForRelDir
List of EG summary titles for Expression Groups for rows computed as side effect for computing active lists when calling getAllTestDataForRelDir().
endSeekByte - Variable in class MakeFlipTable
List of end row byte seek pointers.
endsWithIgnoreCase(String, String) - Static method in class UtilCM
endsWithIgnoreCase() - test if str ends with endsStr ignoring case
epilogue - Variable in class Globals
HTML epilogue string.
epilogueFile - Variable in class Globals
HTML epilogue file.
errMsgLog - Variable in class FileIO
error message log it not empty
evalSearchANDbooleanFlag - Variable in class SearchGUI.SGstate
Eval the search terms as an AND (if true) else OR (if false).
EXPORT_BIG_CELL_SIZE - Variable in class Globals
Size beyond which an -exportBig cell is considered to be BIG
exportBigCellsToHTMLfileFlag - Variable in class Globals
Set with '-exportBigCellsToHTMLfile:{opt.
exportBigStrToHTMLfile(String, String, String, int, int, int) - Method in class Convert
exportBigStrToHTMLfile() - if the |str| > bigExportCellThr.
extractColName - Variable in class Globals
The column name for the current table keyword used to extract the data specified with the '-extractRow:{colName,rowNbr,resourceTblFile,htmlStyle}' switch.
extractDataRowsByColumnFilters() - Method in class MakeFlipTable
extractDataRowsByColumnFilters() - extract ftData rows by column-filters saving the resulting rows in ftRows.
extractHtmlStyle - Variable in class Globals
The extractHtmlStyle used to process the data extracted with the '-extractRow:{colName,rowNbr,resourceTblFile,htmlStyle}' switch.
extractResTblFile - Variable in class Globals
The resource Table file from which to extract the data specified with the '-extractRow:{colName,rowNbr,resourceTblFile,htmlStyle}' switch.
extractRowFromResourceTableAsHTML(FileTable, String, int, String, String) - Method in class Convert
extractRowFromResourceTableAsHTML() - to get and lookup a keyword in the table being processed at (colName,rowNbr) and then to search a resourceTblFile for that keyword.
extractRowFromResTblAsHTMLflag - Variable in class Globals
Flag to to get and lookup a keyword in the table being processed at (colName,rowNbr) and then to search a resourceTblFile for that keyword.
extractRowNbr - Variable in class Globals
The row number for the current table keyword used to extract the data specified with the '-extractRow:{colName,rowNbr,resourceTblFile,htmlStyle}' switch.

F

f - Variable in class MathCM
CALC: calculated f statistic set by calcTandPvalues()
fastEditFile(int, int, String, String, String, String, String) - Method in class HTMLtools
fastEditFile() - fast process an input file into a tab-delimited file.
fastEditFileFlag - Variable in class Globals
[20.3] Allow processing input file data line by line table that does not buffer the data in a Table structure, but remaps each line on the fly using '-mapLongToShortHdrNames:{L2SmapFile, opt.
fileExists(String) - Method in class FileIO
fileExists() - test if file path exists and is readable
FileIO - Class in <Unnamed>
This class does various read/write file I/O and other file related functions.
FileIO() - Constructor for class FileIO
FileIO() - generic Constructor, set some defaults to 0.
fileMenu - Variable in class CvtGUI
"File" pull down Menu list
fileMenu - Variable in class SearchGUI
"File" pull down Menu list
fileName - Variable in class FileTable
file to read or write I/O
fileSep - Static variable in class Globals
JVM ("file.separator")
FileTable - Class in <Unnamed>
This class reads tab-delimited data from files into a Table and can write data to files.
FileTable() - Constructor for class FileTable
FileTable() - generic Constructor, set some defaults to 0.
FileTable(String) - Constructor for class FileTable
FileTable() - generic Constructor, set some defaults.
FileTable(String, int, int) - Constructor for class FileTable
FileTable() - Constructor to make empty table of known size
filterDataField - Variable in class Globals
Specifies the tField name of MRR Table data to test.
filterDataField - Variable in class MakeTestsIntersectionTbl
Specifies the tField name of MRR Table data to test.
filterDataList - Variable in class Globals
Specifies the list of filter instances to test.
filterDataList - Variable in class MakeTestsIntersectionTbl
Specifies the list of filter instances to test.
filterRowStr - Variable in class SearchGUI.SGstate
Optional EG group filter if not null.
filterRowTextField - Variable in class SearchGUI
 
filterTestField - Variable in class Globals
Specifies the tField name of Tests-ToDo Table data to test.
filterTestField - Variable in class MakeTestsIntersectionTbl
Specifies the tField name of Tests-ToDo Table data to test.
filterTestsList - Variable in class Globals
Specifies the list of filter instances to test.
filterTestsList - Variable in class MakeTestsIntersectionTbl
Specifies the list of filter instances to test.
fio - Variable in class Convert
Global fileTable instance
fio - Variable in class GenBatchScripts
Global fileTable instance
fio - Variable in class Globals
Global FileTable instance
fio - Variable in class JTVconvert
Global fileTable instance
fio - Variable in class MakeFlipTable
Global fileTable instance
fio - Variable in class MakeTestsIntersectionTbl
Global fileTable instance
fio - Variable in class Switches
Global fileTable instance
firstDataRowCharIdx - Variable in class FileTable
Char index of input buffer first row with table data (Table Fields or Data if no Fields).
firstDataRowLineNbr - Variable in class FileTable
Line number of the first row with table data (Table Fields or Data if no Fields)
flip_ftRowsTo_ftFlippedTable() - Method in class MakeFlipTable
flip_ftRowsTo_ftFlippedTable() - create ftFlipped Table from ftRows Table
flipAclass - Variable in class Globals
If reporting fold change in flip Table reporting, then "-flipAclass:{flipAclass}" specifies the Class A samples.
flipBclass - Variable in class Globals
If reporting fold change in flip Table reporting, then "-flipBclass:{flipBclass}" specifies the Class A samples.
flipColNameFilterData - Variable in class MakeFlipTable
These are the list of column name data for filtering each column to be used for the new flipped Table headers.
flipColumnFile - Variable in class Globals
This is the file that contains the list of column names to be used when generating the flipped Table using the '-flipTableByIndexMap:{flipDataFile,flipIndexMapFile,(opt)maxRows}' switch.
flipColumnFile - Variable in class SearchGUI.SGstate
 
flipColumnName - Variable in class Globals
These are the list of column names to be used when generating the flipped Table using the '-flipTableByIndexMap:{flipDataFile,flipIndexMapFile,(opt)maxRows}' switch.
flipColumnName - Variable in class SearchGUI.SGstate
 
flipColumnValues - Variable in class Globals
These are the list of column name values {v1,v2,...vn} to be used when generating the flipped Table using the '-flipTableByIndexMap:{flipDataFile,flipIndexMapFile,(opt)maxRows}' switch.
flipColumnValues - Variable in class SearchGUI.SGstate
 
flipDataFile - Variable in class Globals
Name of the data file to be used when flipping a table.
flipDataPath - Variable in class MakeFlipTable
Input data file path.
flipDirectory - Variable in class Globals
This is the alternate output (HTML and TXT) base directory to use when generating the flipped Table using the '-flipTableByIndexMap:{flipDataFile,flipIndexMapFile,(opt)maxRows}' switch.
flipExcludeColumnName - Variable in class Globals
These are the list of column names to exclude when generating the flipped Table using the '-flipTableByIndexMap:{flipDataFile,flipIndexMapFile,(opt)maxRows}' switch.
flipFCthreshold - Variable in class Globals
If reporting fold change with reportFoldChangeFlag in flip Table reporting, and -flipFCthreshold:{flipFCthreshold}, then set the flipFCthrFlag and save the postive value in flipFCthreshold.
flipFCthrFlag - Variable in class Globals
If reporting fold change with reportFoldChangeFlag in flip Table reporting, and -flipFCthreshold:{flipFCthreshold}, then set the flipFCthrFlag and save the postive value in flipFCthreshold.
flipIndexMapFile - Variable in class Globals
Name of the Index Map file to be used when flipping a table.
flipIndexMapPath - Variable in class MakeFlipTable
Input Index Map file path.
flipOrderHdrColList - Variable in class Globals
These are the list of column names to be used in the flipped header when generating the flipped Table using the '-flipTableByIndexMap:{flipDataFile,flipIndexMapFile,(opt)maxRows}' switch.
flipOrderHdrColList - Variable in class SearchGUI.SGstate
 
flipOutputFile - Variable in class MakeFlipTable
The output flip .txt file.
flipRowFilterNames - Variable in class Globals
This is the list of row names [0:nFlipRowFilterNames-1] to be used when generating the flipped Table using the '-flipTableByIndexMap:{flipDataFile,flipIndexMapFile}' switch.
flipRowFilterNamesFile - Variable in class Globals
This is the name of the file containing the row names to be used when generating the flipped Table using the '-flipTableByIndexMap:{flipDataFile,flipIndexMapFile,(opt)maxRows}'.
flipRowGSPIDfilters - Variable in class Globals
 
flipRowGSPIDfilters - Variable in class SearchGUI.SGstate
 
flipSaveOutputFile - Variable in class Globals
This is the alternate output (HTML and TXT) base file name to use when generating the flipped Table using the '-flipTableByIndexMap:{flipDataFile,flipIndexMapFile,(opt)maxRows}' switch.
flipTableByIndexMapFlag - Variable in class Globals
Generate transposed files using random access file indexing to create a multi-line header (1 line for each column name in the list) using the list of columns previously specified when generating the index map file with '-makeIndexMapFile:{colName1,colName2,...,colNameN}' command.
flipTableDataFile - Variable in class SearchGUI
Name of database Table file that we will use to verify search terms.
flipTableIndexMapFile - Variable in class SearchGUI
Name of Index Map file that we will use to verify search terms.
flipTableUseExactMatchFlag - Variable in class Globals
This is the exact match filter flag.
flipTableUseExactMatchFlag - Variable in class SearchGUI.SGstate
 
foldChangeMCB - Variable in class SearchGUI
Menu checkbox item for "Report Fold Change of 2 sample subsets"
foldChangeThr - Variable in class SearchGUI.SGstate
Fold-change threshold value used from the Menu checkbox item foldChangeThrMCB for "Only keep genes/probes with |fold-change| >= threshold" that pops up a dialog to enter the threshold value between 0.0 and some large number.
foldChangeThrFlag - Variable in class SearchGUI.SGstate
 
foldChangeThrMCB - Variable in class SearchGUI
Menu checkbox item for "Only keep genes/probes with |fold-change| >= threshold" This pops up a dialog to enter the threshold value between 0.0 and some large number and saves it in sgs.foldChangeThr.
fromLongHdrNamesMap - Variable in class Globals
The long 'From_name' from the (From_name\tTo_name) data used to map long to short header names.
fStat - Variable in class MathCM
CALC: f-statistic 2 conditions
ft - Variable in class DataRowStatisticsIndexMap
FileTable of the Data table
ftConcat - Variable in class Globals
This contains the concatenated Table data for the processing with the '-concatTables:{outputConcatenateFile.txt}' switch.
ftCTT - Variable in class GenBatchScripts
FileTable created from the {CellTypeTissue.map} used to map "CellTypeTissue" data to the "Introduction" data..
ftData - Variable in class MakeFlipTable
Input data FileTable instance.
ftData - Variable in class SearchGUI
Header-only Data FileTable that we will use to get the list of EG Samples.We get this from '-flipTableByIndexMap:{dataSet.txt,dataSet.idx}'.
ftEG - Variable in class GenBatchScripts
FileTable created from the {experimentGroups.map} Table that 'could' be used to get other experiment group data for the summaries if we decide we want to add it.
ftFlipped - Variable in class MakeFlipTable
Flipped data FileTable instance constructed from ftRows Table
ftGTT - Variable in class GenBatchScripts
The FileTable created from the {test-ToDo-list.txt} file.
ftGTT - Variable in class MakeTestsIntersectionTbl
The FileTable created from the {test-ToDo-list.txt} file.
ftIdxMap - Variable in class FileTable
FileTable index map where save the {colNames, "StartByte", "EndByte") The colNames is a list with arbitrary names that can not be either "StartByte" or "EndByte".
ftIM - Variable in class DataRowStatisticsIndexMap
FileTable of the IndexMap
ftIM - Variable in class ProcessLoadIndexMapData
FileTable for the IndexMap.
ftIM - Variable in class SearchGUI
Index Map FileTable that we will use to verify search terms.
ftIndex - Variable in class MakeFlipTable
Input data index-map FileTable instance mapping ftData file seeks (start,end) bytes.
ftL2S - Variable in class GenBatchScripts
FileTable created from the {long2ShortHdrNamesTable.map} Table that 'could' be used to map 'Short GSP ID's to 'GSP ID's if we decide to list the members of the tests.
ftL2S - Variable in class Globals
The Long to Short mapping Table read by Switches with the '-mapLongToShortHdrNames:{long2ShortHdrNamesTable.map}'
ftRows - Variable in class MakeFlipTable
Extracted subset of data rows FileTable instance from the ftData Table
ftTI - Variable in class MakeTestsIntersectionTbl
The FileTable Test-Intersection Table created from the tests data that intersection the genes in the tests.

G

gammln_cof - Static variable in class MathCM
 
genAnalysesDir - Variable in class Globals
The name of the {Analyses} directory (inside of the genBatchDir) where the generated tests HTML web files are saved when the batch script is subsequently run.
genBatchDir - Variable in class Globals
The name of the {batchScripts} directory to put the other directories.
genBatchScriptFlag - Variable in class Globals
Generate a set of parameter .map files in the batchDir directory.
GenBatchScripts - Class in <Unnamed>
Class GenBatchScripts to generate a set of scripts to batch convert a set of data specified by the {test-TODO-list.txt} table.
GenBatchScripts(HTMLtools) - Constructor for class GenBatchScripts
GenBatchScripts() - Constructor
GenBatchScripts.TestDataForRelDir - Class in <Unnamed>
Class to contain lists of rows of data computed as side effect for computing active lists when calling getAllTestDataForRelDir().
GenBatchScripts.TestDataForRelDir() - Constructor for class GenBatchScripts.TestDataForRelDir
TestDataForRelDir() - Constructor
generateHTMLsummaryFile(String, String, String, int[], String) - Method in class GenBatchScripts
generateHTMLsummaryFile() - Generate an HTML summary file parameter map file.
genHTMLpathList - Static variable in class Globals
Converter generated HTML files path list.
genInputTreeDir - Variable in class Globals
The name of the {inputTreeDir} directory (inside of the genBatchDir) where the input data to be processed by the batch params .map files are copied.
genJTVDir - Variable in class Globals
The name of the {JTV} directory (inside of the genBatchDir) where the generated tests HTML web files are saved when the batch script is subsequently run.
genMapEGdetails - Variable in class Globals
The name of the of the {EGdetailsMapFile} file to process.
genMapIntroduction - Variable in class Globals
The name of the of the {introductionMapFile} file to process.
genParamMapTestFiles(String, String, String, String) - Method in class GenBatchScripts
generateParamMapTestFiles() - Generate parameter map files for tissue.
genParamsScriptsDir - Variable in class Globals
The name of the {ParamsScripts} directory (inside of the genBatchDir) where the generated params .map files are saved and the support .map files are also copied.
genParamTemplateFiles - Variable in class Globals
List of paramTemplateFileName entries when define the Param Templates.
genParamTemplateFlag - Variable in class Globals
List of Parameter map Templates that are used for mapping the test-ToDo-list data so that (param-MRR, param-MRR-keep, param-JTV) etc.
genParamTemplateNames - Variable in class Globals
List of order numbers when define the Param Templates.
genSummaryDir - Variable in class Globals
The name of the {Summary} directory (inside of the genBatchDir) where the generated Summary HTML web files are saved.
genSummaryTemplateFlag - Variable in class Globals
List of Summary Templates that are used for mapping the test-ToDo-list data so that (summaryProlog, summaryExperimental, summaryAnalysis, summaryFurtherAnalysis, summaryEpilogue) etc.
genSummaryTemplateNames - Variable in class Globals
List of templateFileName entries when define the Summary Templates.
genSummaryTemplateOrderNbrs - Variable in class Globals
List of order numbers when define the Summary Templates.
genSupportFilesToCopy - Variable in class Globals
List of support files to copy to the batchScriptsDir.
genTestsIntersectionFlag - Variable in class Globals
Generate Tests-Intersection params .map files and insert links into $$TEST-INTERSECTION$$ which is "" otherwise.
genTestToDoListFile - Variable in class Globals
The name of the of the {test-ToDo-list.txt} file to process.
genTreeCopyDataFlag - Variable in class Globals
Copy input data tree data to batch scripts subdirectory.
genTreeDstTreeDir - Variable in class Globals
Destination output data tree path to batch scripts subdirectory.
genTreeSrcTreeDir - Variable in class Globals
Source input data tree data to batch scripts subdirectory.
getAllTestDataForRelDir(String) - Method in class GenBatchScripts
getAllTestDataForRelDir() - get list of test data for a relative directory in tdfrd class instance.
getAllTestDataForRelDir(String) - Method in class MakeTestsIntersectionTbl
getAllTestDataForRelDir() - get list of test data for a relative directory in tdfrd class instance.
getAllZipEntries(ZipFile, Vector) - Method in class FileIO
getAllZipEntries() - get the name and data for all zip entries The returned array is of form
getAllZipEntryData(Vector) - Method in class FileIO
getAllZipEntryData() - get the data for all ZipEntry elements
getAllZipEntryNames(Vector) - Method in class FileIO
getAllZipEntryNames() - get the names for all ZipEntry elements
getCancelFlag() - Method in class CvtGUI
getCancelFlag() - get the Cancel flag value
getCancelFlag() - Method in class SearchGUI
getCancelFlag() - get the Cancel flag value
getCleanArgList(String[]) - Method in class Switches
getCleanArgList() - Remove # prefaced comments and "" lines and make argsV the exact size.
getCleanArgList(String) - Static method in class UtilCM
getCleanArgList() - convert string arg list delimited by "", "," or "\n" to array Remove blank args.
getCleanSpaceList(String) - Static method in class UtilCM
getCleanSpaceList() - cvt str list delim by " ", ",", "\t", "\n" to " " delim str Standardize to space delimited row of symbols map commas, tabs, "\n" and multiple spaces to single space
getColumnData(String) - Method in class FileTable
getColumnData() - lookup the column name and then return all data in the column from tData[][c] if the column exists.
getCurTimeStr() - Static method in class UtilCM
getCurTimeStr() - return current time string in the format of HHMMSS.
getDBgeneList(String, boolean) - Method in class SearchGUI
getDBgeneList() - get printable text list of genes in the database.
getDebugValue(String) - Static method in class UtilCM
getDebugValue - get value if name is a debug(name,value), else "".
getDirOfFile(String) - Method in class FileIO
getDirOfFile() - get the directory from a file path
getDirPathByDirBrowser(String, String) - Static method in class FileIO
getDirPathByDirBrowser() - set the output path by directory browser
getEGclassSampleList(String, String, String) - Method in class SearchGUI
getEGclassSampleList() - get printable text list of class EG samples.
getEGsampleList(String, String[], boolean, String) - Method in class SearchGUI
getEGsampleList() - get printable text list of EG samples in the database.
getEGsamplesString(String, String[], boolean) - Method in class SearchGUI
getEGsamplesString() - get "," separated text string of EG samples in database.
getFilesInDir(String, String) - Method in class FileIO
getFilesInDir() - get list of files in directory with specified file extension
getFilterSummaryHTML(String) - Method in class MakeTestsIntersectionTbl
getFilterSummaryHTML() - get an HTML summary of the test/data filters used.
getGenHTMLpathList() - Method in class HTMLtools
getGenHTMLpathList() - get Generated HTML path List cvt.genHTMLpathList[].
getGlobalStatistics(FileTable) - Method in class MakeFlipTable
getGlobalStatistics() - Setup Global statistics if .sidx file, then get (Statistics Index Map), it has Global statistics in * header[0:1].
getGuiFSM() - Method in class CvtGUI
getGuiFSM() - Get the GUI FSM state string.
getGuiFSM() - Method in class SearchGUI
getGuiFSM() - Get the GUI FSM state string.
getGUItoSGstate(SearchGUI.SGstate) - Method in class SearchGUI
getGUItoSGstate() - get additional SGstate variables from GUI.
getJTVsubDirData(String) - Method in class JTVconvert
getJTVsubDirData() - get array of name & data for the JTV directory.
getLineSeparatorFromFile(String) - Method in class FileIO
getLineSeparatorFromFile() - get file line-terminator: "\r", "\n" or "\r\n".
getLineSeparatorFromString(String) - Method in class FileIO
getLineSeparatorFromString() - get String line-term: "\r", "\n" or "\r\n".
getListGeneratedHTMLfileNames() - Method in class CvtGUI
getListGeneratedHTMLfileNames() - get string list the generated HTML file names.
getLogMsgs() - Static method in class UtilCM
getLogMsgs() - return the logging string
getOtherSearchParams(String) - Method in class SearchGUI
getOtherSearchParams() - get search information for GUI for prompts and menus These terms are found in the default search params .map file.
getReportText() - Method in class CvtGUI
getReportText() - get the text from the Report popup window
getReportText() - Method in class SearchGUI
getReportText() - get the text from the Report popup window
getSearchResultsFilenamePrefix() - Method in class SearchGUI
getSearchResultsFilenamePrefix() - get the new value from JTextField searchResultsFilenamePrefixTF and set it to searchResultsBaseFile
getStateStr() - Method in class SearchGUI.SGstate
getStateStr() - generate tab-delim SGstate string for writing .sgs state.
getStateValue(String, String) - Method in class SearchGUI.SGstate
getStateValue() - get PARAM and use default if not found.
getStateValue(String, int) - Method in class SearchGUI.SGstate
getStateValue() - get int PARAM and use default if not found.
getStateValue(String, long) - Method in class SearchGUI.SGstate
getStateValue() - get float PARAM and use default if not found.
getStateValue(String, float) - Method in class SearchGUI.SGstate
getStateValue() - get float PARAM and use default if not found.
getStateValue(String, boolean) - Method in class SearchGUI.SGstate
getStateValue() - get boolean PARAM and use default if not found.
getSubDirsInDir(String) - Method in class FileIO
getSubDirsInDir() - get list of sub directories in directory.
getTestToDoRowData(int) - Method in class GenBatchScripts
getTestToDoRowData() - get and save the row data to class variables.
getTestToDoRowData(int) - Method in class MakeTestsIntersectionTbl
getTestToDoRowData() - get and save row data to class 's'prefix variables.
getTopLevelBackLink(String) - Static method in class FileIO
getTopLevelBackLink() - get the "../" Web backlink for current level.
getUnzippedJTVzipFileData(String) - Method in class JTVconvert
getUnzippedJTVzipFileData() - get array of name & data for zip file.
getZipEntryData(ZipEntry) - Method in class FileIO
getZipEntryData() - get the data from a ZipEntry item
getZipEntryName(ZipEntry) - Method in class FileIO
getZipEntryName() - get the name of the ZipEntry item
glbMaxRowIndex - Variable in class MakeFlipTable
Global max value index of name in table
glbMaxRowName - Variable in class MakeFlipTable
Global max value name in table
glbMaxRowVal - Variable in class DataRowStatisticsIndexMap
Global max value from data tables
glbMaxRowVal - Variable in class Globals
Global max value from data table computed in DataRowStatisticsIndexMap class and saved in a .sidx Table file.
glbMaxRowValSum - Variable in class DataRowStatisticsIndexMap
Global min value from data tables
glbMeanRowIndex - Variable in class MakeFlipTable
Global mean value index of name in table
glbMeanRowName - Variable in class MakeFlipTable
Global mean value name in table
glbMeanRowVal - Variable in class DataRowStatisticsIndexMap
Global mean value from data tables
glbMeanRowVal - Variable in class Globals
Global mean value from data table computed in DataRowStatisticsIndexMap class and saved in a .sidx Table file.
glbMeanRowValSum - Variable in class DataRowStatisticsIndexMap
Global min value from data tables
glbMinRowIndex - Variable in class MakeFlipTable
Global min value index of name in table
glbMinRowName - Variable in class MakeFlipTable
Global min value name in table
glbMinRowVal - Variable in class DataRowStatisticsIndexMap
Global min value from data tables
glbMinRowVal - Variable in class Globals
Global min value from data table computed in DataRowStatisticsIndexMap class and saved in a .sidx Table file.
glbMinRowValSum - Variable in class DataRowStatisticsIndexMap
Global min value from data tables
glbStdDevRowIndex - Variable in class MakeFlipTable
Global stdDev value index of name in table
glbStdDevRowName - Variable in class MakeFlipTable
Global stdDev value name in table
glbStdDevRowVal - Variable in class DataRowStatisticsIndexMap
Global stdDev value from data tables
glbStdDevRowVal - Variable in class Globals
Global stdDev value from data table computed in DataRowStatisticsIndexMap class and saved in a .sidx Table file.
glbStdDevRowValSum - Variable in class DataRowStatisticsIndexMap
Global min value from data tables
Globals - Class in <Unnamed>
Class Global variables used as the base class for HTMLtools.
Globals() - Constructor for class Globals
 
gui - Variable in class CvtGUI
May need to define so can pass to InvokeLater methods
gui - Static variable in class HTMLtools
CvtGui instance if it exists
gui - Variable in class ProcessData
Note all GUI global variables are in CvtGUI.java instance.
guiActiveHTMLfile - Variable in class CvtGUI
 
guiActiveHTMLfile - Variable in class SearchGUI
 
guiActiveTXTfile - Variable in class SearchGUI
 
guiArgV - Variable in class CvtGUI
Command line string array created to use when running the converter used by ProcessData
guiArgV - Variable in class ProcessData
String array created from sGuiArgV to use when running the converter
guiArgV - Variable in class ProcessDataSearch
String array created from sGuiArgV to use when running the converter
guiArgV - Variable in class SearchGUI
Command line string array created to use when running the converter used by ProcessDataSearch
guiBatchDoItFile - Variable in class CvtGUI
GUI Converter -batch DoIt file
guiFSMstate - Variable in class CvtGUI
GUI FSM state
guiFSMstate - Variable in class SearchGUI
GUI FSM state
guiParamsMapDefaultPath - Variable in class SearchGUI
GUI Converter params map default file path
guiParamsMapFile - Variable in class CvtGUI
GUI Converter params map file
guiParamsMapFile - Variable in class SearchGUI
GUI Converter params map file

H

hasEmptyLineBeforeTableFlag - Variable in class FileTable
Set to true to look for empty line(s) BEFORE the table data
hasEmptyLineBeforeTableFlag - Variable in class Globals
Set to true to look for empty line(s) BEFORE the table data.
hasStatIndexMapFileFlag - Variable in class Globals
Set if using the Statistics Index Map file (.sidx).
hasTableHeaderRowFlag - Variable in class FileTable
Set to true (default) if has table header).
hasTableHeaderRowFlag - Variable in class Globals
Flag cleared if the input table does NOT have a header, default is that it has a header.
heatMapColors - Static variable in class Globals
Heat-map cell color background range in 7 quantiles of colors: dark green, middle green, light green, white, light red, middle red, dark red .
helpMenu - Variable in class CvtGUI
"Help" pull down Menu list
helpMenu - Variable in class SearchGUI
"Help" pull down Menu list
hrefHeaderRowFlag - Variable in class Globals
This switch is used with the '-hrefData:{colHdrName,Url, (optional)mapToken}' switch to map the data in the header row(s) instead of the data in the Table data columns.
HTMLtools - Class in <Unnamed>
Program HTMLtools main class.
HTMLtools() - Constructor for class HTMLtools
HTMLtools() - Constructor for converter main class

I

idx_pValueThr - Variable in class GenBatchScripts
The index variables for the Test-ToDo ftGTT Table instance variables.
idx_pValueThr - Variable in class MakeTestsIntersectionTbl
The index variables for the Test-ToDo ftGTT Table instance variables.
idxAffyCELfile - Variable in class GenBatchScripts
The index variables for the Test-ToDo ftGTT Table instance variables.
idxAffyCELfile - Variable in class MakeTestsIntersectionTbl
The index variables for the Test-ToDo ftGTT Table instance variables.
idxClassA - Variable in class GenBatchScripts
The index variables for the Test-ToDo ftGTT Table instance variables.
idxClassA - Variable in class MakeTestsIntersectionTbl
The index variables for the Test-ToDo ftGTT Table instance variables.
idxClassB - Variable in class GenBatchScripts
The index variables for the Test-ToDo ftGTT Table instance variables.
idxClassB - Variable in class MakeTestsIntersectionTbl
The index variables for the Test-ToDo ftGTT Table instance variables.
idxColData - Variable in class MakeFlipTable
List of ftData.tField[] indexes of the column names.
idxColIMfilters - Variable in class MakeFlipTable
List of ftIndex.tField[] index of the column names.
idxEndByte - Variable in class DataRowStatisticsIndexMap
 
idxEndByte - Variable in class MakeFlipTable
List of "EndByte" ftIndex.tField[] index of the column names
idxFCcalc - Variable in class GenBatchScripts
The index variables for the Test-ToDo ftGTT Table instance variables.
idxFCcalc - Variable in class MakeTestsIntersectionTbl
The index variables for the Test-ToDo ftGTT Table instance variables.
idxFCthr - Variable in class GenBatchScripts
The index variables for the Test-ToDo ftGTT Table instance variables.
idxFCthr - Variable in class MakeTestsIntersectionTbl
The index variables for the Test-ToDo ftGTT Table instance variables.
idxFeatureIDftTI - Variable in class MakeTestsIntersectionTbl
The index variables for the ftTI Tests-Intersection Table instance variables.
idxGeneftTI - Variable in class MakeTestsIntersectionTbl
The index variables for the ftTI Tests-Intersection Table instance variables.
idxGSP_ID - Variable in class GenBatchScripts
The index variables for the Test-ToDo ftGTT Table instance variables.
idxGSP_ID - Variable in class MakeTestsIntersectionTbl
The index variables for the Test-ToDo ftGTT Table instance variables.
idxHTMLpageDescr - Variable in class GenBatchScripts
The index variables for the Test-ToDo ftGTT Table instance variables.
idxHTMLpageDescr - Variable in class MakeTestsIntersectionTbl
The index variables for the Test-ToDo ftGTT Table instance variables.
idxHTMLpageLabel - Variable in class GenBatchScripts
The index variables for the Test-ToDo ftGTT Table instance variables.
idxHTMLpageLabel - Variable in class MakeTestsIntersectionTbl
The index variables for the Test-ToDo ftGTT Table instance variables.
idxHTMLtissueName - Variable in class GenBatchScripts
The index variables for the Test-ToDo ftGTT Table instance variables.
idxHTMLtissueName - Variable in class MakeTestsIntersectionTbl
The index variables for the Test-ToDo ftGTT Table instance variables.
idxMaxFCftTI - Variable in class MakeTestsIntersectionTbl
The following are computed AFTER the TI is built
idxMaxRow - Variable in class DataRowStatisticsIndexMap
 
idxMeanRow - Variable in class DataRowStatisticsIndexMap
 
idxMinFCftTI - Variable in class MakeTestsIntersectionTbl
The following are computed AFTER the TI is built
idxMinRow - Variable in class DataRowStatisticsIndexMap
 
idxOrderedColHdrNames - Variable in class MakeFlipTable
Ordered List of ftData.tField[] indexes of the column names for the flipped table header.
idxParamJTV - Variable in class GenBatchScripts
Indexes into Parameter templates lists.
idxParamMRR - Variable in class GenBatchScripts
Indexes into Parameter templates lists.
idxParamMRRkeep - Variable in class GenBatchScripts
Indexes into Parameter templates lists.
idxParamMRRsaveFile - Variable in class GenBatchScripts
Indexes into Parameter templates lists.
idxParamTI - Variable in class GenBatchScripts
Indexes into Parameter templates lists.
idxPercentFCftTI - Variable in class MakeTestsIntersectionTbl
The following are computed AFTER the TI is built
idxRangeFCftTI - Variable in class MakeTestsIntersectionTbl
The following are computed AFTER the TI is built
idxRangeMeanAftTI - Variable in class MakeTestsIntersectionTbl
The following are computed AFTER the TI is built
idxRangeMeanBftTI - Variable in class MakeTestsIntersectionTbl
The following are computed AFTER the TI is built
idxRelDir - Variable in class GenBatchScripts
The index variables for the Test-ToDo ftGTT Table instance variables.
idxRelDir - Variable in class MakeTestsIntersectionTbl
The index variables for the Test-ToDo ftGTT Table instance variables.
idxSimpleGSP_ID - Variable in class GenBatchScripts
The index variables for the Test-ToDo ftGTT Table instance variables.
idxSimpleGSP_ID - Variable in class MakeTestsIntersectionTbl
The index variables for the Test-ToDo ftGTT Table instance variables.
idxStartByte - Variable in class DataRowStatisticsIndexMap
 
idxStartByte - Variable in class MakeFlipTable
List of "StartByte" ftIndex.tField[] index of the column names
idxStdDevRow - Variable in class DataRowStatisticsIndexMap
 
idxTestName - Variable in class GenBatchScripts
The index variables for the Test-ToDo ftGTT Table instance variables.
idxTestName - Variable in class MakeTestsIntersectionTbl
The index variables for the Test-ToDo ftGTT Table instance variables.
idxWellIDftTI - Variable in class MakeTestsIntersectionTbl
The index variables for the ftTI Tests-Intersection Table instance variables.
ignoreDuplicateFieldsFlag - Variable in class FileTable
Set to true if has table may have duplicate fields.
ignoreDuplicateFieldsFlag - Variable in class Globals
Flag set if the input table MAY have duplicate fields in the header, default is no duplicates in the header.
incrUpdateStatusLine(String) - Method in class HTMLtools
incrUpdateStatusLine() - if GUI, then do incremental statusLine update.
indexMapFilePath - Variable in class DataRowStatisticsIndexMap
The full path of the Table Index Map file (.idx extension).
indexMapPath - Variable in class ProcessLoadIndexMapData
Is the file path for the Index Map file.
indexMapProblemFlag - Variable in class SearchGUI
There has been a problem reading the Index Map file into ftIM by the ProcessLoadIndexMapData Thread.
indexMapReadyFlag - Variable in class SearchGUI
The Index Map file into ftIM has been read successfully by the ProcessLoadIndexMapData Thread.
indexOfIgnoreCase(String, String) - Static method in class UtilCM
indexOfIgnoreCase() - indexOf subStr of str ignoring case.
initBase() - Method in class HTMLtools
initBase() - initialize basic data structures
initClassVars() - Method in class MakeFlipTable
initClassVars() - reset the class variables
initCvt(String[]) - Method in class HTMLtools
initCvt() - initialize data structures
initFileIO() - Method in class FileIO
initFileIO() - Reset class variables for zip and random-access files
initGenBatch(String, String, String, String, String) - Method in class GenBatchScripts
initGenBatch() - initialize the input files and I/O paths to make sure they are well formed and exist.
initGUI() - Method in class CvtGUI
initGUI() - create the popup GUI
initGUI() - Method in class SearchGUI
initGUI() - create the popup GUI
initialReport - Variable in class HTMLtools
Initial report to user on startup
initTblHeaderIndexes() - Method in class GenBatchScripts
initTblHeaderIndexes() - get TestToDo Table header idx variables [REFACTOR] so that the ftGTT files are not hardwired.
initTblHeaderIndexes() - Method in class MakeTestsIntersectionTbl
initTblHeaderIndexes() - get TestToDo Table header idx variables [REFACTOR] so that the ftGTT files are not hardwired.
initTestsIntersection(String) - Method in class MakeTestsIntersectionTbl
initTestsIntersection() - initialize the input files and I/O paths to make sure they are well formed and exist.
inputDataDir - Variable in class Globals
Input Data Path to use from "-inputDir:{inputTXTdir}" command, default is "data".
inputExt - Variable in class Globals
Input file extension
inputFiles - Variable in class Globals
List of input files (with inputExt) to convert
inputNames - Variable in class Globals
List of input files (without inputExt) to convert
inputSearchDir - Variable in class SearchGUI
Param .map default input Dir
inputTreePath - Variable in class GenBatchScripts
The directory where the subsequent batch job gets its input data files.
isAbortProcessingFlag() - Static method in class HTMLtools
isAbortProcessingFlag() - check abort processing flag abortProcessingFlag.
isDropColumn(int) - Method in class DataRowStatisticsIndexMap
isDropColumn() - test if column cTest is a -drop list column.
isEmptyArray(String[]) - Static method in class UtilCM
isEmptyArray() - test if array consists of empty data elements
isListInAnotherList(String[], int, String[], int) - Static method in class UtilCM
isListInAnotherList() - test if all listA in listB order independent.
isMacFlag - Static variable in class Globals
flag: use Max list of required fields
isNumber(String) - Static method in class UtilCM
isNumber() - test if a string is a number (i.e., Double)
isSunFlag - Static variable in class Globals
flag: true if SUNOS
isWinPCflag - Static variable in class Globals
flag: true if Windows PC
itemStateChanged(ItemEvent) - Method in class CvtGUI
itemStateChanged() - handle item state changed events NOTE: need to implement radio groups here since AWT only implements radio groups for Checkboxes, and CheckboxMenuItems.
itemStateChanged(ItemEvent) - Method in class SearchGUI
itemStateChanged() - handle item state changed events NOTE: need to implement CheckboxMenuItems.

J

joinTableFile - Variable in class Globals
 
joinTables(FileTable) - Method in class FileTable
joinTableToCurrentTable() - join another Table ftJoin to current Table.
joinTableToCurrentTable(FileTable, String) - Method in class HTMLtools
joinTableToCurrentTable() - join another table to ft before preprocessing.
jtv_mAdbArraySummaryFile - Variable in class Globals
Name of the mAdb Array Summary file which contains a Table with "mAdb ID" and the corresponding "Array Name" (MAS).
jtv_mapHdrNamesFile - Variable in class Globals
Name of the Long to Short array name mapping file that contains a (L2S) Table with the array name in column 1 and one or more alternate array names that are shorter and more descriptive.
jtvButtonName - Variable in class Globals
String set with '-jtvButtonName:{button label}' that may be used with '-jtvHTMLgenerate' to label the button to activate Java TreeView.
JTVconvert - Class in <Unnamed>
Class JTVconvert to convert a Java Tree View (JTV) set of input sub directories of JTV files to a remapped Array Name labels of the .cdt files to a corresponding set of output JTV sub directories with renamed (.atr,.cdt,.gtr) files.
JTVconvert(HTMLtools) - Constructor for class JTVconvert
JTVconvert() - Constructor
jtvCopyJTVjars - Variable in class Globals
If doing 'jtvHTMLgenerate', then you can use the '-jtvCopyJTVjars:{JTV jars directory}' option to copy the JTV jar files and plugins to the jtvOutputDir.
jtvDescription - Variable in class Globals
String set with '-jtvDescription:{prolog description}' that may be used with '-jtvHTMLgenerate' to insert additional text into the prolog where it replaces "$$DATA_DESCRIPTION$$".
jtvHTMLgenerateFlag - Variable in class Globals
Flag set by '-jtvHTMLgenerate'.
jtvInputDir - Variable in class Globals
Directory where to find the set of input JTV sub directories, each with (.atr,.cdt,.gtr) extension files.
jtvMapFlag - Variable in class Globals
Flag set if doing '-jtvNamesMap:{mAdbArraySummaryFile,mapHdrFile,fromHdrName,toHdrName}'.
jtvOutputDir - Variable in class Globals
Directory where to write the converted JTV output file sub directories.
jtvPath - Variable in class GenBatchScripts
The directory where save the generated JTV files when the subsequent batch job is run.
jtvReZipConvertedFiles - Variable in class Globals
Set to rezip the converted files in the output JTV directory in a file with the same name.
jtvSpecificInputFileList - Variable in class Globals
Specific list of input files string from "-jtvFiles:f1,f2,...,fn" cmd line switch.
jtvUseMapFromColNbr - Variable in class Globals
'From' Column number used when remap the 'mAdb ID' data to data with this column number in the jtv_mapHdrNamesFile map and then in the "Map-Table" during the conversion.
jtvUseMapToColNbr - Variable in class Globals
'To' Column number used when remap the 'mAdb ID' data to data with this column number in the jtv_mapHdrNamesFile map and then in the "Map-Table" during the conversion.

K

keepColNames - Variable in class Globals
List of columns to keep in the output set by the '-keepColumnName:{column header name}' switch.

L

lastErrMsgLog - Static variable in class FileIO
error message log it not empty.
lastRestoreSGstateMI - Variable in class SearchGUI
MenuItem "Restore previously saved search .sgs parameters from file"
limitMaxRows(int, boolean) - Method in class FileTable
limitMaxRows() - keep max nbr rows in front of the Table.
limitMaxRowsSortedByField(String, boolean, int, boolean, boolean) - Method in class FileTable
limitMaxRowsSortedByField() - sort Table by field, then keep max nbr rows.
limitMaxTableRows - Variable in class Globals
 
limitMaxTableRowsFlag - Variable in class Globals
 
limitRowsSortAscendingFlag - Variable in class Globals
 
limitRowsSortByColName - Variable in class Globals
 
lineEndDataBytePtr - Variable in class FileTable
Index-map byte pointers of the start of data lines synced with tData rows.
lineEndHeaderBytePtr - Variable in class FileTable
Index-map byte pointers of the start of header lines synced with tHeader rows.
lineStartDataBytePtr - Variable in class FileTable
Index-map byte pointers of the start of data lines synced with tData rows.
lineStartHeaderBytePtr - Variable in class FileTable
Index-map byte pointers of the start of header lines synced with tHeader rows.
listMenu - Variable in class SearchGUI
"List" pull down Menu list
logFileName - Variable in class Globals
Log file that is written out at the end before exiting.
loggingFlag - Static variable in class UtilCM
Local logging flag.
loggingStr - Static variable in class UtilCM
logging String if loggingFlag enabled
logMsg(String) - Static method in class UtilCM
logMsg() - log the message.
long2ShortFromColNbr - Variable in class Globals
The FromColumnNbr of mapping file (From_name\tTo_name) used to map long to short header names.
long2ShortToColNbr - Variable in class Globals
The ToColumnNbr of mapping file (From_name\tTo_name) used to map long to short header names.
lookupDataIdx(String, String[], int) - Static method in class UtilCM
lookupDataIdx() - lookup index of element if exists in a strData[].
lookupFieldIdx(String) - Method in class FileTable
lookupFieldIdx() - lookup column index of field if exists.
lookupRowDataFromColumnData(String, String, String) - Method in class FileTable
lookupCol2DataFromCol1DataRow() - lookup col2 data from row with col1 data match.
lookupRowFromColumnData(String, String) - Method in class FileTable
lookupRowFromColumnData() - lookup row index from column data if exists.

M

main(String[]) - Static method in class HTMLtools
main() - run CvtTabDelim2HTML as a stand-alone application.
MAKE_LOGGING_FILE - Static variable in class Globals
flag: set if want logging file
makeBatFileStr(String, String, String) - Method in class GenBatchScripts
makeBatFile() - Windows .bat string to run -batchProcess generated batch
makeColorMapScaleHTML() - Method in class Convert
makeColorMapScaleHTML() - make colormap data scale TABLE HTML mapping the cvt.heatMapColors[] to positive numeric value in range of [cvt.glbMinRowVal, cvt.glbMaxRowVal]
makeConcatTable(FileTable, int, int) - Method in class HTMLtools
makeConcatTable() - create a new concatenated tab-delimited .txt output file from the set of input text files IFF they have exactly the same column header names.
makeDirectory(String, boolean) - Method in class FileIO
makeDirectory() - make a directory tree if it doesn't exist if allowMkdirsFlag using mkdirs().
MakeFlipTable - Class in <Unnamed>
Class MakeFlipTable to flip a Table by either of two methods.
MakeFlipTable(HTMLtools, int) - Constructor for class MakeFlipTable
MakeFlipTable() - Constructor
makeHTMLflag - Variable in class Globals
Allow generation of HTML when doing a input file processing if that operation also allows HTML generation.
makeIndexHtml(File, String, String[]) - Method in class Convert
makeIndexHtml() - make "index.html" file in the directory.
makeIndexMapFile - Variable in class Globals
Name of the input file (run time) used to make an index map Table file (same name as the input file but with an .idx file extension) of the input file (or the file output from -saveEditedTable2File after the input table has been edited).
makeIndexMapFile(String, String, String) - Method in class HTMLtools
makeIndexMapFile() - read file header and make Index-Map in Table structure.
makeIndexMapFileFlag - Variable in class Globals
Make an index map Table file (same name as the input file but with an .idx file extension) of the input file (or the file output from -saveEditedTable2File after the input table has been edited).
makeListOfSeekDataRowsByColumnFilters(int) - Method in class MakeFlipTable
makeListOfSeekDataRowsByColumnFilters() filter rows from Index Map data by filtering any of the flipColNameFilterData[] criteria in the index map (which has all of the fields we need to do the filtering) to generate a list of rows that we will actually random access read from the input data.
makeMapColNames - Variable in class Globals
Ordered list of column names to be used in the map file being created.
makeMapTable(FileTable, FileTable, int, int, String) - Method in class JTVconvert
makeMapTable() - create map Table from ftL2S and ftMAS.
makeMapTblFileName - Variable in class Globals
Name of the map file to be made (only) at the same time we do a -concatTable operation.
makeOptionsListFromSemicolonList(String) - Method in class Convert
makeOptionsListFromSemicolonList() - map a ";;" delimited cell string to an < OPTION > list.
makeOptionsListFromSemicolonListFlag - Variable in class Globals
Flag to map a ;; delimited cell string to an
makePathSubDirs(String) - Method in class FileIO
makePathSubDirs() - make a directory tree if it doesn't exist for path the file path.
makePrefaceHTML(FileTable, String, String, String, String) - Method in class HTMLtools
makePrefaceHTML() - if -makePrefaceHTML, then setup preface file name to link to in the 2nd file HTML we generate
makePrefaceHTMLflag - Variable in class Globals
Flag to make a separate preface HTML file from the input text proceeding the table data.
makeStatisticsIndexMapFlag - Variable in class Globals
Make a 'Statistics Index Map' Table file with the same base file name as the index map (.idx) but with a .sidx file extension.
makeTestsIntersectionTableFlag - Variable in class Globals
Do Tests Intersection mapping.
MakeTestsIntersectionTbl - Class in <Unnamed>
Class MakeTestsIntersectionTbl to generate a Tests Intersection Table from the set of data specified by the {test-TODO-list.txt} table.
MakeTestsIntersectionTbl(HTMLtools) - Constructor for class MakeTestsIntersectionTbl
MakeTestsIntersectionTbl() - Constructor
MakeTestsIntersectionTbl.TestDataForRelDir - Class in <Unnamed>
Class to contain lists of rows of data computed as side effect for computing active lists when calling getAllTestDataForRelDir().
MakeTestsIntersectionTbl.TestDataForRelDir() - Constructor for class MakeTestsIntersectionTbl.TestDataForRelDir
TestDataForRelDir() - Constructor
makeTXTflag - Variable in class Globals
Allow generation of TXT when doing a input file processing if that operation also allows TXT generation.
makeUniqueRelDirList() - Method in class GenBatchScripts
makeUniqueRelDirList() - generate unique list of Relative Directory entries.
makeUniqueRelDirList() - Method in class MakeTestsIntersectionTbl
makeUniqueRelDirList() - generate unique list of Relative Dir.
makeWorkingTables() - Method in class MakeFlipTable
makeWorkingTables() - Initialize working Tables required for flipping data.
mapAllkeywords(String, String[], String[], int) - Static method in class UtilCM
mapAllkeywords() - map data from 'keyword' to 'toString' lists.
mapCellToStr(String, int, int, String, int, String) - Method in class Convert
mapCellToStr() - map a cell string at [r, c] to an HTML string adding the HREF if hrefIdx==c using the cvt.urlBaseLink.
mapComma2Tab(String) - Static method in class UtilCM
mapComma2Tab() - map "," to "\t" in the string
mapCRLF2space(String) - Static method in class UtilCM
mapCRLF2space() - map "\r\n" or "\n\r" or "\r" or '\n' to a single " " in the string.
mapCRLForCR2LF(String) - Static method in class UtilCM
mapCRLForCR2LF() - map all CRLF or CR to LF
mapDataToCellBGcolor(String, String) - Method in class Convert
mapDataToCellBGcolor() - map data cell number to cell background color the colors are in cvt.heatMapColors[].
mapDkeywords - Variable in class Globals
List of keywords when map prologue, epilogue and cell data of the form '$$keyword$$' to 'toString'.
mapDollarsigns(String) - Method in class Convert
mapDollarsigns() - map data form '$$keyword$$' to '{toString}.
mapDollarsignsFlag - Variable in class Globals
Map prologue, epilogue and cell data of the form '$$keyword$$' to 'toString'.
mapDtoString - Variable in class Globals
List of toString words when map prologue, epilogue and cell data of the form '$$keyword$$' to 'toString'.
mapFileSpecificEpilogueKeywords(String, String) - Method in class HTMLtools
mapFileSpecificEpilogueKeywords() - map file specific keywords in the epilogue.
mapFileSpecificPrologKeywords(String, String) - Method in class HTMLtools
mapFileSpecificPrologKeywords() - map file specific keywords in prolog.
mapHdrNamesFile - Variable in class Globals
Name of names mapping file (From_name\tTo_name) used to map long to short header names.
mapHdrNamesFlag - Variable in class Globals
Map long to short header names.
mapHeaderColNames(String[], String[], int) - Method in class FileTable
mapHeaderColNames() - map tField & tHeaders old to new names in map list.
mapHeaderNames(FileTable) - Method in class Convert
mapHeaderNames() - try to map header names within the header table in the tFields[] and tHeader[last][] arrays.
mapIllegalChars(String) - Static method in class UtilCM
mapIllegalChars() - map illegal characters to '_' i.e.
mapMultilineHdrHREFs(String) - Method in class MakeFlipTable
mapMultilineHdrHREFs() - create HTML for ftFlipped Table.
mapPathFileSeparators(String) - Static method in class FileIO
mapPathFileSeparators() - map '/' or '\' to current file separators for OS
mapQkeywords - Variable in class Globals
List of keywords when map prologue, epilogue and cell data of the form '??keyword??' to 'toString'.
mapQtoString - Variable in class Globals
List of toString words when map prologue, epilogue and cell data of the form '??keyword??' to 'toString'.
mapQuestionmarks(String) - Method in class Convert
mapQuestionmarks() - map cell data of the form '??{cell text}'??' to bold and red, keeping 1 questionmark so can process the string recursively.
mapQuestionmarksFlag - Variable in class Globals
Map prologue, epilogue and cell data of the form '??keyword??' to 'toString'.
mapSpaceToMinus(String) - Static method in class UtilCM
mapSpaceToMinus() - map " " to "-"
mapTokenInUrlHmapData - Variable in class Globals
Map Token name in the URL to replace with the column cell data from "-hrefData:{colHdrName,UrlBaseLink,mapTokenInUrl}" switches.
matchColumnFilterData(String[], String[], String[][], int[], int, boolean) - Method in class MakeFlipTable
matchColumnFilterData() - test a row of Index-Map data to see if match Column lists.
matchDataFilter(FileTable, int) - Method in class MakeTestsIntersectionTbl
matchDataFilter() - test the tField name of current MRR Table data.
matchEGsampleBySearchTerms(String, String[], boolean) - Method in class SearchGUI
matchEGsampleBySearchTerms() - test sGSPID if match searchTerms list.
matchGeneTermRB - Variable in class SearchGUI
Exact match radio button for search-term specification, button grouped with matchSearchStrTermRB.
matchRowFilterData(String, String[], int) - Method in class MakeFlipTable
matchRowFilterData() - test a String data row to for row name match.
matchSubStrTermRB - Variable in class SearchGUI
Substring match radio button for search-term specification, button grouped with matchGeneTermRB.
matchTestFilter(FileTable, int) - Method in class MakeTestsIntersectionTbl
matchTestFilter() - test current test tField name of ft Table data to test.
MathCM - Class in <Unnamed>
Class MathCM contains utility Math functions not found in the Java Math package.
MathCM() - Constructor for class MathCM
MathCM() - Constructor
MAX_BATCH_SPECS - Variable in class Globals
The maximum number of param .map specifications in the '-batchProcess:{file of param specifications}' switch.
MAX_COL2URL_MAPS - Variable in class Globals
The max # of Columns to URL maps from "-hrefData:{colHdrName,UrlBaseLink,mapToken}" switches
MAX_COL_EDITS - Variable in class Globals
The max number of columns instances that be be specified using -dropColumn and -keepColumn switches.
MAX_COPY_FILES_AND_TREES - Variable in class Globals
The maximum number of directory tree and file specifications to copy switch.
MAX_DEBUGS - Static variable in class UtilCM
Maximum number of debug(name,value) pairs
MAX_IN_TOKENS_PER_ROW - Variable in class Globals
max # of tokens/row of an input file
MAX_INPUT_FILES - Variable in class Globals
Maximum number of input files
MAX_MAP_DOLLARSIGNS - Variable in class Globals
The max mapDollarsigns instances using -mapDollarsigns switchs.
MAX_MAP_QUESTIONMARKS - Variable in class Globals
The max mapQuestionmarks instances using -mapQuestionark switchs.
MAX_SORT_COLUMNS - Variable in class Globals
The max sort columns instances using -sortRowsByColumn switch.
MAX_TEMPLATES - Variable in class Globals
The maximum number of Summary Template specifications in the '-genSummaryTemplate:{orderNbr,templateFileName}' switch.
maxBatchParamsSpecs - Variable in class Globals
Number of batch param specs in the batch file.
maxFlipSeekRowsToExtract - Variable in class Globals
Maximum number of rows to flip from the flipDataFile
maxMeanA - Variable in class MakeTestsIntersectionTbl
Data accumulated while reading the individual tests and then used to compute the ranges of the means for inclusion in the final ftTI Table.
maxMeanB - Variable in class MakeTestsIntersectionTbl
Data accumulated while reading the individual tests and then used to compute the ranges of the means for inclusion in the final ftTI Table.
maxRowVal - Variable in class DataRowStatisticsIndexMap
Computed row data max values from the data Tables.
maxSeekRowsToExtract - Variable in class MakeFlipTable
Maximum size of start/endSeekByte[] lists for reallocation.
mbar - Variable in class CvtGUI
menu bar for the frame
mbar - Variable in class SearchGUI
menu bar for the frame
meanRowVal - Variable in class DataRowStatisticsIndexMap
Computed row data mean values from the data Tables.
MEANS_ALLOC - Variable in class MakeTestsIntersectionTbl
Allocate xxxMeanX[] and rangeMeanX[] to MEANS_ALLOC, but then only use the data up to ftTI.tRows (before -limitMaxRows of the Table).
minMeanA - Variable in class MakeTestsIntersectionTbl
Data accumulated while reading the individual tests and then used to compute the ranges of the means for inclusion in the final ftTI Table.
minMeanB - Variable in class MakeTestsIntersectionTbl
Data accumulated while reading the individual tests and then used to compute the ranges of the means for inclusion in the final ftTI Table.
minRowVal - Variable in class DataRowStatisticsIndexMap
Computed row data min values from the data Tables.
ms - Variable in class CvtGUI
Menu support functions using Hashtables to track what is active
ms - Variable in class SearchGUI
Menu support functions using Hashtables to track what is active

N

nbrTableHdrLines - Variable in class FileTable
Number of lines of the Table header "-hdr:{nbr of lines in header}" switches.
nbrTableHdrLines - Variable in class Globals
Number of lines of the Table header "-hdr:{# lines in header}" switches.
nColNameIndexMap - Variable in class Globals
Number of column names colNameIndexMap[0:nColNameIndexMap-1] to be used when generating the index map file.
nCols - Variable in class CvtGUI
# of character cols to show
nColUrlHmapData - Variable in class Globals
The index of the map entry indexed by column for the URL maps from "-hrefData:{colHdrName,UrlBaseLink}" switches Each entry builds a list of nColUrlMap entries.
nCopyFile - Variable in class Globals
Number of instances of file copy specifications in copySrcFile[0:nCopyFile-1] to copyDstFile[0:nCopyFile-1].
nCopyTreeDir - Variable in class Globals
Number of instances of tree file copy specifications in copyTreeSrcDir[0:nCopyTreeDir-1] to copyTreeDstDir[0:nCopyTreeDir-1].
nD2cols - Variable in class DataRowStatisticsIndexMap
Number of data columns in the data Table NOT including the drop columns.
nDcols - Variable in class DataRowStatisticsIndexMap
Number of data columns in the data Table including the drop columns.
nDebugPairs - Static variable in class UtilCM
Current number of debug(name,value) pairs
nDirIndexHtml - Variable in class Globals
Number of instances of tree file copy specifications in dirIndexHtml[0:nDirIndexHtml-1].
nDropColNames - Variable in class Globals
Size of the dropColNames[] list to drop from the in outout.
nDropListCols - Variable in class DataRowStatisticsIndexMap
Size of dropListCols[] list of columns in FileTable ft that are in the -dropColumn list.
needToSortTableAgainFlag - Variable in class FileTable
[HACK] If the table is sorted by sortTableRowsByField for numeric values with the useAbsValueFlag set true, and both + and - changes were found, it will set the needToSortTableAgainFlag so the calling program can resort one more time if it wants to keep the data in numeric order.
nEGSelNames - Variable in class SearchGUI.SGstate
Number of EG samples selection Choice List.
nEntries - Variable in class SearchGUI.SGstate
# of hash table entries after call readNameValuesHashTableFromFile()
NEVER - Static variable in class Globals
flag: for debugging - always FALSE
newHdrMapColNames - Variable in class Globals
List of new header map column names.
newline - Variable in class Globals
New line separator will be CRLF or LF etc.
nFlipColNameFilterData - Variable in class MakeFlipTable
These are the sizes of the list of column name data for filtering each column to be used for the new flipped Table headers.
nFlipColumns - Variable in class Globals
This is the number of columns and the related lists to be used in filtering rows when generating the flipped Table using the '-flipTableByIndexMap:{flipDataFile,flipIndexMapFile,(opt)maxRows}' switch.
nFlipColumns - Variable in class SearchGUI.SGstate
 
nFlipExcludeColumns - Variable in class Globals
This is the number of column names to exclude when generating the flipped Table using the '-flipTableByIndexMap:{flipDataFile,flipIndexMapFile,(opt)maxRows}' switch.
nFlipOrderHdrColList - Variable in class Globals
These are the size of the list of column names to be used in the flipped header when generating the flipped Table using the '-flipTableByIndexMap:{flipDataFile,flipIndexMapFile,(opt)maxRows}' switch.
nFlipOrderHdrColList - Variable in class SearchGUI.SGstate
 
nFlipRowFilterNames - Variable in class Globals
Size of the list of row names [0:nFlipRowFilterNames-1] to be used when generating the flipped Table using the '-flipTableByIndexMap:{flipDataFile,flipIndexMapFile}' switch.
nGenParamTemplates - Variable in class Globals
Number of Param Templates.
nGenSummaryTemplates - Variable in class Globals
Number of Summary Templates .
nGenSupportFilesToCopy - Variable in class Globals
Number of support files to copy to the batchScriptsDir.
nGenTreeCopy - Variable in class Globals
Number of instances to copy input data tree data to batch scripts subdirectory for copying genTreeSrcTreeDir[0:nGenTreeCopy-1] directory trees to genTreeDstTreeDir[0:nGenTreeCopy-1].
nHdrMapColNames - Variable in class Globals
Number of mappings to check when map header column names.
nIMrows - Variable in class DataRowStatisticsIndexMap
Number of data rows in the index map Table.
nInputFiles - Variable in class Globals
# of input files found in inputDataDir
nKeepColNames - Variable in class Globals
Size of the keepColNames[] list to drop from the in outout.
nLong2ShortHdrNamesMap - Variable in class Globals
The length of the (From_name\tTo_name) data used to map long to short header names.
nMakeMapColNames - Variable in class Globals
Number of entries in the ordered lList of column names makeMapColNames[] to be used in the map file being created.
nMapDollarsigns - Variable in class Globals
Number of mappings to check when map prologue, epilogue and cell data of the form '$$keyword$$' to 'toString'.
nMapQuestionmarks - Variable in class Globals
Number of mappings to check when map prologue, epilogue and cell data of the form '??keyword??' to 'toString'.
noBorderFlag - Variable in class Globals
Flag set if the TABLE does not have a border.
nParamScripts - Variable in class GenBatchScripts
Counter for generated parameter scripts.
nParamTemplates - Variable in class GenBatchScripts
Size of list of Parameter template names and file names
nr_betacf(double, double, double) - Static method in class MathCM
nr_betacf() - evaluation fct for the incomplete Beta function 'x(a,b).
nr_betai(double, double, double) - Static method in class MathCM
nr_betai() - return the incomplete Beta function 'x(a,b).
nr_gammln(double) - Static method in class MathCM
nr_gammln() - Return ln(gamma()) of x by polynomial evaluation.
nReorderColName - Variable in class Globals
Size of list of Column header names reorderColName[0:nReorderColName-1] from '-reorderColumn:{colName,newColNbr}' to reorder this column to the new column number in reorderColNbr[0:nReorderColName-1].
nRowGSPIDfilters - Variable in class SearchGUI.SGstate
 
nRows - Variable in class CvtGUI
# of character rows to show
nSearchTermNames - Variable in class SearchGUI
 
nSeekRows - Variable in class MakeFlipTable
Size of start/endSeekByte[] lists for reallocation.
nSortTable - Variable in class Globals
The number of instances of the sort rows by column switch -sortRowsByColumn:{colName,'A'scending or 'D'escending}.
nStateEntries - Variable in class SearchGUI.SGstate
# of .sgs hash table entries
nSummaryHTMLfiles - Variable in class GenBatchScripts
Counter for generated Summary HTML files.
nTestDataForRelDir - Variable in class GenBatchScripts.TestDataForRelDir
Size of xxxRelDir[] arrays for this class.
nTestDataForRelDir - Variable in class MakeTestsIntersectionTbl.TestDataForRelDir
Size of xxxRelDir[] arrays for this class.
nUniqueEGgroups - Variable in class GenBatchScripts.TestDataForRelDir
Size of unique Expression Groups.
nUniqueEGgroups - Variable in class MakeTestsIntersectionTbl.TestDataForRelDir
Size of unique Expression Groups.
nUnmodifiedFieldNames - Variable in class FileTable
Size of unmodifiedFieldNames[], the list of unmodified tField[] names.

O

off_timer(long) - Static method in class UtilCM
off_timer() - Compute the time banner String assuming that a on_timer(cpuTime,runTime) was done previously.
okBetaCF - Static variable in class MathCM
RTN: if nr_betacf() was ok
okBetaI - Static variable in class MathCM
RTN: if nr_betai() was ok
oldHdrMapColNames - Variable in class Globals
List of old header map column names.
oldUserDir - Variable in class Globals
This is the old current directory before it was changed by a new working directory set by the'-batchProcess:{file of param specs, opt.
on_timer() - Static method in class UtilCM
on_timer() - Get the current time (in milliseconds)
openSourceNotice - Static variable in class Globals
Open Source help string
orEGnamesRB - Variable in class SearchGUI
OR match radio button for EG sample list specification, button grouped with andEGnamesRB.
osName - Static variable in class Globals
JVM ("os.name") that we are running in
outputDataDir - Variable in class Globals
Output Data Path to use from "-outputDir:{outputHTMLdir}" command, default is "html".
outputExt - Variable in class Globals
Output file extension
outputFiles - Variable in class Globals
List of input files (with inputExt) to convert
outputSearchDir - Variable in class SearchGUI
Param .map default output Dir
outputSearchDir - Variable in class SearchGUI.SGstate
 

P

pageDescrForRelDir - Variable in class GenBatchScripts.TestDataForRelDir
List of page descriptions when rows computed as side effect for computing active lists when calling getAllTestDataForRelDir().
pageDescrForRelDir - Variable in class MakeTestsIntersectionTbl.TestDataForRelDir
List of page descriptions when rows computed as side effect for computing active lists when calling getAllTestDataForRelDir().
pageLabelListForRelDir - Variable in class GenBatchScripts.TestDataForRelDir
List of page labels when rows computed as side effect for computing active lists when calling getAllTestDataForRelDir().
pageLabelListForRelDir - Variable in class MakeTestsIntersectionTbl.TestDataForRelDir
List of page labels when rows computed as side effect for computing active lists when calling getAllTestDataForRelDir().
paramMapDir - Variable in class Globals
Directory with the Parameter command list file.
paramMapFile - Variable in class Globals
Parameter command list file is used.
paramsTestDir - Variable in class GenBatchScripts
The directory where save the generated params .map files.
paramTemplates - Variable in class GenBatchScripts
List of Parameter template strings
paramTemplatesFiles - Variable in class GenBatchScripts
List of default Parameter template file names.
paramTemplatesNames - Variable in class GenBatchScripts
List of Parameter template names
parseGBSswitches(String) - Method in class Switches
parseGBSswitches() - parse curSW switch to see if it is a GBS option where GSB is GenBatchScripts.
parseHTtoSGstate() - Method in class SearchGUI.SGstate
parseHTtoSGstate() - parse .sgs state hashtable to SGstate variables.
parseJTVswitches(String) - Method in class Switches
parseJTVswitches() - parse curSW switch to see if it is a JTV option.
parseSwitches(String[]) - Method in class Switches
parseSwitches() - parse the arg list and set global switches and variables.
parseTableFromString(String) - Method in class FileTable
parseTableFromString() - convert tab-delim string to Table structure.
parseTIswitches(String) - Method in class Switches
parseTIswitches() - parse curSW switch to see if it is a TI option where TI is Tests-Intersections command.
pd - Variable in class CvtGUI
Thread for converter processing
pds - Variable in class SearchGUI
Thread for converter processing
pF - Variable in class MathCM
CALC: f-test p-value w/NULL hypoth set by calcTandPvalues()
pickGeneratedHTMLfileName(int) - Method in class CvtGUI
pickGeneratedHTMLfileName() - list the generated HTML file names.
positionReportWindow() - Method in class CvtGUI
positionReportWindow() - position report window on the screen
positionReportWindow() - Method in class SearchGUI
positionReportWindow() - position report window on the screen
postCopyFilesAndDirectories() - Method in class HTMLtools
postCopyFilesAndDirectories() - copy files post-conversion using the set of -copyFile:{srcFile,destFile} and -copyTree:{srcTreeFiles,destPath} switches specified.
precision - Variable in class DataRowStatisticsIndexMap
Number of of digits in output statistics for .sidx Table
preprocessTable(FileTable) - Method in class HTMLtools
preprocessTable() - pre-process the Table prior to conversion to HTML.
printFSMflag - Variable in class CvtGUI
print FSM debug statements in printGuiFSM()
printGuiFSM(String, boolean) - Method in class CvtGUI
printGuiFSM() - print GuiFSM if printFlag set
printGuiFSM(String, boolean) - Method in class SearchGUI
printGuiFSM() - print GuiFSM if printFlag set
printGuiFSMlf(String, boolean) - Method in class CvtGUI
printGuiFSMlf() - print GuiFSM if printFlag set followed by extra line feed
printGuiFSMlf(String, boolean) - Method in class SearchGUI
printGuiFSMlf() - print GuiFSM if printFlag set followed by extra line feed
printSearchResultsFileNames() - Method in class SearchGUI
printSearchResultsFileNames() - print Search-Results File Names to log.
processButton - Variable in class CvtGUI
button for "Process" button - may enable/disable button
processButton - Variable in class SearchGUI
button for "Process" button - may enable/disable button
processData() - Method in class MakeFlipTable
processData() - create the flipped data Table and write it out by the following algorithm.
ProcessData - Class in <Unnamed>
Class ProcessData is used to create data processing Thread to run the converter.
ProcessData(CvtGUI, String, String[]) - Constructor for class ProcessData
ProcessData() - Constructor
ProcessDataSearch - Class in <Unnamed>
Class ProcessDataSearch is used to create data processing Thread to run the search converter.
ProcessDataSearch(SearchGUI, String, String[]) - Constructor for class ProcessDataSearch
ProcessDataSearch() - Constructor
processedOKflag - Variable in class CvtGUI
"Process was ok" if true.
processedOKflag - Variable in class SearchGUI
"Process was ok" if true.
processFlag - Variable in class CvtGUI
"Processing" data in the GUI
processFlag - Variable in class SearchGUI
"Processing" data in the GUI
processGuiStateData() - Method in class CvtGUI
processGuiStateData() - Process data specified by the GUI state.
processGuiStateData() - Method in class SearchGUI
processGuiStateData() - Process data specified by the GUI state.
ProcessLoadIndexMapData - Class in <Unnamed>
Class ProcessLoadIndexMapDatais used to create a data processing Thread to load the IndexMap database.
ProcessLoadIndexMapData(SearchGUI, String, FileTable) - Constructor for class ProcessLoadIndexMapData
ProcessLoadIndexMapData() - Constructor
processTableFile(int, int, String, String, String, String, String, String, String, boolean) - Method in class HTMLtools
processTableFile() - Process an input file into an output HTML file.
programName - Variable in class CvtGUI
The name of the program
programName - Static variable in class Globals
Program name
programName - Variable in class SearchGUI
The name of the program
programSummary - Static variable in class Globals
program summary
prolog - Variable in class Globals
HTML prolog string.
prologFile - Variable in class Globals
HTML prolog file.
promptFileName(String, String) - Method in class FileIO
promptFileName() - pop up prompt for file name
pT - Variable in class MathCM
CALC: t-test p-value w/NULL hypoth set by calcTandPvalues()
ptViewer - Static variable in class UtilCM
Optional Big Report PopupTextViewer text area will output appendPRmsg if not null.

Q

quickSort(int[], int, int) - Static method in class Sort
quickSort() - sort the int[] array.
quit() - Method in class CvtGUI
quit() - closing down the window, get rid of the frame.
quit() - Method in class SearchGUI
quit() - closing down the window, get rid of the frame.

R

raf - Variable in class FileIO
Random access file handle if used
rafBuffer - Variable in class FileIO
Random access file buffer if used
rafFileName - Variable in class FileIO
Random access filename if used
rafLastSeekPtr - Variable in class FileIO
Last random access seek pointer
readAllZipEntries(String) - Method in class FileIO
readAllZipEntries() - get array of name and data for each zip entry The returned array is of form
readAndParseTable(String) - Method in class FileTable
readAndParseTable() - read & convert tab-delim file to Table structure.
readAndParseTableAll(String) - Method in class FileTable
readAndParseTableAll() - read & convert tab-delim file to Table structure.
readAndParseTableData(String, boolean, boolean, boolean) - Method in class FileTable
readAndParseTableData() - read & convert tab-delim file to Table structure.
readAndParseTableFields(String) - Method in class FileTable
readAndParseTableFields() - read tab-delim file to tFields Table structure.
readAndParseTableFieldsAndIndexMap(String) - Method in class FileTable
readAndParseTableFieldsAndIndexMap - read tab-delim file to tFields and ftIdxMap Table.
readAndParseTableIndexMap(String) - Method in class FileTable
readAndParseTableIndexMap() - read tab-delim file to Table Index-Map.
readBytesFromURL(String, String) - Method in class FileIO
readBytesFromURL() - read binary data from URL
readBytesFromURL(String, String) - Static method in class UtilCM
readBytesFromURL() - read binary data from URL into byte[] array.
readDataFileHeader() - Method in class DataRowStatisticsIndexMap
readDataFileHeader() - read the data file FileTable to ft.
readFileAsString(String) - Method in class FileIO
readFileAsString() - read file from disk and return data as String
readFileAsString(File) - Method in class FileIO
readFileAsString() - Will read file from disk & returns as String
readFileZipEntries(String) - Method in class FileIO
readFileZipEntries() - read zip file to a Vector of ZipEntry entry files but no directory items.
readIndexMapFile() - Method in class DataRowStatisticsIndexMap
readIndexMapFile() - read the IndexMap FileTable to ftIM.
readLineRowFromFile(String, int, FileTable) - Method in class FileTable
readLineRowFromFile() - random access read row r data from indexed file.
readNameValuesHashTableFromFile(String, int) - Method in class SearchGUI.SGstate
readNameValuesHashTableFromFile() - read hashtable tab-delim name-value pairs from a file.
readRandomAccessData(String, long, long) - Method in class FileIO
readRandomAccessData() - read random access data from file.
readRandomAccessLine(String, long) - Method in class FileIO
readRandomAccessLine() - read random access line from file with readLine.
readSGstateFile(String) - Method in class SearchGUI.SGstate
readSGstateFile() - read the SearchGUI State file stateFile with a .sgs file extension.
readStringFromURL(String, String) - Method in class FileIO
readStringFromURL() - read a String data from URL
readTableLineRowFromFile(String, int, FileTable, String) - Method in class FileTable
readTableRowFromFile() - random access read row r token list from indexed file.
readyFlag - Variable in class ProcessData
Ready to do new computation flag.
readyFlag - Variable in class ProcessDataSearch
Ready to do new computation flag.
referenceManual - Static variable in class Globals
Reference Manual is "MANUAL.html" for CvtTabDelim2HTML and "ReferenceManual.html" for HTMLtools.
reinitGBSglobalSwitches() - Method in class Globals
reinitGBSglobalSwitches() - reinitialize GBS Global variable switches.
reinitGlobalSwitches() - Method in class Globals
reinitGlobalSwitches() - reinitialize Global variable switches.
reinitJTVglobalSwitches() - Method in class Globals
reinitJTVglobalSwitches() - reinitialize JTV Global variable switches.
reinitTIglobalSwitches() - Method in class Globals
reinitTIglobalSwitches() - reinitialize TestsIntersection Global switches.
removeEmptyStringsFromArray(String[]) - Static method in class UtilCM
removeEmptyStringsFromArray() - remove nulls and empty Strings in 1D array.
removeQuotes(String) - Static method in class UtilCM
removeQuotes() - remove '\"' characters from string
removeRowFromTable(int) - Method in class FileTable
removeRowFromTable() - remove row of data from table.
reorderColName - Variable in class Globals
List of Column header names [0:nReorderColName-1] from '-reorderColumn:{colName,newColNbr}' to reorder this column to the new column number in reorderColNbr[].
reorderColNbr - Variable in class Globals
New column index of size [0:nReorderColName-1] from '-reorderColumn:{colName,newColNbr}' to reorder the columns in reorderColName[] to the new column number in reorderColNbr[].
reorderColumnsInTable(String[], int[], int, boolean) - Method in class FileTable
reorderColumnsInTable() - reorder Table tFields and tData by column index of the Table based on the list of column header names reordColName[0:nReorderColName-1] to be reordered by a corresponding list of new column numbers in reordColNbr[].
reorderNAMEsubfieldsInCDT(FileTable) - Method in class JTVconvert
reorderNAMEsubfieldsInCDT() - reorder 'NAME' subfields in CDT all data rows to improve usability in JTV browser.
reorderRemainingColumnsFlag - Variable in class Globals
 
reorderRowsBySortIndex(int[]) - Method in class FileTable
reorderRowsBySortIndex() - reorder the entire table rows by the sortIdx.
replaceColumnData(String, String[]) - Method in class FileTable
replaceColumnData() - replace Table data in a column by reference.
replaceColumnData(int, String[], boolean) - Method in class FileTable
replaceColumnData() - replace data in a column in the Table.
replaceColumnDataByValue(String, String[]) - Method in class FileTable
replaceColumnData() - replace Table data in a column by value.
replaceSpaceWithCommaSpaceDelim(String) - Static method in class UtilCM
replaceSpaceWithCommaSpaceDelim() - replace " "-delim list with ", " list in the string str.
replaceSubstrInString(String, String, String) - Static method in class UtilCM
replaceSubstrInString() - recursively replace oldToken with newToken in the string str.
reportFile - Variable in class CvtGUI
default SAVE AS .txt file for textReport data.
reportFile - Variable in class SearchGUI
Default SAVE AS .txt file for Report-Log textReport data used in reportTextarea.
reportFoldChangeFlag - Variable in class Globals
Flag to indicate reporting fold change in flip Table reporting, when both Class A and B are defined.
reportFoldChangeFlag - Variable in class SearchGUI.SGstate
Flag for "Report Fold Change of 2 sample subsets" set by
reportTextarea - Variable in class SearchGUI
Text area GUI for main Report-Log.
resetButton - Variable in class CvtGUI
button for "Reset" GUI button
resetButton - Variable in class SearchGUI
button for "Reset" converter button
resetInitialGuiProcessingState() - Method in class SearchGUI
resetInitialGuiProcessingState() - reset the search terms & samples GUI state
restoreGUIfromGSstateFile(String) - Method in class SearchGUI
restoreGUIfromGSstateFile() - restore GUI from GSstate .sgs file
restoreSGstateMI - Variable in class SearchGUI
MenuItem "Restore previously saved search .sgs parameters from file"
reZipConvertedFiles(String) - Method in class JTVconvert
reZipConvertedFiles() - ReZip the converted files in the output JTV directory baseDataDir in a file with the same name.
rightSizeArray(String[], int, String) - Static method in class UtilCM
rightSizeArray() - extend or shrink an array to requiredSize.
rmvEnclosingWhitespace(String) - Static method in class UtilCM
rmvEnclosingWhitespace() - remove enclosing whitespace (spaces proceeding and following the non-space string.
rmvRtnChars(String) - Static method in class UtilCM
rmvRtnChars() - remove return chars.
rmvSpecifiedChar(String, char) - Static method in class UtilCM
rmvSpecifiedChar() - remove specified character from string.
rmvTrailingBlankLinesFlag - Variable in class FileTable
Set to true if remove trailing blank lines from the table
rmvTrailingBlankLinesFromTable() - Method in class FileTable
rmvTrailingBlankLinesFromTable() - remove Table trailing blank lines by shortening the table from the bottom of the table.
rmvTrailingBlankRowsAndColumnsFlag - Variable in class Globals
Flag set if remove trailing blank lines and trailing empty columns at the end of the table, default is to allow blank lines.
rmvTrailingEmptyColumnsFlag - Variable in class FileTable
Set to true to remove empty trailing columns defined as columns in a Table with a header as null column names.
rowListForRelDir - Variable in class GenBatchScripts.TestDataForRelDir
List of rows computed as side effect for computing active lists when calling getAllTestDataForRelDir().
rowListForRelDir - Variable in class MakeTestsIntersectionTbl.TestDataForRelDir
List of rows computed as side effect for computing active lists when calling getAllTestDataForRelDir().
rowNbrToSeek - Variable in class MakeFlipTable
List of row numbers corresponding to the seek pointers.
rptStatusLineLabel - Static variable in class UtilCM
Report Label will output updateReportStatusLine if not null.
rptStatusLineTextField - Static variable in class UtilCM
Report text field will output updateReportStatusLine if not null.
rptTextArea - Static variable in class UtilCM
Report text area will output appendPRmsg if not null.
run() - Method in class ProcessData
run() - Process data specified by the GUI state
run() - Method in class ProcessDataSearch
run() - Process data specified by the GUI state
run() - Method in class ProcessLoadIndexMapData
run() - Process data specified by the GUI state

S

s_pValueThr - Variable in class GenBatchScripts
The Test-ToDo ftGTT Table instance variables
s_pValueThr - Variable in class MakeTestsIntersectionTbl
The Test-ToDo ftGTT Table instance variables
sAffyCELfile - Variable in class GenBatchScripts
The Test-ToDo ftGTT Table instance variables
sAffyCELfile - Variable in class MakeTestsIntersectionTbl
The Test-ToDo ftGTT Table instance variables
sampleChoiceData - Variable in class SearchGUI
The sample list is a 2 column array where the Object value is [][0], and the viewable choice name is [][1].
sampleRowFilter - Variable in class SearchGUI.SGstate
 
sampleRowFilterALLflag - Variable in class SearchGUI.SGstate
 
samplesList - Variable in class SearchGUI
 
saveEditedTable2File - Variable in class Globals
Make a Table file from the modified input table stream.
saveEditHTMLflag - Variable in class Globals
Save output HTML when doing a -saveEditedTable2File operation.
saveEditTableFlag - Variable in class Globals
Save edited data Table in an output file.
saveFlipTableAsHTMLfile(String, String) - Method in class MakeFlipTable
saveFlipTableAsHTMLfile() - save flip Table as HTML file.
saveFlipTableAsTextfile(String, String) - Method in class MakeFlipTable
saveFlipTableAsTextfile() - save flip Table as a tab-delimited text file.
saveGUItoGSstateFile(String) - Method in class SearchGUI
saveGUItoGSstateFile() - save GUI to GSstate .sgs file
saveIndexMapFile(String, String, String, FileTable) - Method in class HTMLtools
saveIndexMapFile() - save the index map table for the edited Table If doing '-makeIndexMapFile:{colName1,colName2,...,colNameN}' first generate the Index-Map Table using the makeIdxMapTable().
saveSGstateMI - Variable in class SearchGUI
MenuItem "SaveAs current search .sgs parameters to file"
sBatchDoitData - Variable in class GenBatchScripts
Batch Data as the file name used to create the batch output file.
sClassA - Variable in class GenBatchScripts
The Test-ToDo ftGTT Table instance variables
sClassA - Variable in class MakeTestsIntersectionTbl
The Test-ToDo ftGTT Table instance variables
sClassB - Variable in class GenBatchScripts
The Test-ToDo ftGTT Table instance variables
sClassB - Variable in class MakeTestsIntersectionTbl
The Test-ToDo ftGTT Table instance variables
SearchGUI - Class in <Unnamed>
Class SearchGUI is used to create a popup GUI to run the converter.
SearchGUI(HTMLtools, String, String, String, String, String, String) - Constructor for class SearchGUI
SearchGUI() - Constructor
SearchGUI.SGstate - Class in <Unnamed>
Class SGstate contains the SearchGUI state as well as functions to maintain the state.
SearchGUI.SGstate(SearchGUI) - Constructor for class SearchGUI.SGstate
SGstate() - Constructor
searchResultsBaseFile - Variable in class SearchGUI.SGstate
Default Search-Results base file name if not null or "".
searchResultsFilenamePrefixTF - Variable in class SearchGUI
SearchResults filename Prefix text field
searchRowFilterName - Variable in class SearchGUI
Switch supplied search sample groups filter name for sampleExprGroupsTextArea.
searchRowFilterPrompt - Variable in class SearchGUI
Switch supplied search samples group filter prompt for sampleExprGroupsTextArea.
searchSampleChoiceFile - Variable in class SearchGUI
The name of the sample list Table file.
searchTermFilter - Variable in class SearchGUI
 
searchTermFilterStr - Variable in class SearchGUI.SGstate
 
searchTermNames - Variable in class SearchGUI
 
searchTermsDemoData - Variable in class SearchGUI.SGstate
The demo argument to load into the searchTermTextArea GUI Set by "-searchTermsDemoData:{list of search terms}"
searchTermsFilterPrompt - Variable in class SearchGUI
Switch supplied search Terms filter prompt for searchTermTextArea Set by -searchTermsFilterPrompt:{...}.
searchTermTextArea - Variable in class SearchGUI
Text area GUI for entering list of search terms
searchUserTermListColName - Variable in class SearchGUI.SGstate
The user column name to use when reading data from a user term list file Table to load into the the searchTermTextArea GUI.
searchUserTermListFile - Variable in class SearchGUI.SGstate
The file name to use when reading data from a user term list file Table to load into the the searchTermTextArea GUI.
searchUserTermListStr - Variable in class SearchGUI.SGstate
The user search terms list string to use when reading data from a user term list file Table to load into the the searchTermTextArea GUI.
searchUserTermListTitle - Variable in class SearchGUI.SGstate
The user title string to use when reading data from a user term list file Table to load into the the searchTermTextArea GUI.
serialVersionUID - Static variable in class CvtGUI
 
serialVersionUID - Static variable in class ProcessData
 
serialVersionUID - Static variable in class ProcessDataSearch
 
serialVersionUID - Static variable in class ProcessLoadIndexMapData
 
serialVersionUID - Static variable in class SearchGUI
 
setAbortProcessingFlag(boolean) - Static method in class HTMLtools
setAbortProcessingFlag() - set abort processing flag abortProcessingFlag.
setBigReportTextViewer(PopupTextViewer) - Static method in class UtilCM
setBigReportTextViewer() - assign Big report text viewer GUI window
setCancelFlag(boolean) - Method in class CvtGUI
setCancelFlag() - set the Cancel flag value
setCancelFlag(boolean) - Method in class SearchGUI
setCancelFlag() - set the Cancel flag value
setColNameIndexMapKeys(String[]) - Method in class FileTable
setColNameIndexMapKeys() - set column names keys for ftIdxMap index-map.
setColumnDataByValue(String, String) - Method in class FileTable
setColumnDataByValue() - set all data in a column in Table to a value.
setColumnDataByValue(int, String) - Method in class FileTable
setColumnDataByValue() - set all data in a column in Table to a value.
setDataFilterList(String, String[]) - Method in class MakeTestsIntersectionTbl
setDataFilterList() - set list of data keywords for filtering data.
setDataTable(FileTable) - Method in class DataRowStatisticsIndexMap
setDataTable() - set the data FileTable ft to use if any if it is already in memory.
setDebugNameValue(String, String) - Static method in class UtilCM
setDebugNameValue() - set DEBUG (name,value) pair.
setDemoParameters() - Method in class SearchGUI
setDemoParameters() - set the Search Terms list for demo state.
setDuplicateFieldsFlag(boolean) - Method in class FileTable
setDuplicateFieldsFlag() - set duplicate fields Flag.
setEnableAssignButtonsAndMenus() - Method in class CvtGUI
setEnableAssignButtonsAndMenus() - set Assign buttons & menus state.
setEnableAssignState() - Method in class CvtGUI
setEnableAssignState() - set Assign buttons & menus state.
setEnableCancelButtonsAndMenus(String) - Method in class CvtGUI
setEnableCancelButtonsAndMenus() - when are able to do processing state.
setEnableCancelButtonsAndMenus(String) - Method in class SearchGUI
setEnableCancelButtonsAndMenus() - when are able to do processing state.
setEnableCancelState() - Method in class CvtGUI
setEnableCancelState() - when are able to do processing state.
setEnableCancelState() - Method in class SearchGUI
setEnableCancelState() - when are able to do processing state.
setEnableProcessingButtonsAndMenus(String) - Method in class CvtGUI
setEnableProcessingButtonsAndMenus() - when able to start processing state.
setEnableProcessingState() - Method in class CvtGUI
setEnableProcessingState() - when are able to start processing state.
setEnableSearchParamsButtonsAndMenus() - Method in class SearchGUI
setEnableSearchParamsButtonsAndMenus() - set Search buttons & menus state.
setEnableSearchParamsState() - Method in class SearchGUI
setEnableSearchParamsState() - set Search parameters GUI & menus state.
setEnableViewingButtonsAndMenus() - Method in class CvtGUI
setEnableViewingButtonsAndMenus() - when can view processed HTML files state.
setEnableViewingButtonsAndMenus() - Method in class SearchGUI
setEnableViewingButtonsAndMenus() - when can view processed HTML files state.
setEnableViewingState() - Method in class CvtGUI
setEnableViewingState() - when can view processed HTML files state.
setEnableViewingState() - Method in class SearchGUI
setEnableViewingState() - when can view processed HTML files state.
setFieldsToTable(String[]) - Method in class FileTable
setFieldsToTable() - set the Fields list to the Table and set tCols.
setFlippedOutputFile(String) - Method in class MakeFlipTable
setFlippedOutputFile() - set the dir and name for flipped output file.
setGUItitle(String) - Method in class CvtGUI
setGUItitle() - update title in popup window
setGUItitle(String) - Method in class SearchGUI
setGUItitle() - update title in popup window
setGUItoSGstate(SearchGUI.SGstate) - Method in class SearchGUI
setGUItoSGstate() - set GUI to instance of SGstate.
setHasEmptyLineBeforeTableFlag(boolean) - Method in class FileTable
setHasEmptyLineBeforeTableFlag() - set look for empty line(s) BEFORE table data flag
setHasTableHeaderFlag(boolean) - Method in class FileTable
setHasTableHeaderFlag() - set Has Table Header Flag.
setHeadersToTable(String[][], int, int) - Method in class FileTable
setHeadersToTable() - set the Headers list to the Table and set tHdrRows.
setIndexMapTable(FileTable) - Method in class DataRowStatisticsIndexMap
setIndexMapTable() - set the IndexMap FileTable ftIM to use if it is already in memory.
setLogMsgs(boolean) - Static method in class UtilCM
setLogMsgs() - enable/disable logging
setNbrTableHdrLines(int) - Method in class FileTable
setNbrTableHdrLines() - number of lines of the Table header.
setReportStatusLineLabel(JLabel) - Static method in class UtilCM
setReportStatusLineLabel() - assign report status line label in GUI in popup report window.
setReportStatusLineTextField(JTextField) - Static method in class UtilCM
setReportStatusLineTextField() - assign report status line GUI text field in popup report window.
setReportText(String) - Method in class CvtGUI
setReportText() - update text in popup window
setReportText(String) - Method in class SearchGUI
setReportText() - update text in popup window
setReportTextArea(JTextArea) - Static method in class UtilCM
setReportTextArea() - assign report text area in popup report GUI window
setRmvTrailingBlankLinesFlag(boolean) - Method in class FileTable
setRmvTrailingBlankLinesFlag() - remove trailing blank lines in the table by shortening the end of the table.
setRmvTrailingEmptyColumnsFlag(boolean) - Method in class FileTable
setRmvTrailingEmptyColumnsFlag() - set remove empty trailing columns flag.
setSaveAsFile(String) - Method in class CvtGUI
setSaveAsFile() - set SaveAs file default file name
setSaveAsFile(String) - Method in class SearchGUI
setSaveAsFile() - set SaveAs file default file name
setShow(boolean) - Method in class CvtGUI
setShow() - set the show/hide popup status
setShow(boolean) - Method in class SearchGUI
setShow() - set the show/hide popup status
setStartTableAtColStr(String) - Method in class FileTable
setStartTableAtColStr() - start Table at string known to be in header.
setStateHashtableForGetValue(Hashtable, int) - Method in class SearchGUI.SGstate
setStateHashtableForGetValue() - set working H.T.
setStateHashtableForGetValue(Hashtable) - Method in class SearchGUI.SGstate
setStateHashtableForGetValue() - set working H.T.
setTablePrecision(int) - Method in class DataRowStatisticsIndexMap
setTablePrecision() - set number of digits in output statistics.
setTestFilterList(String, String[]) - Method in class MakeTestsIntersectionTbl
setTestFilterList() - set list of test keywords for filtering tests.
setupPrologEpilogue() - Method in class HTMLtools
setupPrologEpilogue() - setup the prolog and epilogue strings if the files exist.
setUseOnlyLastHeaderLineFlag(boolean) - Method in class FileTable
setUseOnlyLastHeaderLineFlag() - set reduce number of header lines to 1 even if there are more than 1 header lines.
setUserSearchTermFileParameters() - Method in class SearchGUI
setUserSearchTermFileParameters() - set search term list from user file.
setUserTermListFromFile() - Method in class SearchGUI
setUserTermListFromFile() - set user search term-list state from a file.
sFCcalc - Variable in class GenBatchScripts
The Test-ToDo ftGTT Table instance variables
sFCcalc - Variable in class MakeTestsIntersectionTbl
The Test-ToDo ftGTT Table instance variables
sFCthr - Variable in class GenBatchScripts
The Test-ToDo ftGTT Table instance variables
sFCthr - Variable in class MakeTestsIntersectionTbl
The Test-ToDo ftGTT Table instance variables
sFlipTableReport - Variable in class MakeFlipTable
Computation Strings that can be added to the report.
sFlipTableReportHTML - Variable in class MakeFlipTable
 
sgs - Variable in class SearchGUI
SearchGUI state variables that can be saved/imported from .sgs files.
sGSP_ID - Variable in class GenBatchScripts
The Test-ToDo ftGTT Table instance variables
sGSP_ID - Variable in class MakeTestsIntersectionTbl
The Test-ToDo ftGTT Table instance variables
sgStateHT - Variable in class SearchGUI.SGstate
Hash table of .sgs values read
sGui - Static variable in class HTMLtools
SearchGui instance if it exists
sGui - Variable in class ProcessDataSearch
Note all GUI global variables are in SearchsGui.java instance.
sGui - Variable in class ProcessLoadIndexMapData
Note all GUI global variables are in SearchGUI.java instance.
sGui - Variable in class SearchGUI.SGstate
 
sGui - Variable in class SearchGUI
 
sGuiArgV - Variable in class CvtGUI
Command line string created to use when running the converter used by ProcessData
sGuiArgV - Variable in class ProcessData
Command line string created to use when running the converter used by ProcessData.
sGuiArgV - Variable in class ProcessDataSearch
Command line string created to use when running the converter used by ProcessDataSearch.
sGuiArgV - Variable in class SearchGUI
Command line string created to use when running the converter used by ProcessDataSearch
showDataHeatmapFlipTableFlag - Variable in class Globals
Flag used to generate colored heat-map data cells in a HTML conversion for a flip table using the '-flipTableByIndexMap' option.
showDataHeatmapFlipTableFlag - Variable in class SearchGUI.SGstate
 
showDataHeatmapFlipTableMCB - Variable in class SearchGUI
Menu checkbox item for "Show data heat-map in View HTML Results"
showStatusFlag - Variable in class CvtGUI
 
showStatusFlag - Variable in class SearchGUI
 
SHRINK_BIG_CELL_SIZE - Variable in class Globals
Size beyond which a -shrinkBig cell is considered to be BIG
SHRINK_CELL_SIZE - Variable in class Globals
Decrease font size by this amount if a cell is considered to be BIG
shrinkBigCellsFlag - Variable in class Globals
Shrink big cells in the table with more than bigShrinkCellThr characters by decreasing the font size by bigCellFontSize for those cells.
shrinkStrToSmallerFont(String) - Method in class Convert
shrinkStrToSmallerFont() - if the useHTMLfontSize or the |str| > bigShrinkCellThr.
sHTMLpageDescr - Variable in class GenBatchScripts
The Test-ToDo ftGTT Table instance variables
sHTMLpageDescr - Variable in class MakeTestsIntersectionTbl
The Test-ToDo ftGTT Table instance variables
sHTMLpageLabel - Variable in class GenBatchScripts
The Test-ToDo ftGTT Table instance variables
sHTMLpageLabel - Variable in class MakeTestsIntersectionTbl
The Test-ToDo ftGTT Table instance variables
sHTMLtissueName - Variable in class GenBatchScripts
The Test-ToDo ftGTT Table instance variables
sHTMLtissueName - Variable in class MakeTestsIntersectionTbl
The Test-ToDo ftGTT Table instance variables
sleepMsec(int) - Static method in class UtilCM
sleepMsec() - sleep for mSec.
Sort - Class in <Unnamed>
Class Sort contains utility sort functions.
Sort() - Constructor for class Sort
Sort() - Constructor
sortFlipTableByColumnName - Variable in class Globals
 
sortFlipTableByColumnName - Variable in class SearchGUI.SGstate
 
sortRowsByColumnFlag - Variable in class Globals
Flag to sort the rows of the Table by values in the specified column.
sortTableAscendingFlag - Variable in class Globals
Flag to specify the sort direction of the rows of the Table by values in the specified column.
sortTableColName - Variable in class Globals
Name of column to sort the rows of the Table by values in this column.
sortTableRowsByField(String, boolean, boolean) - Method in class FileTable
sortTableRowsByField() - sort table rows by field.
sortTableRowsByField(int, String, boolean, boolean) - Method in class FileTable
sortTableRowsByField() - sort table rows by idxSortField field index.
sortTableTitle - Variable in class MakeFlipTable
Sort Table title if any
sParamsStr - Variable in class Globals
Parameter command list string if parameter file is used.
specificInputFileList - Variable in class Globals
Specific list of input files string from "-files:f1,f2,...,fn" cmd line switch.
sRelDir - Variable in class GenBatchScripts
The Test-ToDo ftGTT Table instance variables
sRelDir - Variable in class MakeTestsIntersectionTbl
The Test-ToDo ftGTT Table instance variables
sSimpleGSP_ID - Variable in class GenBatchScripts
The Test-ToDo ftGTT Table instance variables
sSimpleGSP_ID - Variable in class MakeTestsIntersectionTbl
The Test-ToDo ftGTT Table instance variables
startSeekByte - Variable in class MakeFlipTable
List of start row byte seek pointers.
startsWithIgnoreCase(String, String) - Static method in class UtilCM
startsWithIgnoreCase() - test if str starts with startStr ignoring case
startTableAtKeywordLine - Variable in class Globals
When looking for the start of a Table in file with complex info and possibly multiple blank lines, this switch lets the converter search for a specific keyword as any part of the last Table header line allowing you to specify multiple header lines using the '-hdrLines' switch.
startTblColStr - Variable in class FileTable
Set to string known to be in header.
statIndexMapFilePath - Variable in class DataRowStatisticsIndexMap
The full path of the Statistics Index Map file (.sidx extension).
statusLineLabel - Variable in class CvtGUI
Status line label updated with UtilCM.updateReportStatusLine()
statusLineLabel - Variable in class SearchGUI
Status line label updated with UtilCM.updateReportStatusLine()
stdDevRowVal - Variable in class DataRowStatisticsIndexMap
Computed row data stdDev values from the data Tables.
sTestName - Variable in class GenBatchScripts
The Test-ToDo ftGTT Table instance variables
sTestName - Variable in class MakeTestsIntersectionTbl
The Test-ToDo ftGTT Table instance variables
STYLE_DL - Static variable in class Convert
 
STYLE_OL - Static variable in class Convert
 
STYLE_TABLE - Static variable in class Convert
 
STYLE_UL - Static variable in class Convert
 
summaryPath - Variable in class GenBatchScripts
The directory where save the generated Summary HTML files.
sw - Variable in class Globals
Global Switches instance
Switches - Class in <Unnamed>
File Switches class used to parse the switches from the command line args passed as argsV[].
Switches(HTMLtools) - Constructor for class Switches
Switches() - Constructor.

T

t - Variable in class MathCM
CALC: t or t' statistic set by calcTandPvalues()
tableDataDir - Variable in class Globals
Tables Path to use for various mapping tables specified with the "-tableDir:{tablesDirectory}" command, default is "data.Table".
tableSearchDir - Variable in class SearchGUI
Param .map default table Dir
tCols - Variable in class FileTable
number of columns/row in the table.
tData - Variable in class FileTable
row data cell vectors [0:tRows-1][0:tCols-1]
tDataFull - Variable in class FileTable
This is the (sorted) full table data BEFORE the length of the table was limited using limitMaxRowsXXX() methods.
tdfrd - Variable in class GenBatchScripts
Class to contain lists of rows of data computed as side effect for computing active lists when calling getAllTestDataForRelDir().
tdfrd - Variable in class MakeTestsIntersectionTbl
Class to contain lists of rows of data computed as side effect for computing active lists when calling getAllTestDataForRelDir().
testAndSetProjDir(String, boolean) - Method in class CvtGUI
testAndSetProjDir() - [DEPRICATE] test and set project directory cvt.userDir.
testAndSetProjDir(String, boolean) - Method in class SearchGUI
testAndSetProjDir() - test and set project directory cvt.userDir.
testDebugValue(String, String) - Static method in class UtilCM
testDebugValue - test if testValue is indexOf() value if name is debug(name,value).
testDir(String) - Method in class FileIO
testDir() - test if file exists and is a readable directory.
testFile(String) - Method in class FileIO
testFile() - test if file exists and is readable.
testIfRowIsBlank(String[], int) - Method in class Convert
testIfRowIsBlank() - test if remove trailing blank lines after first line.
testNameListForRelDir - Variable in class GenBatchScripts.TestDataForRelDir
List of testNames when rows computed as side effect for computing active lists when calling getAllTestDataForRelDir().
testNameListForRelDir - Variable in class MakeTestsIntersectionTbl.TestDataForRelDir
List of testNames when rows computed as side effect for computing active lists when calling getAllTestDataForRelDir().
testsInputTreePath - Variable in class MakeTestsIntersectionTbl
Input tree dir path from current directory
testsSizeLimitedFlag - Variable in class MakeTestsIntersectionTbl
 
testsToDoTblFile - Variable in class Globals
The ToDo tests file to use in Tests Intersection mapping.
testsToDoTblPath - Variable in class MakeTestsIntersectionTbl
The path for the tests directory from the current directory.
textarea - Variable in class CvtGUI
Text area GUI for main report
textAreaFontSize - Variable in class CvtGUI
font size
textAreaFontSize - Variable in class SearchGUI
font size
textFontFamily - Variable in class CvtGUI
Text area font family
textFontFamily - Variable in class SearchGUI
Text area font family
textReport - Variable in class CvtGUI
copy of text in textArea
textReport - Variable in class SearchGUI
Copy of text in Report-Log reportTextarea
tFields - Variable in class FileTable
names of table fields.
tHdrRows - Variable in class FileTable
number of header rows (default is 1)
tHeader - Variable in class FileTable
names of table headers of size [0:tHdrRows-1][0:tCols-1].
thresholdFoldChangeColumnsInFlipTable(FileTable, float, double[]) - Method in class MakeFlipTable
thresholdFoldChangeColumnsInFlipTable() - threshold columns < flipFCthreshold.
timeStr() - Static method in class UtilCM
timeStr() - return a new daytime HH:MM:SS string of the current time
title - Variable in class CvtGUI
string for title of frame
title - Variable in class Globals
top level GUI title
title - Variable in class SearchGUI
string for title of frame
tName - Variable in class FileTable
Table name if any
TODO - Class in <Unnamed>
The TODO class is a documentation-only class of things [TODO], [TEST], [DEBUG] or [REFACTOR].
TODO() - Constructor for class TODO
TODO() - dummy Constructor
toShortHdrNamesMap - Variable in class Globals
The short 'To_name' from the (From_name\tTo_name) data used to map long to short header names.
tPreface - Variable in class FileTable
Table preface if any.
trimArrayEnclWhitespace(String[]) - Static method in class UtilCM
trimArrayEnclWhitespace() - trim (clean) enclosing white space in 1D array.
trimTableEnclWhitespace(boolean, boolean) - Method in class FileTable
trimTableEnclWhitespace() - trim (clean) enclosing white space in Table.
tRows - Variable in class FileTable
number of rows.

U

uniqueEGgroupsList - Variable in class GenBatchScripts.TestDataForRelDir
List of unique Expression Groups computed as side effect for computing active lists when calling getAllTestDataForRelDir().
uniqueEGgroupsList - Variable in class MakeTestsIntersectionTbl.TestDataForRelDir
List of unique Expression Groups computed as side effect for computing active lists when calling getAllTestDataForRelDir().
uniqueRelDir - Variable in class GenBatchScripts
Unique list of Relative Directory entries.
uniqueRelDir - Variable in class MakeTestsIntersectionTbl
Unique list of Relative Directory entries.
unmodifiedFieldNames - Variable in class FileTable
List of unmodified tField names, if not null with size nUnmodifiedFieldNames.
updateJarFile(String, String, String) - Static method in class UtilCM
updateJarFile() - update .jar file from URL into program install area.
updateReportStatusLine(String) - Method in class CvtGUI
updateReportStatusLine() - clear text in popup window
updateReportStatusLine(String) - Method in class SearchGUI
updateReportStatusLine() - clear text in popup window
updateReportStatusLine(String) - Static method in class UtilCM
updateReportStatusLine() - set status line message if text field in GUI and/or Label was assigned.
updateSampleList(ListSelectionEvent) - Method in class SearchGUI
updateSampleList() - handle item state changed events NOTE: need to implement radio groups here since AWT only implements radio groups for Checkboxes, and CheckboxMenuItems.
updateSearchGUIjarFile() - Method in class SearchGUI
updateSearchGUIjarFile() - update the SearchGui.jar file from the URL_HOME web server.
URL_HOME - Static variable in class SearchGUI
Home URL for server
URL_JAR_FILE - Static variable in class SearchGUI
URL for SearchGui.jar if update from the server
urlBaseLinkHmapData - Variable in class Globals
URL base link from "-hrefData:{colHdrName,UrlBaseLink,mapTokenInUrl}" switches.
useHTMLfontSize - Variable in class Globals
Use an HTML font size!= null, i.e.
useOnlyLastHeaderLineFlag - Variable in class FileTable
Reduce the number of header lines to 1 even if there are more than 1 header line.
useOnlyLastHeaderLineFlag - Variable in class Globals
Reduce the number of header lines to 1 even if there are more than 1 header line.
userDir - Static variable in class Globals
user directory - JVM ("user.dir")+fileSep
useTest - Variable in class MathCM
CALC: 'B' or 'T' - t-test to use set by calcTandPvalues()
usingGUIflag - Static variable in class HTMLtools
Set if started up as a GUI of any type
util - Variable in class FileTable
Global utilities UtilCM instance
util - Variable in class Globals
Global utilities UtilCM instance
UtilCM - Class in <Unnamed>
Collection of utility functions used by various other classes.
UtilCM() - Constructor for class UtilCM
UtilCM() - constructor for setup utility pkg for additional UtilCM instances.
UtilCM(boolean) - Constructor for class UtilCM
UtilCM() - constructor for setup utility pkg

V

verboseLoggingFlag - Static variable in class HTMLtools
 
verboseMCB - Variable in class CvtGUI
Menu checkbox item
verboseMCB - Variable in class SearchGUI
Menu checkbox item for Verbose reporting
version - Variable in class CvtGUI
version number of the program
VERSION - Static variable in class HTMLtools
Title line version numbers
version - Variable in class SearchGUI
version number of the program
viewHTMLButton - Variable in class SearchGUI
button for "ViewHTML" button - may enable/disable button
viewHTMLchoice - Variable in class CvtGUI
 
viewHTMLfile() - Method in class CvtGUI
viewHTMLfile() - popup browser on guiActiveHTMLfile file.
viewHTMLfile() - Method in class SearchGUI
viewHTMLfile() - popup browser on guiActiveHTMLfile file.
viewMenu - Variable in class SearchGUI
"View" pull down Menu list

W

windowActivated(WindowEvent) - Method in class CvtGUI
 
windowActivated(WindowEvent) - Method in class SearchGUI
 
windowClosed(WindowEvent) - Method in class CvtGUI
 
windowClosed(WindowEvent) - Method in class SearchGUI
 
windowClosing(WindowEvent) - Method in class CvtGUI
windowClosing() - closing down the window, get rid of the frame.
windowClosing(WindowEvent) - Method in class SearchGUI
windowClosing() - closing down the window, get rid of the frame.
windowDeactivated(WindowEvent) - Method in class CvtGUI
 
windowDeactivated(WindowEvent) - Method in class SearchGUI
 
windowDeiconified(WindowEvent) - Method in class CvtGUI
 
windowDeiconified(WindowEvent) - Method in class SearchGUI
 
windowIconified(WindowEvent) - Method in class CvtGUI
 
windowIconified(WindowEvent) - Method in class SearchGUI
 
windowOpened(WindowEvent) - Method in class CvtGUI
 
windowOpened(WindowEvent) - Method in class SearchGUI
 
writeSGstate(String) - Method in class SearchGUI.SGstate
writeSGstate() - write SearchGUI state to .sgs SGstate file.
writeStatisticsIndexMap(FileTable) - Method in class DataRowStatisticsIndexMap
writeStatisticsIndexMap() - write extended IndexMap with statistics as a .sidx file.
writeStringToFile(String, String) - Method in class FileIO
writeStringToFile() - write string data to disk file.
writeTableToTabDelimFile(String, boolean) - Method in class FileTable
writeTableToTabDelimFile() - convert Table to tab delimited file.
writeZipFile(String, String) - Method in class FileIO
writeZipFile() - zip the inputDir to a zipOutputFile.

Z

zipDir(String, String, ZipOutputStream) - Method in class FileIO
zipDir() - zip a directory into the zip output stream.
zipFile - Variable in class FileIO
ZipFile instance that contains the decoders and other things we need for unpacking the zip file.

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