|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gersteinlab.tyna.core.operators.MotifMiner
org.gersteinlab.tyna.core.operators.CycleMotifMiner
This class defines the cycle motif miner. It takes a graph as input, and returns a graph that contains the set of all cycles that satisfy some requirements.
| Field Summary | |
protected int |
maxSize
The maximum size |
protected int |
minSize
The minimum size |
| Fields inherited from class org.gersteinlab.tyna.core.operators.MotifMiner |
INTEGRATED, MAXIMAL, MINIMAL, outputType, SEPARATED |
| Constructor Summary | |
CycleMotifMiner(java.lang.String outputType,
int minSize,
int maxSize)
Create a new cycle motif miner. |
|
| Method Summary | |
Graph |
operate(Graph graph)
Perform the operation on a graph. |
| Methods inherited from class org.gersteinlab.tyna.core.operators.MotifMiner |
createOutputGraph |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int minSize
protected int maxSize
| Constructor Detail |
public CycleMotifMiner(java.lang.String outputType,
int minSize,
int maxSize)
outputType - The output type (separated or integrated)minSize - The minimum size of each cyclemaxSize - The maximum size of each cycle| Method Detail |
public Graph operate(Graph graph)
throws GraphTypeException
UnaryOperator
graph - The graph
GraphTypeException - If there are problems with the type of the input graph
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||