|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--MJAbase | +--MJAsampleList
MAExplorer GatherScatter API class to access MJAsampleList methods and data structures. Access lists of samples top-level data
List of methods available to Plugin-writers
----------------- global sample set data and sizes of lists --- getNbrHPsamples() - get # of ALL HP samples currently loaded in DB getSizeOf_HP_X_set() - get # of HP-X 'set' samples getSizeOf_HP_Y_set() - get # of HP-Y 'set' samples getSizeOf_HP_E_set() - get # of HP-E 'set' samples getCurrent_HP_index() - get Current HP sample index getCurrent_HP_X_index() - get Current HP-X sample index getCurrent_HP_Y_index() - get Current HP-Y sample index getCurrent_HP_name() - get Current HP sample name getCurrent_HP_X_name() - get Current HP-X sample name getCurrent_HP_Y_name() - get Current HP-Y sample name get_HP_SampleName() - get HP sample name for sample number getClassXname() - get the current Class X name. getClassYname() - get the current Class Y name ----------------- Lists of samples description data ---------- getAllSampleNames()- get list of all active sample names used in DB getHP_Xset_SampleNames()- get list of HP-X 'set' sample names used in DB getHP_Yset_SampleNames()- get list of HP-Y 'set' sample names used in DB getHP_Elist_SampleNames()- get list of HP-E 'set' sample names used in DB getHP_Xset_SampleIDs()- get list of HP-X 'set' sample IDs used in DB getHP_Yset_SampleIDs()- get list of HP-Y 'set' sample IDs used in DB getHP_Elist_SampleIDs()- get list of HP-E 'set' sample IDs used in DB getHP_Xset_SampleNbrs()- get list of HP-X 'set' sample numbers used in DB getHP_Yset_SampleNbrs()- get list of HP-Y 'set' sample numbers used in DB getHP_Elist_SampleNbrs()- get list of HP-E 'list' sample numbers used in DB getListOfAllActiveHPsampleIndices() - get list of all active sample indices getListOfHPXsampleIndices() - get list of sample indices in HP-X set getListOfHPXYampleIndices() - get list of sample indices in HP-Y set getListOfHPEsampleIndices() - get list of sample indices in HP-E list getHP_XYsetsStatistics() - get HP-X and HP-Y 'set statistics for gene. getListOfSampleMenuEntries() - get list of sample menu names in in menu. getListOfSampleProjectEntries() - get list of sample project names. getListOfSampleStageNames() - get list of sample full stage text names. getListOfSampleNames() - get list sample database file name (no .quant). getGrandMeanCalDNA() - get compute grand mean of calibration DNA getGrandMeanUseGeneSet() - get compute grand mean of 'Use Gene Set' getSampleVsSampleCorrelationsTable()- list of Sample Vs Sample corre tbl getSampleStatisticsTable() - get list of all Sample statistics table. ---------------- Set Sample sets and lists ------------------ setListOfXsamples() - set int[] list of sample indices in HP-X 'set'. setListOfYsamples() - set int[] list of sample indices in HP-Y 'set'. setListOfEsamples() - set int[] list of sample indices in HP-E 'list'. ----- Lists of HP, HP-X, HP-Y, HP-X and HP-Y 'sets' intensity data ------ getRawF1F2DataAndBkgdForSample() - get filtered spot list raw intensity, raw bkgrd, props data getAllRawF1F2DataAndBkgdForSample() - get all spot list raw intensity, raw bkgrd, props data getF1F2dataForSample() - get filtered (f1,f2,prop) lists of Field (F1,F2) intensity data getAllF1F2dataForSample() - get all (f1,f2,prop) lists of Field (F1,F2) intensity data getHPdataForSample() - get filtered (data,prop) list single sample's intensity data getAllHPdataForSample() - get all normalized (data,prop) list single sample's intensity data getAllRawHPdataForSample() - get all raw (data,prop) list single sample's intensity data getHP_XandYsamplesData() - get filtered (X,Y,prop) lists of single X and Y samples normalized data getAllHP_XandYsamplesData() - get all (X,Y,prop) lists of single X and Y samples normalized data getHP_XandYsetDataForSample() - get filtered (X,Y,prop) lists of HP-X/-Y 'sets' mean normalized data getAllHP_XandYsetDataForSample() - get filtered (X,Y,prop) lists of HP-X/-Y 'sets' mean normalized data getMeanDataGeneListDataForCondition() - get filtered (mn,SD,prop) list Condition samples' normalized data getAllMeanDataGeneListDataForCondition() - get all (mn,SD,prop) list Condition samples' normalized data
This work was produced by Peter Lemkin of the National Cancer Institute, an agency of the United States Government. As a work of the United States Government there is no associated copyright. It is offered as open source software under the Mozilla Public License (version 1.1) subject to the limitations noted in the accompanying LEGAL file. This notice must be included with the code. The MAExplorer Mozilla and Legal files are available on http://maexplorer.sourceforge.net/.
Method Summary | |
java.lang.String |
get_HP_SampleName(int sampleNbr,
boolean getFullNameFlag)
get_HP_SampleName() - get HP sample name for sample number |
int |
getAllF1F2dataForSample(float[] f1List,
float[] f2List,
int sampleNbr)
getAllF1F2dataForSample() - get all (f1,f2,prop) lists of Field (F1,F2) data for sample in (f1List[], f2List[]) for ALL gene data. |
int |
getAllHP_XandYsamplesData(float[] xList,
float[] yList,
int sampleNbrX,
int sampleNbrY)
getAllHP_XandYsamplesData() - get all (X,Y,prop) lists of X and Y samples data for single samples in (Xdata[],Ydata[]) for ALL genes. |
int |
getAllHP_XandYsetDataForSample(float[] xList,
float[] yList)
getAllHP_XandYsetDataForSample() - get all HP-X, -Y 'sets' (X,Y) normalized data lists for sample in (Xdata[],Ydata[] for ALL genes. |
int |
getAllHPdataForSample(float[] dataList,
int sampleNbr)
getAllHPdataForSample() - get all normalized (data,prop) list single sample's data for sample in (dataList[]) for ALL genes. |
int |
getAllMeanDataForCondition(float[] meanData,
float[] stdDevData,
java.lang.String condListName)
getAllMeanDataGeneListDataForCondition() - get all (mn,SD,prop) list Condition samples' normalized data for genes in the specified gene list and samples in the condition list and save in in (meanData[], stdDevData[]) for data filtered by the specified gene list. |
int |
getAllRawF1F2DataAndBkgdForSample(float[] rawF1data,
float[] rawF2data,
float[] rawF1bkgd,
float[] rawF2bkgd,
int[] properties,
int[] midList,
int sampleNbr)
getAllawF1F2DataAndBkgdForSample() - get all spot list raw intensity and background data for genes and return it in the arrays pre-specified by the user. |
java.lang.String[] |
getAllSampleNames()
getAllSampleNames()- get list of all active sample names used in DB |
java.lang.String |
getClassXname()
getClassXname() - get the current Class X name. |
java.lang.String |
getClassYname()
getClassYname() - get the current Class Y name. |
int |
getCurrent_HP_index()
getCurrent_HP_index() - get Current HP sample index. |
java.lang.String |
getCurrent_HP_name(boolean getFullNameFlag)
getCurrent_HP_name() - get Current HP sample name |
int |
getCurrent_HP_X_index()
getCurrent_HP_X_index() - get Current HP-X sample index. |
java.lang.String |
getCurrent_HP_X_name(boolean getFullNameFlag)
getCurrent_HP_X_name() - get Current HP-X sample name |
int |
getCurrent_HP_Y_index()
getCurrent_HP_Y_index() - get Current HP-Y sample index. |
java.lang.String |
getCurrent_HP_Y_name(boolean getFullNameFlag)
getCurrent_HP_Y_name() - get Current HP-Y sample name |
int |
getF1F2dataForSample(float[] f1List,
float[] f2List,
int[] propList,
int sampleNbr,
java.lang.String geneListName)
getF1F2dataForSample() - get filtered (f1,f2,prop) lists of Field (F1,F2) data for sample in (f1List[], f2List[], propList[]) for FILTERED data by the specified gene list. |
float |
getGrandMeanCalDNA(boolean doRecalcCalibFlag)
getGrandMeanCalDNA() - get compute grand mean of calibration DNA |
float |
getGrandMeanUseGeneSet(boolean doRecalcCalibFlag)
getGrandMeanUseGeneSet() - get compute grand mean of 'Use Gene Set' |
java.lang.String[] |
getHP_Elist_SampleIDs()
getHP_Elist_SampleIDs()- get list of HP-E 'list' sample IDs used in DB |
java.lang.String[] |
getHP_Elist_SampleNames()
getHP_Elist_SampleNames()- get list of HP-E 'list' sample IDs used in DB |
int[] |
getHP_Elist_SampleNbrs()
getHP_Elist_SampleNbrs()- get list of HP-E 'list' sample numbers used in DB |
int |
getHP_XandYsamplesData(float[] xList,
float[] yList,
int[] propList,
int sampleNbrX,
int sampleNbrY,
java.lang.String geneListName)
getHP_XandYsamplesData() - get filtered (X,Y,prop) lists of X and Y samples data for single samples in (Xdata[],Ydata[], propList[]) for FILTERED data by the specified gene list. |
int |
getHP_XandYsetDataForSample(float[] xList,
float[] yList,
int[] propList,
java.lang.String geneListName)
getHP_XandYsetDataForSample() - get normalized HP-X, -Y 'sets' (X,Y,prop) data lists for sample in (Xdata[],Ydata[], propList[] for FILTERED data by the specified gene list. |
java.lang.String[] |
getHP_Xset_SampleIDs()
getHP_Xset_SampleIDs()- get list of HP-X 'set' sample IDs used in DB |
java.lang.String[] |
getHP_Xset_SampleNames()
getHP_Xset_SampleNames()- get list of HP-X 'set' sample names used in DB |
int[] |
getHP_Xset_SampleNbrs()
getHP_Xset_SampleNbrs()- get list of HP-X 'set' sample numbers used in DB |
java.util.Hashtable |
getHP_XYsetsStatistics(int mid)
getHP_XYsetsStatistics() - get HP-X and HP-Y 'set statistics for gene. |
java.lang.String[] |
getHP_Yset_SampleIDs()
getHP_Yset_SampleIDs()- get list of HP-Y 'set' sample IDs used in DB |
java.lang.String[] |
getHP_Yset_SampleNames()
getHP_Yset_SampleNames()- get list of HP-Y 'set' sample names used in DB |
int[] |
getHP_Yset_SampleNbrs()
getHP_Yset_SampleNbrs()- get list of HP-Y 'set' sample numbers used in DB |
int |
getHPdataForSample(float[] dataList,
int[] propList,
int sampleNbr,
java.lang.String geneListName)
getHPdataForSample() - get normalized filtered (data,prop) list single sample's data for sample in (dataList[], propList[]) for FILTERED data by the specified gene list. |
int[] |
getListOfAllActiveHPsampleIndices()
getListOfAllActiveHPsampleIndices() - get list of all active sample HP indices. |
int[] |
getListOfHPEsampleIndices()
getListOfHPEsampleIndices() - get list of sample indices in HP-E list. |
int[] |
getListOfHPXsampleIndices()
getListOfHPXsampleIndices() - get list of sample indices in HP-X set. |
int[] |
getListOfHPYsampleIndices()
getListOfHPYsampleIndices() - get list of sample indices in HP-Y set. |
java.lang.String[] |
getListOfSampleMenuEntries()
getListOfSampleMenuEntries() - get list of sample menu names as appears in the MAExplorer Samples menu. |
java.lang.String[] |
getListOfSampleNames()
getListOfSampleNames() - get list sample database file name (no .quant). |
java.lang.String[] |
getListOfSampleProjectEntries()
getListOfSampleProjectEntries() - get list of sample project names. |
java.lang.String[] |
getListOfSampleStageNames()
getListOfSampleStageNames() - get list of sample full stage text names. |
int |
getMeanDataForCondition(float[] meanData,
float[] stdDevData,
int[] propList,
java.lang.String condListName,
java.lang.String geneListName)
getMeanDataGeneListDataForCondition() - get filtered (mn,SD,prop) list Condition samples' normalized data for genes in the specified gene list and samples in the condition list and save in (meanData[], stdDevData[], propList[]) for data filtered by the specified gene list. |
int |
getNbrHPsamples()
getNbrHPsamples() - get # of ALL HP samples currently loaded in DB |
int |
getRawF1F2DataAndBkgdForSample(float[] rawF1data,
float[] rawF2data,
float[] rawF1bkgd,
float[] rawF2bkgd,
int[] properties,
int[] midList,
int sampleNbr,
java.lang.String geneListName)
getRawF1F2DataAndBkgdForSample() - get filtered spot list raw intensity and background data for genes and return it in the arrays pre-specified by the user. |
int |
getRawHP_XandYsamplesData(float[] xData,
float[] yData,
float[] xBkgd,
float[] yBkgd,
int[] propList,
int sampleNbrX,
int sampleNbrY,
java.lang.String geneListName)
getAllRawHPdataForSample() - get all raw (data,prop) list single sample's intensity data for single samples in (Xdata[],Ydata[], propList[]) for FILTERED data by the specified gene list. |
java.util.Hashtable |
getSampleStatisticsTable()
getSampleStatisticsTable() - get list of all Sample statistics table. |
java.util.Hashtable |
getSampleVsSampleCorrelationsTable()
getSampleVsSampleCorrelationsTable() - get list of Sample Vs Sample correlations table. |
int |
getSizeOf_HP_E_set()
getSizeOf_HP_E_set() - get # of HP-E 'set' samples. |
int |
getSizeOf_HP_X_set()
getSizeOf_HP_X_set() - get # of HP-X 'set' samples |
int |
getSizeOf_HP_Y_set()
getSizeOf_HP_Y_set() - get # of HP-Y 'set' samples |
boolean |
setListOfEsamples(int[] sampleIdxList)
setListOfEsamples() - set int[] list of samples in HP-E 'list' list. |
boolean |
setListOfXsamples(int[] sampleIdxList)
setListOfXsamples() - set int[] list of samples in HP-X 'set' list. |
boolean |
setListOfYsamples(int[] sampleIdxList)
setListOfYsamples() - set int[] list of samples in HP-Y 'set' list. |
Methods inherited from class MJAbase |
cvtHashtable2SimpleTable, cvtTable2Hashtable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final int getNbrHPsamples()
null
if not found.public final int getSizeOf_HP_X_set()
null
if not found.public final int getSizeOf_HP_Y_set()
null
if not found.public final int getSizeOf_HP_E_set()
null
if not found.public final int getCurrent_HP_index()
null
if not found.public final int getCurrent_HP_X_index()
-1
if not found.public final int getCurrent_HP_Y_index()
-1
if not found.public final java.lang.String getCurrent_HP_name(boolean getFullNameFlag)
getFullNameFlag
- to get fullStageText sample name else sample namenull
if not found.public final java.lang.String getCurrent_HP_X_name(boolean getFullNameFlag)
getFullNameFlag
- to get fullStageText sample name else sample namenull
if not found.public final java.lang.String getCurrent_HP_Y_name(boolean getFullNameFlag)
getFullNameFlag
- to get fullStageText sample name else sample namenull
if not found.public final java.lang.String get_HP_SampleName(int sampleNbr, boolean getFullNameFlag)
sampleNbr
- is the number of the sample to look upgetFullNameFlag
- to get fullStageText sample name else sample namenull
if not found.public final java.lang.String getClassXname()
public final java.lang.String getClassYname()
public final java.lang.String[] getAllSampleNames()
null
if errorpublic java.lang.String[] getHP_Xset_SampleNames()
null
if errorpublic final java.lang.String[] getHP_Yset_SampleNames()
null
if errorpublic final java.lang.String[] getHP_Elist_SampleNames()
null
if errorpublic final java.lang.String[] getHP_Xset_SampleIDs()
null
if errorpublic final java.lang.String[] getHP_Yset_SampleIDs()
null
if errorpublic final java.lang.String[] getHP_Elist_SampleIDs()
null
if errorpublic final int[] getHP_Xset_SampleNbrs()
null
if errorpublic final int[] getHP_Yset_SampleNbrs()
null
if errorpublic final int[] getHP_Elist_SampleNbrs()
null
if errorpublic final int[] getListOfAllActiveHPsampleIndices()
null
if the list is empty.public final int[] getListOfHPXsampleIndices()
null
if the list is empty.public final int[] getListOfHPYsampleIndices()
null
if the list is empty.public final int[] getListOfHPEsampleIndices()
null
if the list is empty.public final java.util.Hashtable getHP_XYsetsStatistics(int mid)
The Hashtable list returned is defined as: Property name - Value "HPXsetData" - float[0:sizeofHPXset-1] array of normalized HP-X set data "HPYsetData" - float[0:sizeofHPYset-1] array of normalized HP-Y set data "CVF1F2eachHPX" - float[0:sizeofHPXset-1] array of (F1,F2) CV for each HP sample in HP-X set "CVF1F2eachHPY" - float[0:sizeofHPYset-1] array of (F1,F2) CV for each HP sample in HP-Y set "sizeofHPXset" - int number of samples in HP-X set "sizeofHPYset" - int number of samples in HP-Y set "MeanHPXset" - float mean of HP-X set "MeanHPYset" - float mean of HP-Y set "StdDevHPXset" - float StdDev of HP-X set "StdDevHPYset" - float StdDev of HP-Y set "CoeffVariationHPXset" - float CoeffVariation of HP-X set "CoeffVariationHPYset" - float CoeffVariation of HP-Y set "LabelForHPXset" - String Plot label for HP-X set "LabelForHPYset" - String Plot label for HP-Y set "ClassNameHPXset" - String ClassName for HP-X set "ClassNameHPYset" - String ClassName for HP-Y set
mid
- MID gene data to accessnull
if mid was not found,
otherwise the current values are returned in a Hashtable.public final java.lang.String[] getListOfSampleMenuEntries()
null
if getName was not found.public final java.lang.String[] getListOfSampleProjectEntries()
null
if getName was not found.public final java.lang.String[] getListOfSampleStageNames()
null
if getName was not found.public final java.lang.String[] getListOfSampleNames()
null
if getName was not found.public final float getGrandMeanCalDNA(boolean doRecalcCalibFlag)
doRecalcCalibFlag
- recompute calibration before get datapublic final float getGrandMeanUseGeneSet(boolean doRecalcCalibFlag)
doRecalcCalibFlag
- recompute calibration before get datapublic final java.util.Hashtable getSampleVsSampleCorrelationsTable()
The Hashtable returned is defined as: Name - Value "TitleOfTable" - String title of sample vs sample correlation table "NbrCols" - int number of columns in the table "NbrRows" - int number of rows in the table "FieldNames" - String[0:NbrCols-1] list of field names "TableRowsData" - String[0:NbrRows-1][0:NbrCols-1] rows of data in the table
null
if not found or error, else return list.public final java.util.Hashtable getSampleStatisticsTable()
The Hashtable list returned is defined as: Name - Value "TitleOfTable" - String title of the sample statistics table "NbrCols" - int number of columns in the table "NbrRows" - int number of rows in the table "FieldNames" - String[0:NbrCols-1] list of field names "TableRowsData" - String[0:NbrRows-1][0:NbrCols-1] rows of data in tbl
null
if not found or error, else return list.public final boolean setListOfXsamples(int[] sampleIdxList)
sampleIdxList
- list of sample number indices to save in the list.true
if succeed.public final boolean setListOfYsamples(int[] sampleIdxList)
sampleIdxList
- list of sample number indices to save in the list.true
if succeed.public final boolean setListOfEsamples(int[] sampleIdxList)
sampleIdxList
- list of sample HP number indices to save in the list.true
if succeed.public final int getRawF1F2DataAndBkgdForSample(float[] rawF1data, float[] rawF2data, float[] rawF1bkgd, float[] rawF2bkgd, int[] properties, int[] midList, int sampleNbr, java.lang.String geneListName)
rawF1data[]
- return raw F1 intensity valuesrawF2data[]
- return raw F2 intensity valuesrawF1bkgd[]
- return raw F1 background valuesrawF2bkgd[]
- return raw F2 background valuesproperties[]
- return property bits for each gene if array not null.
See mjaBase.GENE_IS_xxxxx properties for the definitions.midList[]
- return MIDs for corresponding data if not nullsampleNbr
- specifies the HP sample number data to retrievegeneListName
- name of gene list to copy data filter genes into
if it is not nullpublic final int getAllRawF1F2DataAndBkgdForSample(float[] rawF1data, float[] rawF2data, float[] rawF1bkgd, float[] rawF2bkgd, int[] properties, int[] midList, int sampleNbr)
rawF1data[]
- return raw F1 intensity valuesrawF2data[]
- return raw F2 intensity valuesrawF1bkgd[]
- return raw F1 background valuesrawF2bkgd[]
- return raw F2 background valuesproperties[]
- return property bits for each gene if array not null.
See mjaBase.GENE_IS_xxxxx properties for the definitions.midList[]
- return MIDs for corresponding data if not nullsampleNbr
- specifies the HP sample number data to retrievepublic final int getF1F2dataForSample(float[] f1List, float[] f2List, int[] propList, int sampleNbr, java.lang.String geneListName)
f1List
- RTN: intensity data[0:nGene-1] for F1 samplef2List
- RTN: intensity data[0:nGene-1] for F2 samplepropList
- RTN: gene property list[0:nGene-1],
see GENE_xxxx properties. If using propList[], then will set bits
to MJAbase.GENE_IS_FILTERED or MJAbase.GENE_IS_NOT_FILTERED.sampleNbr
- specifies the HP sample number data to retrievegeneListName
- name of gene list to copy data filter genes into
if it is not nullpublic final int getAllF1F2dataForSample(float[] f1List, float[] f2List, int sampleNbr)
Note: preallocate maximum size arrays before call.
f1List
- RTN: intensity data[0:nGene-1] for F1 samplef2List
- RTN: intensity data[0:nGene-1] for F2 samplesampleNbr
- specifies the HP sample number data to retrievepublic final int getHPdataForSample(float[] dataList, int[] propList, int sampleNbr, java.lang.String geneListName)
dataList
- RTN: intensity data[0:nGene-1] for sample if succeedpropList
- RTN: gene property list[0:nGene-1] if succeed.
See GENE_xxxx properties. If using propList[], then will set bits
to MJAbase.GENE_IS_FILTERED or MJAbase.GENE_IS_NOT_FILTERED.sampleNbr
- specifies the HP sample number data to retrievegeneListName
- name of gene list to copy data filter genes into.
If the name is null, use the the set of ALL GENES gene list.public final int getAllHPdataForSample(float[] dataList, int sampleNbr)
Note: preallocate maximum size arrays before call.
dataList
- RTN: intensity data[0:nGene-1] for sample if succeedsampleNbr
- specifies the HP sample number data to retrievepublic final int getHP_XandYsamplesData(float[] xList, float[] yList, int[] propList, int sampleNbrX, int sampleNbrY, java.lang.String geneListName)
If your are using (F1,F2) or (Cy3,Cy5) data and sampleNbrX==sampleNbrY, then it will get the F1 (Cy3) channel in xData[] and the F2 (Cy5) data in the yData[] arrays.
Note: preallocate maximum size arrays before call. Sample index numbers are in the range of [1:maxSamples].
xList
- RTN: data[0:nGene-1] for X sample if succeedyList
- RTN: data[0:nGene-1] for Y sample if succeedpropList
- RTN: gene property list[0:nGene-1] if succeed.
See GENE_xxxx properties. If using propList[], then will set bits
to MJAbase.GENE_IS_FILTERED or MJAbase.GENE_IS_NOT_FILTERED.sampleNbrX
- specifies the HP-X sample number data to retrievesampleNbrY
- specifies the HP-Y sample number data to retrievegeneListName
- name of gene list to copy data filter genes into.public final int getRawHP_XandYsamplesData(float[] xData, float[] yData, float[] xBkgd, float[] yBkgd, int[] propList, int sampleNbrX, int sampleNbrY, java.lang.String geneListName)
If sampleNbrY==-1, then get (Cy3 into xData, Cy5 into yData).
If your are using (F1,F2) or (Cy3,Cy5) data and sampleNbrX==sampleNbrY, then it will get the F1 (Cy3) channel in xData[] and the F2 (Cy5) data in the yData[] arrays.
Note: preallocate maximum size arrays before call. Sample index numbers are in the range of [1:maxSamples].
xData
- RTN: X data[0:nGene-1] for X sample if succeedyData
- RTN: opt. Y data[0:nGene-1] for Y sample if succeedxBkgd
- RTN: opt. X bkgrd data[0:nGene-1] for X sample if succeedyBkgd
- RTN: opt. Y bkgrd data[0:nGene-1] for Y sample if succeedpropList
- RTN: gene property list[0:nGene-1] if succeed.
See GENE_xxxx properties. If using propList[], then will set bits
to MJAbase.GENE_IS_FILTERED or MJAbase.GENE_IS_NOT_FILTERED.sampleNbrX
- specifies the HP-X sample number data to retrievesampleNbrY
- specifies the HP-Y sample number data to retrievegeneListName
- name of gene list to copy data filter genes into.public final int getAllHP_XandYsamplesData(float[] xList, float[] yList, int sampleNbrX, int sampleNbrY)
Note: preallocate maximum size arrays before call.
xList
- RTN: data[0:nGene-1] for X sample if succeedyList
- RTN: data[0:nGene-1] for Y sample if succeedsampleNbrX
- specifies the HP-X sample number data to retrievesampleNbrY
- specifies the HP-Y sample number data to retrievepublic final int getHP_XandYsetDataForSample(float[] xList, float[] yList, int[] propList, java.lang.String geneListName)
xList
- RTN: mean intensity data[0:nGene-1] for X sampleyList
- RTN: mean intensity data[0:nGene-1] for Y samplepropList
- RTN: gene property list[0:nGene-1]geneListName
- name of gene list specifying genes to filter by.
If you specify null, it will use the set of ALL GENES gene list.public final int getAllHP_XandYsetDataForSample(float[] xList, float[] yList)
xList
- RTN: mean intensity data[0:nGene-1] for X sampleyList
- RTN: mean intensity data[0:nGene-1] for Y samplepublic final int getMeanDataForCondition(float[] meanData, float[] stdDevData, int[] propList, java.lang.String condListName, java.lang.String geneListName)
meanData
- RTN: mean intensity data[0:nGene-1] for samples if succeedstdDevData
- RTN: StdDev intensity data[0:nGene-1] for samples if succeed.
If this is null, don't return the StdDev data.propList
- RTN: gene property list[0:nGene-1] if succeed
see GENE_xxxx properties.
If this is null, don't return the properties data.condListName
- specifies the condition list of samples data to retrievegeneListName
- name of gene list to copy data filter genes into.
If the name is null, use the set of ALL GENES gene list.public final int getAllMeanDataForCondition(float[] meanData, float[] stdDevData, java.lang.String condListName)
meanData
- RTN: mean intensity data[0:nGene-1] for samples if succeedstdDevData
- RTN: StdDev intensity data[0:nGene-1] for samples if succeedcondListName
- specifies the condition list of samples data to retrieve
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |