| umms.core.model.score.AbstractListScore.AbstractListScore |
( |
Annotation |
a | ) |
|
| double umms.core.model.score.AbstractListScore.getCount |
( |
| ) |
|
| double umms.core.model.score.AbstractListScore.getMean |
( |
| ) |
|
| double umms.core.model.score.AbstractListScore.getMedian |
( |
| ) |
|
| double umms.core.model.score.AbstractListScore.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.AbstractListScore.getScores |
( |
| ) |
|
| double umms.core.model.score.AbstractListScore.getStandardDeviation |
( |
| ) |
|
| double umms.core.model.score.AbstractListScore.getSum |
( |
| ) |
|
| void umms.core.model.score.AbstractListScore.setScores |
( |
List< Double > |
scores | ) |
|
| String umms.core.model.score.AbstractListScore.toString |
( |
| ) |
|
| double umms.core.model.score.AbstractListScore.DEFAULT_VALUE = -1.0 |
|
static |
The documentation for this class was generated from the following file: