org.metaqtl
Interface IBioLGroupProperties


public interface IBioLGroupProperties

This interface defines the key of properties which can be handled by a org.thalia.bio.entity.IBioLGroup.


Field Summary
static java.lang.String CHISQUARE
          The key for the chisquare value.
static java.lang.String DOF
          The key for the number of degrees of freedom.
static java.lang.String PVALUE
          The key for the p-value.
 

Field Detail

CHISQUARE

static final java.lang.String CHISQUARE
The key for the chisquare value.

See Also:
Constant Field Values

PVALUE

static final java.lang.String PVALUE
The key for the p-value.

See Also:
Constant Field Values

DOF

static final java.lang.String DOF
The key for the number of degrees of freedom.

See Also:
Constant Field Values