

Classes | |
| class | Processor |
Public Member Functions | |
| ScanStatisticScore (AlignmentModel model, Annotation annotation) | |
| ScanStatisticScore (AlignmentModel model, Annotation annotation, boolean fullyContained) | |
| ScanStatisticScore (AlignmentModel model, Annotation annotation, ScanStatisticScore previousScore, double newScore) | |
| ScanStatisticScore (MultiScore other) | |
| ScanStatisticScore (AlignmentModel model, Annotation annotation, double regionTotal, double regionLength) | |
| ScanStatisticScore (AlignmentModel model, Annotation annotation, double regionTotal, double regionLength, boolean fullyContained) | |
| ScanStatisticScore (AlignmentModel model, Annotation annotation, double regionTotal, double regionLength, double globalTotal, double globalLength, boolean fullyContained) | |
| CoordinateSpace | getCoordinateSpace () |
| void | refreshScanPvalue (AlignmentModel model) |
| double | getAverageCoverage (AlignmentModel data) |
| double | getEnrichment (AlignmentModel data) |
| double | getLocalLambda () |
| void | setGlobalLength (double d) |
| double | getGlobalLambda () |
| double | getGlobalLength () |
| void | setRegionLength (double regionLength) |
| double | getRegionLength () |
| void | setScanPvalue (double scanPvalue) |
| void | setPvalue (double scanPvalue) |
| double | getScanPvalue () |
| double | getPvalue () |
| void | setFullyContainedNumberOfReads (double fullyContainedNumberOfReads) |
| double | getFullyContainedNumberOfReads () |
| double[] | getScores () |
| void | getDebugInfo (String prefix) |
| String | toString () |
| boolean | equals (Object o) |
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 () |
Additional Inherited Members | |
Static Public Member Functions inherited from umms.core.model.score.CountScore | |
| static double | asRPKM (double count, double total, int windowSize) |
Static Public Attributes inherited from umms.core.model.score.CountScore | |
| static double | DEFAULT_REGION_TOTAL = -1.0 |
Protected Attributes inherited from umms.core.model.score.WindowScore.AbstractWindowScore | |
| Annotation | annotation |
| umms.core.model.score.ScanStatisticScore.ScanStatisticScore | ( | AlignmentModel | model, |
| Annotation | annotation | ||
| ) |

| umms.core.model.score.ScanStatisticScore.ScanStatisticScore | ( | AlignmentModel | model, |
| Annotation | annotation, | ||
| boolean | fullyContained | ||
| ) |

| umms.core.model.score.ScanStatisticScore.ScanStatisticScore | ( | AlignmentModel | model, |
| Annotation | annotation, | ||
| ScanStatisticScore | previousScore, | ||
| double | newScore | ||
| ) |

| umms.core.model.score.ScanStatisticScore.ScanStatisticScore | ( | MultiScore | other | ) |

| umms.core.model.score.ScanStatisticScore.ScanStatisticScore | ( | AlignmentModel | model, |
| Annotation | annotation, | ||
| double | regionTotal, | ||
| double | regionLength | ||
| ) |
| umms.core.model.score.ScanStatisticScore.ScanStatisticScore | ( | AlignmentModel | model, |
| Annotation | annotation, | ||
| double | regionTotal, | ||
| double | regionLength, | ||
| boolean | fullyContained | ||
| ) |

| umms.core.model.score.ScanStatisticScore.ScanStatisticScore | ( | AlignmentModel | model, |
| Annotation | annotation, | ||
| double | regionTotal, | ||
| double | regionLength, | ||
| double | globalTotal, | ||
| double | globalLength, | ||
| boolean | fullyContained | ||
| ) |
Control region length and total, global length and total Scan P value depends on global stats
| model | Alignment data |
| annotation | Annotation |
| regionTotal | Total number of fragments mapping to local region |
| regionLength | Total length of local region |
| globalTotal | Global number of fragments |
| globalLength | Global length |

| boolean umms.core.model.score.ScanStatisticScore.equals | ( | Object | o | ) |
True iff scan P value and annotation are equal

| double umms.core.model.score.ScanStatisticScore.getAverageCoverage | ( | AlignmentModel | data | ) |


| CoordinateSpace umms.core.model.score.ScanStatisticScore.getCoordinateSpace | ( | ) |

| void umms.core.model.score.ScanStatisticScore.getDebugInfo | ( | String | prefix | ) |

| double umms.core.model.score.ScanStatisticScore.getEnrichment | ( | AlignmentModel | data | ) |

| double umms.core.model.score.ScanStatisticScore.getFullyContainedNumberOfReads | ( | ) |
| double umms.core.model.score.ScanStatisticScore.getGlobalLambda | ( | ) |


| double umms.core.model.score.ScanStatisticScore.getGlobalLength | ( | ) |

| double umms.core.model.score.ScanStatisticScore.getLocalLambda | ( | ) |


| double umms.core.model.score.ScanStatisticScore.getPvalue | ( | ) |
| double umms.core.model.score.ScanStatisticScore.getRegionLength | ( | ) |

| double umms.core.model.score.ScanStatisticScore.getScanPvalue | ( | ) |

| double [] umms.core.model.score.ScanStatisticScore.getScores | ( | ) |

| void umms.core.model.score.ScanStatisticScore.refreshScanPvalue | ( | AlignmentModel | model | ) |


| void umms.core.model.score.ScanStatisticScore.setFullyContainedNumberOfReads | ( | double | fullyContainedNumberOfReads | ) |
| void umms.core.model.score.ScanStatisticScore.setGlobalLength | ( | double | d | ) |

| void umms.core.model.score.ScanStatisticScore.setPvalue | ( | double | scanPvalue | ) |
| void umms.core.model.score.ScanStatisticScore.setRegionLength | ( | double | regionLength | ) |

| void umms.core.model.score.ScanStatisticScore.setScanPvalue | ( | double | scanPvalue | ) |

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

1.8.7