public class HaplotypePath extends Object
| Modifier and Type | Method and Description |
|---|---|
List<HaplotypeEdge> |
edges()
Haplotype Edges that create this HaplotypePath
|
double |
likelihood()
Likelihood of haplotype path calculated from all included haplotype nodes
|
List<HaplotypeNode> |
nodes() |
String |
sequence()
Sequence from nodes comprising this path.
|
String |
toString() |
public List<HaplotypeEdge> edges()
public List<HaplotypeNode> nodes()
public double likelihood()
public String sequence()
Copyright © 2018. All rights reserved.