public class BasicGenotypeMergeRule implements GenotypeMergeRule
Defines the methods for merging the calls from two taxa. The merge rules need to be defined at the level of genotypic calls and for read depth. In general if depth is available, it will be used to merge.
public boolean isMergePossible()
public byte mergeCalls(byte geno1,
byte geno2)
public kotlin.Array[] mergeWithDepth(kotlin.Array[] geno1depths,
kotlin.Array[] geno2depths)
public byte callBasedOnDepth(kotlin.Array[] genoDepths)
public byte callBasedOnDepth(kotlin.Array[] genoDepths)