public class ReferenceRangeEmissionProbability
extends net.maizegenetics.analysis.imputation.EmissionProbability
| Modifier and Type | Class and Description |
|---|---|
static class |
ReferenceRangeEmissionProbability.Builder |
static class |
ReferenceRangeEmissionProbability.METHOD |
| Modifier and Type | Method and Description |
|---|---|
double |
allCounts_oops(int state,
int anchor) |
double |
allCounts(int state,
int anchor) |
double |
allCountsWeighted(int state,
int anchor) |
static ReferenceRangeEmissionProbability |
getInstanceFromHapidCountMap(TreeMap<ReferenceRange,List<HaplotypeNode>> nodes,
Map<Integer,Integer> hapidCountMap,
double probCorrect) |
static ReferenceRangeEmissionProbability |
getInstanceFromHapidCounts(TreeMap<ReferenceRange,List<HaplotypeNode>> nodes,
com.google.common.collect.Multiset<Integer> hapidCounts,
double probCorrect) |
static ReferenceRangeEmissionProbability |
getInstanceFromNodeCounts(TreeMap<ReferenceRange,List<HaplotypeNode>> nodes,
com.google.common.collect.Multiset<HaplotypeNode> nodeCounts,
double probCorrect) |
double |
getProbObsGivenState(int state,
int anchor) |
double |
getProbObsGivenState(int state,
int obs,
int node) |
String |
toString() |
double |
weightedMax(int state,
int anchor) |
double |
weightedSum(int state,
int anchor) |
public static ReferenceRangeEmissionProbability getInstanceFromHapidCounts(TreeMap<ReferenceRange,List<HaplotypeNode>> nodes, com.google.common.collect.Multiset<Integer> hapidCounts, double probCorrect)
public static ReferenceRangeEmissionProbability getInstanceFromNodeCounts(TreeMap<ReferenceRange,List<HaplotypeNode>> nodes, com.google.common.collect.Multiset<HaplotypeNode> nodeCounts, double probCorrect)
public static ReferenceRangeEmissionProbability getInstanceFromHapidCountMap(TreeMap<ReferenceRange,List<HaplotypeNode>> nodes, Map<Integer,Integer> hapidCountMap, double probCorrect)
public double getProbObsGivenState(int state,
int anchor)
getProbObsGivenState in class net.maizegenetics.analysis.imputation.EmissionProbabilitypublic double getProbObsGivenState(int state,
int obs,
int node)
getProbObsGivenState in class net.maizegenetics.analysis.imputation.EmissionProbabilitypublic double allCounts_oops(int state,
int anchor)
public double allCounts(int state,
int anchor)
public double allCountsWeighted(int state,
int anchor)
public double weightedSum(int state,
int anchor)
public double weightedMax(int state,
int anchor)
Copyright © 2018. All rights reserved.