|
| class | TranscriptGraphEdge |
| |
| class | TranscriptGraphEdgeFactory |
| |
| umms.core.scripture.OrientedChromosomeTranscriptGraph.OrientedChromosomeTranscriptGraph |
( |
EdgeFactory< Annotation, TranscriptGraphEdge > |
edgeFactory | ) |
|
|
protected |
| umms.core.scripture.OrientedChromosomeTranscriptGraph.OrientedChromosomeTranscriptGraph |
( |
String |
name, |
|
|
String |
orientation |
|
) |
| |
| boolean umms.core.scripture.OrientedChromosomeTranscriptGraph.addAnnotationToGraph |
( |
Annotation |
a | ) |
|
| TranscriptGraphEdge umms.core.scripture.OrientedChromosomeTranscriptGraph.addEdge |
( |
Annotation |
v1, |
|
|
Annotation |
v2 |
|
) |
| |
| TranscriptGraphEdge umms.core.scripture.OrientedChromosomeTranscriptGraph.addEdge |
( |
Annotation |
v1, |
|
|
Annotation |
v2, |
|
|
boolean |
augmentCount |
|
) |
| |
| boolean umms.core.scripture.OrientedChromosomeTranscriptGraph.addVertex |
( |
Annotation |
v | ) |
|
| int umms.core.scripture.OrientedChromosomeTranscriptGraph.connectVertexToGraph |
( |
Annotation |
v | ) |
|
Adds an exon to a graph
- Parameters
-
- Returns
| VertexPair<Annotation> umms.core.scripture.OrientedChromosomeTranscriptGraph.getNodePair |
( |
TranscriptGraphEdge |
edge | ) |
|
Returns the pair of vertices for a specified edge
- Parameters
-
- Returns
| Collection<GraphPath<Annotation, TranscriptGraphEdge> > umms.core.scripture.OrientedChromosomeTranscriptGraph.getOrphanPaths |
( |
| ) |
|
Returns all orphan paths in graph (self edges for orphan vertices)
- Returns
| Collection<Annotation> umms.core.scripture.OrientedChromosomeTranscriptGraph.getOrphanVertices |
( |
| ) |
|
Returns a collection of all orphan vertices.
- Returns
- All vertices having allowed edge types.
| List<GraphPath<Annotation, TranscriptGraphEdge> > umms.core.scripture.OrientedChromosomeTranscriptGraph.getPaths |
( |
| ) |
|
| Collection<Annotation> umms.core.scripture.OrientedChromosomeTranscriptGraph.getSinkVertices |
( |
| ) |
|
Returns a collection of all the possible target/end vertices for this graph.
- Returns
- All vertices having allowed edge types.
| Collection<Annotation> umms.core.scripture.OrientedChromosomeTranscriptGraph.getSourceVertices |
( |
| ) |
|
Returns a collection of all the possible source/start vertices for the specified graph.
- Returns
- All vertices having allowed edge types.
| static Gene umms.core.scripture.OrientedChromosomeTranscriptGraph.pathToGene |
( |
GraphPath< Annotation, TranscriptGraphEdge > |
gp | ) |
|
|
static |
| void umms.core.scripture.OrientedChromosomeTranscriptGraph.writeGraph |
( |
String |
save, |
|
|
Alignments |
region, |
|
|
boolean |
setUpShortExonLabels, |
|
|
String |
graphName |
|
) |
| throws IOException |
Writes the graph to a file
- Parameters
-
| save | |
| region | |
| setUpShortExonLabels | |
| graphName | |
- Exceptions
-
The documentation for this class was generated from the following file: