|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.metaqtl.util.MappingFunction
public final class MappingFunction
define all cartogarphies functions
| Constructor Summary | |
|---|---|
MappingFunction()
|
|
| Method Summary | |
|---|---|
static double |
distance(double recombination,
int function,
int unit)
Returns the distance from the recombination rate. |
static double |
recombination(double distance,
int function,
int unit)
Returns the recombination rate from the distance. |
static double |
varianceDistance(double r,
double rvar,
int function,
int unit)
Returns the variance of the distance for a given recombination rate r, its variance and the mapping function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MappingFunction()
| Method Detail |
|---|
public static double recombination(double distance,
int function,
int unit)
distance -
public static double distance(double recombination,
int function,
int unit)
recombination -
public static double varianceDistance(double r,
double rvar,
int function,
int unit)
r - rvar - function -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||