Public Member Functions | |
| EnrichmentMetric (String name, String dataType1, String dataType2, String statisticName, String method, double statistic, double pvalue, int totalCount, int regionCount) | |
| Set< String > | getDataTypes () |
| String | getDataType1 () |
| String | getDataType2 () |
| String | getMethod () |
| String | getSubmethod () |
| double | getStatistic () |
| double | getPValue () |
| String | toString () |
| String | getId () |
Protected Attributes | |
| String | name |
| String | statisticName |
| double | statistic |
| int | totalCount |
All enrichment metrics should inherit this class. Could use the PICARD base for potentially easy output
| broad.pda.enrichment.EnrichmentMetric.EnrichmentMetric | ( | String | name, |
| String | dataType1, | ||
| String | dataType2, | ||
| String | statisticName, | ||
| String | method, | ||
| double | statistic, | ||
| double | pvalue, | ||
| int | totalCount, | ||
| int | regionCount | ||
| ) |
| String broad.pda.enrichment.EnrichmentMetric.getDataType1 | ( | ) |
| String broad.pda.enrichment.EnrichmentMetric.getDataType2 | ( | ) |
| Set<String> broad.pda.enrichment.EnrichmentMetric.getDataTypes | ( | ) |
| String broad.pda.enrichment.EnrichmentMetric.getId | ( | ) |

| String broad.pda.enrichment.EnrichmentMetric.getMethod | ( | ) |
| double broad.pda.enrichment.EnrichmentMetric.getPValue | ( | ) |
| double broad.pda.enrichment.EnrichmentMetric.getStatistic | ( | ) |
| String broad.pda.enrichment.EnrichmentMetric.getSubmethod | ( | ) |
| String broad.pda.enrichment.EnrichmentMetric.toString | ( | ) |

|
protected |
|
protected |
|
protected |
|
protected |
1.8.7