|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ClusterSamples
This class generates a cluster tree of HP samples from the active gene list. [FUTURE] The class represents an individual ClusterSamples entry. Model this class after ClusterGenes.java, use it as a model for this class. *
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/.
Field Summary | |
(package private) float[][] |
HPdistances
Euclidean distance or correlation coefficient of sample HP pattern vector from another gene. |
(package private) float[][] |
HPvector
normalized quantitation gene vector for all HPs |
private MAExplorer |
mae
link to global MAExplorer instance |
(package private) GeneList |
mList
list of genes used in pattern vector |
(package private) MaHybridSample[] |
msList
list of samples H.P.s to cluster |
(package private) int[] |
nearestHP
index of nearest HP |
(package private) int |
nMlist
# of genes in mList |
(package private) int |
nMSlist
size of msList[] |
Constructor Summary | |
(package private) |
ClusterSamples(MAExplorer mae,
GeneList mList,
MaHybridSample[] msList,
int nMSlist)
ClusterSamples() - constructor |
Methods inherited from class java.lang.Object |
|
Field Detail |
private MAExplorer mae
GeneList mList
int nMlist
MaHybridSample[] msList
int nMSlist
float[][] HPvector
float[][] HPdistances
int[] nearestHP
Constructor Detail |
ClusterSamples(MAExplorer mae, GeneList mList, MaHybridSample[] msList, int nMSlist)
mae
- is the MAExplorer instancemList
- is the GeneList defining the per sample expression listsmsList
- is the list of samples to clusternMSlist
- is the # of samples
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |