|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.metaqtl.QtlPartition
public class QtlPartition
| Field Summary | |
|---|---|
static int |
HORIZONTAL_MODE
|
int |
mode
The mode of representation |
int |
np
The number of partition. |
int |
nqtl
The number of Qtl. |
java.lang.String[] |
pnames
The partition names. |
double[][] |
proba
The probabilities of each Qtl to belong to each partition. |
double[] |
qtlCI
The Qtl confidence intervals. |
java.lang.String[] |
qtlNames
The qtl names |
double[] |
qtlPos
The Qtl positions |
Tree |
tree
The Qtl tree. |
static int |
VERTICAL_MODE
|
| Constructor Summary | |
|---|---|
QtlPartition()
|
|
| Method Summary | |
|---|---|
java.util.ArrayList |
getPartNames()
|
void |
rebuildPartition(java.lang.String[] pnames)
|
void |
setTree(Tree tree)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int HORIZONTAL_MODE
public static final int VERTICAL_MODE
public int nqtl
public int np
public java.lang.String[] pnames
public java.lang.String[] qtlNames
public double[][] proba
public double[] qtlPos
public double[] qtlCI
public Tree tree
public int mode
| Constructor Detail |
|---|
public QtlPartition()
| Method Detail |
|---|
public java.util.ArrayList getPartNames()
public void setTree(Tree tree)
tree - public void rebuildPartition(java.lang.String[] pnames)
names -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||