|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.metaqtl.algo.MetaAlgorithm
org.metaqtl.algo.ClustAlgorithm
public abstract class ClustAlgorithm
| Field Summary | |
|---|---|
protected java.lang.String |
chrName
The name of the chromosome to study. |
protected Chromosome[] |
chromosomes
The chromosome on which the clustering is performed. |
protected int |
missing_sd_mode
This global variable defines the mode of imputation for the QTL for which the standard deviation of the position is not available. |
protected IBioOntology |
ontology
The optional trait ontology to use to group Qtl. |
protected MetaQtlAnalysis |
result
The result of the clustering. |
protected int |
sd_mode
This global variable defines the mode of compuation of the standard deviation of the QTL positions. |
| Fields inherited from class org.metaqtl.algo.MetaAlgorithm |
|---|
logger, loggerUp, workAmount, workProgress |
| Constructor Summary | |
|---|---|
ClustAlgorithm(IBioGenome map,
IBioOntology ontology)
|
|
ClustAlgorithm(IBioGenome map,
java.lang.String name,
IBioOntology ontology)
|
|
| Method Summary | |
|---|---|
MetaQtlAnalysis |
getResult()
When the algorithm is finished use this method to get the result. |
void |
setCIMiss(int missing_sd_mode)
|
void |
setCIMode(int sd_mode)
|
| Methods inherited from class org.metaqtl.algo.MetaAlgorithm |
|---|
disableLogger, getLogger, getWorkAmount, getWorkProgress, isLoggerEnable, setLogger, setLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.metaqtl.IMetaAlgorithm |
|---|
run |
| Field Detail |
|---|
protected MetaQtlAnalysis result
protected Chromosome[] chromosomes
protected IBioOntology ontology
protected java.lang.String chrName
protected int sd_mode
protected int missing_sd_mode
| Constructor Detail |
|---|
public ClustAlgorithm(IBioGenome map,
IBioOntology ontology)
map - ontology -
public ClustAlgorithm(IBioGenome map,
java.lang.String name,
IBioOntology ontology)
| Method Detail |
|---|
public void setCIMode(int sd_mode)
sd_mode - public void setCIMiss(int missing_sd_mode)
missing_sd_mode - public MetaQtlAnalysis getResult()
MetaQtlAnalysis instance
which store in each chromosome the different clustering models
which have been tested.
MetaQtlAnalysis.MetaQtlAnalysis
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||