public static interface Fanmod.MotifFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(int actualFrequency,
double expectedValue,
double standardDeviation)
Returns
true if the information on the subgraph's frequencies
indicate that it is a motif |
double |
getStatistic(int actualFrequency,
double expectedValue,
double standardDeviation)
Returns the value used by this filter to identify whether a subgraph
is a motif, which could be the Z-score, for example.
|
boolean accepts(int actualFrequency,
double expectedValue,
double standardDeviation)
true if the information on the subgraph's frequencies
indicate that it is a motifdouble getStatistic(int actualFrequency,
double expectedValue,
double standardDeviation)
Copyright © 2012. All Rights Reserved.