Modifier and Type | Field and Description |
---|---|
int |
count
The motif's count in the graph
|
double |
meanCountInNullModel
The expected value of motif's count in the null model
|
double |
statistic
The statistic value generated by the
Fanmod.MotifFilter for deciding
if the associated subgraph is a motif. |
double |
stddevInNullModel
The standard deviation of motif's counts in the null model
|
Constructor and Description |
---|
Fanmod.Result(int count,
double meanCountInNullModel,
double stddevInNullModel,
double statistic) |
public final int count
public final double meanCountInNullModel
public final double stddevInNullModel
public final double statistic
Fanmod.MotifFilter
for deciding
if the associated subgraph is a motif.Copyright © 2012. All Rights Reserved.