|
| | WindowAllScore (Annotation a) |
| |
| | WindowAllScore (AlignmentModel numerator, AlignmentModel denominator, Annotation annotation) |
| |
| | WindowAllScore (AlignmentModel numerator, AlignmentModel denominator, Annotation annotation, double numeratorRegionTotal, double denominatorRegionTotal, double rapLambda, double backgroundLambda) |
| |
| 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 | getDenominatorLambda () |
| |
| double | getNumeratorLambda () |
| |
| double | getNumeratorRPKM () |
| |
| double | getDenominatorRPKM () |
| |
| double | getRatio () |
| |
| double | getScore () |
| |
| double | getSkellamPValue () |
| |
| void | setNumeratorScanPVal (double pval) |
| |
| void | setDenominatorScanPVal (double pval) |
| |
| double | getNumeratorScanPVal () |
| |
| double | getDenominatorScanPVal () |
| |
| 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.WindowAllScore.WindowAllScore |
( |
Annotation |
a | ) |
|
| umms.core.model.score.WindowAllScore.WindowAllScore |
( |
AlignmentModel |
numerator, |
|
|
AlignmentModel |
denominator, |
|
|
Annotation |
annotation, |
|
|
double |
numeratorRegionTotal, |
|
|
double |
denominatorRegionTotal, |
|
|
double |
rapLambda, |
|
|
double |
backgroundLambda |
|
) |
| |
| double umms.core.model.score.WindowAllScore.getDenominatorCount |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.getDenominatorLambda |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.getDenominatorRegionTotal |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.getDenominatorRPKM |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.getDenominatorScanPVal |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.getDenominatorTotal |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.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.WindowAllScore.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.WindowAllScore.getLog2Ratio |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.getLog2RegionRatio |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.getNumeratorCount |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.getNumeratorLambda |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.getNumeratorRegionTotal |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.getNumeratorRPKM |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.getNumeratorScanPVal |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.getNumeratorTotal |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.getRatio |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.getRegionDenominatorRPKM |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.getRegionNumeratorRPKM |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.getRegionRatio |
( |
| ) |
|
| double umms.core.model.score.WindowAllScore.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.
| double umms.core.model.score.WindowAllScore.getSkellamPValue |
( |
| ) |
|
Based on prussell's function in PairedSampleCoverage Compute Skellam P-value of read counts in a region given the two parameters denominatorLambda Poisson lambda for background sample numeratorLambda Poisson lambda for signal sample denominatorCount The count for background sample numeratorCount The count for signal sample
- Returns
- The probability under the null hypothesis of observing a greater difference
- Exceptions
-
| void umms.core.model.score.WindowAllScore.setDenominatorCount |
( |
double |
d | ) |
|
| void umms.core.model.score.WindowAllScore.setDenominatorRegionTotal |
( |
double |
d | ) |
|
| void umms.core.model.score.WindowAllScore.setDenominatorScanPVal |
( |
double |
pval | ) |
|
| void umms.core.model.score.WindowAllScore.setDenominatorTotal |
( |
double |
d | ) |
|
| void umms.core.model.score.WindowAllScore.setNumeratorCount |
( |
double |
d | ) |
|
| void umms.core.model.score.WindowAllScore.setNumeratorRegionTotal |
( |
double |
d | ) |
|
| void umms.core.model.score.WindowAllScore.setNumeratorScanPVal |
( |
double |
pval | ) |
|
| void umms.core.model.score.WindowAllScore.setNumeratorTotal |
( |
double |
d | ) |
|
| String umms.core.model.score.WindowAllScore.toString |
( |
| ) |
|
| final double umms.core.model.score.WindowAllScore.RPKM_OFFSET = 0.001 |
|
static |
The documentation for this class was generated from the following file: