| Package | Description |
|---|---|
| net.maizegenetics.pangenome.api |
| Modifier and Type | Method and Description |
|---|---|
static List<HaplotypeEdge> |
CreateGraphUtils.createEdges(Collection<HaplotypeNode> haplotypeNodes)
Generates Edges based on HaplotypeNodes.
|
static List<HaplotypeEdge> |
CreateGraphUtils.createEdges(TreeMap<ReferenceRange,List<HaplotypeNode>> rangeToNode)
Generates Edges based on HaplotypeNodes.
|
Optional<HaplotypeEdge> |
HaplotypeGraph.edge(HaplotypeNode node1,
HaplotypeNode node2)
Returns optional edge between given nodes.
|
List<HaplotypeEdge> |
HaplotypePath.edges()
Haplotype Edges that create this HaplotypePath
|
List<HaplotypeEdge> |
HaplotypeGraph.leftEdges(HaplotypeNode node)
Returns List of Left HaplotypeEdges for given HaplotypeNode
|
List<HaplotypeEdge> |
HaplotypeGraph.rightEdges(HaplotypeNode node)
Returns List of Right HaplotypeEdges for given HaplotypeNode
|
| Constructor and Description |
|---|
HaplotypeGraph(Collection<HaplotypeEdge> edges)
Constructor for HaplotypeGraph.
|
Copyright © 2018. All rights reserved.