Package | Description |
---|---|
net.maizegenetics.analysis.distance |
Methods for estimating the genetic distance between taxa
|
Modifier and Type | Method and Description |
---|---|
KinshipPlugin.KINSHIP_METHOD |
KinshipPlugin.kinshipMethod()
The scaled_IBS method produces a kinship matrix that is scaled to give a
reasonable estimate of additive genetic variance.
|
static KinshipPlugin.KINSHIP_METHOD |
KinshipPlugin.KINSHIP_METHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KinshipPlugin.KINSHIP_METHOD[] |
KinshipPlugin.KINSHIP_METHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KinshipPlugin |
KinshipPlugin.kinshipMethod(KinshipPlugin.KINSHIP_METHOD value)
Set Kinship method.
|
Copyright © 2018. All rights reserved.