

Classes | |
| class | Processor |
| class | RatioScoreIterator |
Public Member Functions | |
| RatioScore (Annotation a) | |
| RatioScore (Annotation numerator, Annotation denominator, double nTotal, double dTotal) | |
| RatioScore (Annotation numerator, Annotation denominator, double nTotal, double dTotal, double nRegionTotal, double dRegionTotal) | |
| RatioScore (CountScore numerator, CountScore denominator) | |
| RatioScore (AnnotationCollection<?extends Annotation > numerator, AnnotationCollection<?extends Annotation > denominator, Annotation annotation) | |
| RatioScore (AnnotationCollection<?extends Annotation > numerator, AnnotationCollection<?extends Annotation > denominator, Annotation annotation, double numeratorRegionTotal, double denominatorRegionTotal) | |
| void | setNumeratorCount (double d) |
| void | setDenominatorCount (double d) |
| void | setNumeratorTotal (double d) |
| void | setDenominatorTotal (double d) |
| void | setNumeratorRegionTotal (double d) |
| void | setDenominatorRegionTotal (double d) |
| double | getNumeratorCount () |
| double | getDenominatorCount () |
| double | getNumeratorTotal () |
| double | getDenominatorTotal () |
| double | getNumeratorRegionTotal () |
| double | getDenominatorRegionTotal () |
| double | getNumeratorRPKM () |
| double | getDenominatorRPKM () |
| double | getRatio () |
| double | getScore () |
| double | getEnrichmentBinomialScore () |
| double | getEnrichmentBinomialPValue () |
| double | getDepletionBinomialScore () |
| double | getDepletionBinomialPValue () |
| double | getLog2Ratio () |
| double | getRegionRatio () |
| double | getLog2RegionRatio () |
| double | getRegionNumeratorRPKM () |
| double | getRegionDenominatorRPKM () |
| String | toString () |
Public Member Functions inherited from umms.core.model.score.CountScore | |
| CountScore (Annotation a) | |
| CountScore (CountScore other) | |
| CountScore (CountScore other, Annotation newAnnotation, double newCount) | |
| CountScore (AnnotationCollection<?extends Annotation > model, Annotation annotation) | |
| CountScore (AnnotationCollection<?extends Annotation > model, Annotation annotation, double regionTotal) | |
| CountScore (AnnotationCollection<?extends Annotation > model, Annotation annotation, boolean fullyContained) | |
| CountScore (AnnotationCollection<?extends Annotation > model, Annotation annotation, double regionTotal, boolean fullyContained) | |
| CountScore (Annotation annotation, double count, double regionTotal, double total) | |
| double | getCount () |
| double | getScore () |
| double | getTotal () |
| double | getRegionTotal () |
| double | getRPKM () |
| double | getRPK () |
| void | setCount (double count) |
| void | setTotal (double total) |
| void | setRegionTotal (double regionTotal) |
| String | toString () |
| boolean | equals (Object o) |
| int | compareTo (CountScore o) |
| int | hashCode () |
| void | refreshPvalue () |
| double | getPvalue () |
Public Member Functions inherited from umms.core.model.score.WindowScore.AbstractWindowScore | |
| AbstractWindowScore (Annotation t) | |
| Annotation | getAnnotation () |
Static Public Attributes | |
| static double | RPKM_OFFSET = 0.001 |
Static Public Attributes inherited from umms.core.model.score.CountScore | |
| static double | DEFAULT_REGION_TOTAL = -1.0 |
Additional Inherited Members | |
Static Public Member Functions inherited from umms.core.model.score.CountScore | |
| static double | asRPKM (double count, double total, int windowSize) |
Protected Attributes inherited from umms.core.model.score.WindowScore.AbstractWindowScore | |
| Annotation | annotation |
| umms.core.model.score.RatioScore.RatioScore | ( | Annotation | a | ) |
| umms.core.model.score.RatioScore.RatioScore | ( | Annotation | numerator, |
| Annotation | denominator, | ||
| double | nTotal, | ||
| double | dTotal | ||
| ) |
| umms.core.model.score.RatioScore.RatioScore | ( | Annotation | numerator, |
| Annotation | denominator, | ||
| double | nTotal, | ||
| double | dTotal, | ||
| double | nRegionTotal, | ||
| double | dRegionTotal | ||
| ) |

| umms.core.model.score.RatioScore.RatioScore | ( | CountScore | numerator, |
| CountScore | denominator | ||
| ) |

| umms.core.model.score.RatioScore.RatioScore | ( | AnnotationCollection<?extends Annotation > | numerator, |
| AnnotationCollection<?extends Annotation > | denominator, | ||
| Annotation | annotation | ||
| ) |

| umms.core.model.score.RatioScore.RatioScore | ( | AnnotationCollection<?extends Annotation > | numerator, |
| AnnotationCollection<?extends Annotation > | denominator, | ||
| Annotation | annotation, | ||
| double | numeratorRegionTotal, | ||
| double | denominatorRegionTotal | ||
| ) |

| double umms.core.model.score.RatioScore.getDenominatorCount | ( | ) |

| double umms.core.model.score.RatioScore.getDenominatorRegionTotal | ( | ) |

| double umms.core.model.score.RatioScore.getDenominatorRPKM | ( | ) |


| double umms.core.model.score.RatioScore.getDenominatorTotal | ( | ) |

| double umms.core.model.score.RatioScore.getDepletionBinomialPValue | ( | ) |
Binomial test: combine numerator and denominator counts, then calculate cumulative probability of seeing less than this proportion


| double umms.core.model.score.RatioScore.getDepletionBinomialScore | ( | ) |
Binomial test: combine numerator and denominator counts, then calculate cumulative probability of seeing less than this proportion


| double umms.core.model.score.RatioScore.getEnrichmentBinomialPValue | ( | ) |
Binomial test: combine numerator and denominator counts, then calculate cumulative probability of seeing >= this proportion


| double umms.core.model.score.RatioScore.getEnrichmentBinomialScore | ( | ) |
Binomial test: combine numerator and denominator counts, then calculate cumulative probability of seeing >= this proportion


| double umms.core.model.score.RatioScore.getLog2Ratio | ( | ) |


| double umms.core.model.score.RatioScore.getLog2RegionRatio | ( | ) |

| double umms.core.model.score.RatioScore.getNumeratorCount | ( | ) |


| double umms.core.model.score.RatioScore.getNumeratorRegionTotal | ( | ) |


| double umms.core.model.score.RatioScore.getNumeratorRPKM | ( | ) |


| double umms.core.model.score.RatioScore.getNumeratorTotal | ( | ) |


| double umms.core.model.score.RatioScore.getRatio | ( | ) |


| double umms.core.model.score.RatioScore.getRegionDenominatorRPKM | ( | ) |


| double umms.core.model.score.RatioScore.getRegionNumeratorRPKM | ( | ) |


| double umms.core.model.score.RatioScore.getRegionRatio | ( | ) |


| double umms.core.model.score.RatioScore.getScore | ( | ) |
Returns the number of reads overlapping this region
Implements umms.core.model.score.WindowScore.


| void umms.core.model.score.RatioScore.setDenominatorCount | ( | double | d | ) |

| void umms.core.model.score.RatioScore.setDenominatorRegionTotal | ( | double | d | ) |

| void umms.core.model.score.RatioScore.setDenominatorTotal | ( | double | d | ) |

| void umms.core.model.score.RatioScore.setNumeratorCount | ( | double | d | ) |

| void umms.core.model.score.RatioScore.setNumeratorRegionTotal | ( | double | d | ) |


| void umms.core.model.score.RatioScore.setNumeratorTotal | ( | double | d | ) |

| String umms.core.model.score.RatioScore.toString | ( | ) |

|
static |
1.8.7