|
| class | StandardTransformer |
| |
| broad.pda.seq.graph.Path.Path |
( |
Collection< BubbleEdge > |
edges, |
|
|
double |
spliceWeight |
|
) |
| |
| broad.pda.seq.graph.Path.Path |
( |
Collection< BubbleEdge > |
edges, |
|
|
Transformer< BubbleEdge, Number > |
transformer, |
|
|
double |
spliceWeight |
|
) |
| |
| broad.pda.seq.graph.Path.Path |
( |
double |
spliceWeight | ) |
|
| broad.pda.seq.graph.Path.Path |
( |
| ) |
|
| boolean broad.pda.seq.graph.Path.addEdge |
( |
BubbleEdge |
edge | ) |
|
| boolean broad.pda.seq.graph.Path.addEdges |
( |
Collection< BubbleEdge > |
edges | ) |
|
| boolean broad.pda.seq.graph.Path.addPairedEnd |
( |
Alignment |
align | ) |
|
| void broad.pda.seq.graph.Path.addPairedEndEdges |
( |
Collection< Alignment > |
pairedEndEdges2 | ) |
|
| int broad.pda.seq.graph.Path.compareTo |
( |
Path |
b | ) |
|
| Path broad.pda.seq.graph.Path.copy |
( |
| ) |
|
| boolean broad.pda.seq.graph.Path.equals |
( |
Object |
o | ) |
|
| Alignments broad.pda.seq.graph.Path.getAlignment |
( |
| ) |
|
| String broad.pda.seq.graph.Path.getChromosome |
( |
| ) |
|
| double broad.pda.seq.graph.Path.getCoverage |
( |
| ) |
|
| List<BubbleEdge> broad.pda.seq.graph.Path.getEdgeList |
( |
| ) |
|
Returns the edges making up the path. The first edge in this path is incident to the start vertex. The last edge is incident to the end vertex. The vertices along the path can be obtained by traversing from the start vertex, finding its opposite across the first edge, and then doing the same successively across subsequent edges; Graphs#getPathVertexList provides a convenience method for this.
Whether or not the returned edge list is modifiable depends on the path implementation.
- Returns
- list of edges traversed by the path
| Collection<BubbleEdge> broad.pda.seq.graph.Path.getEdges |
( |
| ) |
|
| int broad.pda.seq.graph.Path.getEnd |
( |
| ) |
|
TODO: This may be to slow, maybe compute end on the fly as Path is being constructed
- Returns
- genomic end of the path.
| Annotation broad.pda.seq.graph.Path.getEndVertex |
( |
| ) |
|
Returns the end vertex in the path.
- Returns
- the end vertex
| Graph<Annotation, BubbleEdge> broad.pda.seq.graph.Path.getGraph |
( |
| ) |
|
Returns the graph over which this path is defined. The path may also be valid with respect to other graphs.
- Returns
- the containing graph
| double broad.pda.seq.graph.Path.getLocalLambda |
( |
| ) |
|
| double broad.pda.seq.graph.Path.getNodeCount |
( |
Annotation |
v1 | ) |
|
| int broad.pda.seq.graph.Path.getNumberOfEdges |
( |
| ) |
|
| String broad.pda.seq.graph.Path.getOrientation |
( |
| ) |
|
| Collection<Annotation> broad.pda.seq.graph.Path.getOverlappingNodes |
( |
Alignment |
read | ) |
|
| Collection<Alignment> broad.pda.seq.graph.Path.getPairedEndEdges |
( |
| ) |
|
| double broad.pda.seq.graph.Path.getScore |
( |
| ) |
|
| int broad.pda.seq.graph.Path.getSize |
( |
| ) |
|
| Collection<Annotation> broad.pda.seq.graph.Path.getSortedNodes |
( |
| ) |
|
| double broad.pda.seq.graph.Path.getSpliceWeight |
( |
| ) |
|
| int broad.pda.seq.graph.Path.getStart |
( |
| ) |
|
TODO: This may be to slow, maybe compute start on the fly as Path is being constructed
- Returns
- genomic start of the path.
| Annotation broad.pda.seq.graph.Path.getStartVertex |
( |
| ) |
|
Returns the start vertex in the path.
- Returns
- the start vertex
| double broad.pda.seq.graph.Path.getWeight |
( |
| ) |
|
Returns the weight assigned to the path. Typically, this will be the sum of the weights of the edge list entries (as defined by the containing graph), but some path implementations may use other definitions.
- Returns
- the weight of the path
| int broad.pda.seq.graph.Path.hashCode |
( |
| ) |
|
| boolean broad.pda.seq.graph.Path.isToComplex |
( |
| ) |
|
| boolean broad.pda.seq.graph.Path.overlaps |
( |
Path |
leftPath | ) |
|
| boolean broad.pda.seq.graph.Path.overlapsLeft |
( |
Alignment |
read | ) |
|
| boolean broad.pda.seq.graph.Path.overlapsRight |
( |
Alignment |
read | ) |
|
| boolean broad.pda.seq.graph.Path.removeEdge |
( |
BubbleEdge |
edge | ) |
|
| void broad.pda.seq.graph.Path.setIsToComplex |
( |
boolean |
isToComplex | ) |
|
| void broad.pda.seq.graph.Path.setLocalLambda |
( |
double |
localLambda | ) |
|
| void broad.pda.seq.graph.Path.setSpliceWeight |
( |
double |
weight | ) |
|
| Gene broad.pda.seq.graph.Path.toFilledInGene |
( |
| ) |
|
| Gene broad.pda.seq.graph.Path.toGene |
( |
| ) |
|
| Gene broad.pda.seq.graph.Path.toGene |
( |
double[] |
extraFields | ) |
|
| String broad.pda.seq.graph.Path.toString |
( |
| ) |
|
The documentation for this class was generated from the following file: