org.metaqtl
Class Qtl.QTLSupport

java.lang.Object
  extended by org.metaqtl.Qtl.QTLSupport
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Qtl

public class Qtl.QTLSupport
extends java.lang.Object
implements java.io.Serializable

This class stores information on the QTL Confidence Interval

See Also:
Serialized Form

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

ic1

public double ic1
The recombination rate between the QTL position and the left border of the IC.


ic2

public double ic2
The recombination rate between the QTL position and the right border of the IC.


from

public double from
The position from the first marker to the left border of the IC.


to

public double to
The position from the first marker to the right border of the IC.


lodDecrease

public double lodDecrease
The value of the LOD decrease used to obtain the CI.

Constructor Detail

Qtl.QTLSupport

public Qtl.QTLSupport()
Method Detail

getCopy

public Qtl.QTLSupport getCopy()
Returns: