
Classes | |
| class | AbstractWindowScore |
Public Member Functions | |
| Annotation | getAnnotation () |
| double | getScore () |
Represents a window scoring object. All of the code for calculating scores should be included in implementers of this class
| Annotation umms.core.model.score.WindowScore.getAnnotation | ( | ) |
Returns the underlying window
Implemented in umms.core.model.score.WindowScore.AbstractWindowScore.
| double umms.core.model.score.WindowScore.getScore | ( | ) |
Returns the number of reads overlapping this region
Implemented in umms.core.model.score.CountScore, umms.core.model.score.WindowAllScore, umms.core.model.score.RatioScore, umms.core.model.score.NewRatioScore, umms.core.model.score.SumScore, umms.core.model.score.EndInWindowCountScore, umms.core.model.score.StartInWindowCountScore, and umms.core.model.score.AbstractListScore.
1.8.7