- Author
- engreitz This class calculates statistics (sum, average, stddev, median, etc.) on the scores of annotations in the given region, in addition to counting the number of annotations.
| umms.core.model.score.SumScore.SumScore |
( |
Annotation |
a | ) |
|
| umms.core.model.score.SumScore.SumScore |
( |
AnnotationCollection<?extends Annotation > |
model, |
|
|
Annotation |
region |
|
) |
| |
| double umms.core.model.score.SumScore.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.
The documentation for this class was generated from the following file: