|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.metaqtl.Qtl.QTLSupport
public class Qtl.QTLSupport
This class stores information on the QTL Confidence Interval
| Field Summary | |
|---|---|
double |
from
The position from the first marker to the left border of the IC. |
double |
ic1
The recombination rate between the QTL position and the left border of the IC. |
double |
ic2
The recombination rate between the QTL position and the right border of the IC. |
double |
lodDecrease
The value of the LOD decrease used to obtain the CI. |
double |
to
The position from the first marker to the right border of the IC. |
| Constructor Summary | |
|---|---|
Qtl.QTLSupport()
|
|
| Method Summary | |
|---|---|
Qtl.QTLSupport |
getCopy()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double ic1
public double ic2
public double from
public double to
public double lodDecrease
| Constructor Detail |
|---|
public Qtl.QTLSupport()
| Method Detail |
|---|
public Qtl.QTLSupport getCopy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||