Interface | Description |
---|---|
Combiner |
Combines imputed and inferred genotypes to give a final called genotype
|
OptimizeCombiner<C extends Combiner> |
Optimizes a combiner
|
Class | Description |
---|---|
MaxDepthCombiner |
Combines called and imputed genotype probabilities, only using called genotypes
above a given read depth
|
MaxDepthCombinerOptimizedCalls |
Gets an optimized MaxDepthCombiner.
|