|
| | NewRatioScore (Annotation a) |
| |
| | NewRatioScore (AnnotationCollection<?extends Annotation > numerator, AnnotationCollection<?extends Annotation > denominator, Annotation annotation) |
| |
| | NewRatioScore (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 | getEnrichmentBinomialPValue () |
| |
| double | getDepletionBinomialPValue () |
| |
| double | getLog2Ratio () |
| |
| double | getRegionRatio () |
| |
| double | getLog2RegionRatio () |
| |
| double | getRegionNumeratorRPKM () |
| |
| double | getRegionDenominatorRPKM () |
| |
| String | toString () |
| |
| | 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 () |
| |
| | AbstractWindowScore (Annotation t) |
| |
| Annotation | getAnnotation () |
| |
| umms.core.model.score.NewRatioScore.NewRatioScore |
( |
Annotation |
a | ) |
|
| umms.core.model.score.NewRatioScore.NewRatioScore |
( |
AnnotationCollection<?extends Annotation > |
numerator, |
|
|
AnnotationCollection<?extends Annotation > |
denominator, |
|
|
Annotation |
annotation |
|
) |
| |
| umms.core.model.score.NewRatioScore.NewRatioScore |
( |
AnnotationCollection<?extends Annotation > |
numerator, |
|
|
AnnotationCollection<?extends Annotation > |
denominator, |
|
|
Annotation |
annotation, |
|
|
double |
numeratorRegionTotal, |
|
|
double |
denominatorRegionTotal |
|
) |
| |
| double umms.core.model.score.NewRatioScore.getDenominatorCount |
( |
| ) |
|
| double umms.core.model.score.NewRatioScore.getDenominatorRegionTotal |
( |
| ) |
|
| double umms.core.model.score.NewRatioScore.getDenominatorRPKM |
( |
| ) |
|
| double umms.core.model.score.NewRatioScore.getDenominatorTotal |
( |
| ) |
|
| double umms.core.model.score.NewRatioScore.getDepletionBinomialPValue |
( |
| ) |
|
Binomial test: combine numerator and denominator counts, then calculate cumulative probability of seeing less than this proportion
- Returns
- -log10 p-value for the numerator having less reads than expected.
| double umms.core.model.score.NewRatioScore.getEnrichmentBinomialPValue |
( |
| ) |
|
Binomial test: combine numerator and denominator counts, then calculate cumulative probability of seeing >= this proportion
- Returns
- -log10 p-value for the numerator having more reads than expected.
| double umms.core.model.score.NewRatioScore.getLog2Ratio |
( |
| ) |
|
| double umms.core.model.score.NewRatioScore.getLog2RegionRatio |
( |
| ) |
|
| double umms.core.model.score.NewRatioScore.getNumeratorCount |
( |
| ) |
|
| double umms.core.model.score.NewRatioScore.getNumeratorRegionTotal |
( |
| ) |
|
| double umms.core.model.score.NewRatioScore.getNumeratorRPKM |
( |
| ) |
|
| double umms.core.model.score.NewRatioScore.getNumeratorTotal |
( |
| ) |
|
| double umms.core.model.score.NewRatioScore.getRatio |
( |
| ) |
|
| double umms.core.model.score.NewRatioScore.getRegionDenominatorRPKM |
( |
| ) |
|
| double umms.core.model.score.NewRatioScore.getRegionNumeratorRPKM |
( |
| ) |
|
| double umms.core.model.score.NewRatioScore.getRegionRatio |
( |
| ) |
|
| double umms.core.model.score.NewRatioScore.getScore |
( |
| ) |
|
Returns the number of reads overlapping this region
- Returns
- number of reds overlapping this window Returns the "score" as defined by each subclass (e.g. count, ratio, sum of annotation scores, etc.)
Implements umms.core.model.score.WindowScore.
| void umms.core.model.score.NewRatioScore.setDenominatorCount |
( |
double |
d | ) |
|
| void umms.core.model.score.NewRatioScore.setDenominatorRegionTotal |
( |
double |
d | ) |
|
| void umms.core.model.score.NewRatioScore.setDenominatorTotal |
( |
double |
d | ) |
|
| void umms.core.model.score.NewRatioScore.setNumeratorCount |
( |
double |
d | ) |
|
| void umms.core.model.score.NewRatioScore.setNumeratorRegionTotal |
( |
double |
d | ) |
|
| void umms.core.model.score.NewRatioScore.setNumeratorTotal |
( |
double |
d | ) |
|
| String umms.core.model.score.NewRatioScore.toString |
( |
| ) |
|
| final double umms.core.model.score.NewRatioScore.RPKM_OFFSET = 0.001 |
|
static |
The documentation for this class was generated from the following file: