|
| class | Factory |
| |
| class | Processor |
| |
|
| | 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 () |
| |
|
| static double | asRPKM (double count, double total, int windowSize) |
| |
- Author
- engreitz This class represents a simple count scoring function for the DataAlignmentModel.
| umms.core.model.score.CountScore.CountScore |
( |
Annotation |
a | ) |
|
| umms.core.model.score.CountScore.CountScore |
( |
CountScore |
other | ) |
|
| umms.core.model.score.CountScore.CountScore |
( |
CountScore |
other, |
|
|
Annotation |
newAnnotation, |
|
|
double |
newCount |
|
) |
| |
| umms.core.model.score.CountScore.CountScore |
( |
AnnotationCollection<?extends Annotation > |
model, |
|
|
Annotation |
annotation |
|
) |
| |
- Parameters
-
| model | Alignment data |
| annotation | Region |
| umms.core.model.score.CountScore.CountScore |
( |
AnnotationCollection<?extends Annotation > |
model, |
|
|
Annotation |
annotation, |
|
|
double |
regionTotal |
|
) |
| |
- Parameters
-
| model | Alignment data |
| annotation | Region |
| regionTotal | Override region total |
| umms.core.model.score.CountScore.CountScore |
( |
AnnotationCollection<?extends Annotation > |
model, |
|
|
Annotation |
annotation, |
|
|
boolean |
fullyContained |
|
) |
| |
- Parameters
-
| model | Alignment data |
| annotation | Region |
| fullyContained | Only count fully contained reads |
| umms.core.model.score.CountScore.CountScore |
( |
AnnotationCollection<?extends Annotation > |
model, |
|
|
Annotation |
annotation, |
|
|
double |
regionTotal, |
|
|
boolean |
fullyContained |
|
) |
| |
| umms.core.model.score.CountScore.CountScore |
( |
Annotation |
annotation, |
|
|
double |
count, |
|
|
double |
regionTotal, |
|
|
double |
total |
|
) |
| |
| static double umms.core.model.score.CountScore.asRPKM |
( |
double |
count, |
|
|
double |
total, |
|
|
int |
windowSize |
|
) |
| |
|
static |
| int umms.core.model.score.CountScore.compareTo |
( |
CountScore |
o | ) |
|
First compare counts Then compare annotations
| boolean umms.core.model.score.CountScore.equals |
( |
Object |
o | ) |
|
True iff count and annotation are equal
| double umms.core.model.score.CountScore.getCount |
( |
| ) |
|
| double umms.core.model.score.CountScore.getPvalue |
( |
| ) |
|
| double umms.core.model.score.CountScore.getRegionTotal |
( |
| ) |
|
| double umms.core.model.score.CountScore.getRPK |
( |
| ) |
|
| double umms.core.model.score.CountScore.getRPKM |
( |
| ) |
|
| double umms.core.model.score.CountScore.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.CountScore.getTotal |
( |
| ) |
|
| int umms.core.model.score.CountScore.hashCode |
( |
| ) |
|
| void umms.core.model.score.CountScore.refreshPvalue |
( |
| ) |
|
| void umms.core.model.score.CountScore.setCount |
( |
double |
count | ) |
|
| void umms.core.model.score.CountScore.setRegionTotal |
( |
double |
regionTotal | ) |
|
| void umms.core.model.score.CountScore.setTotal |
( |
double |
total | ) |
|
| String umms.core.model.score.CountScore.toString |
( |
| ) |
|
| double umms.core.model.score.CountScore.DEFAULT_REGION_TOTAL = -1.0 |
|
static |
The documentation for this class was generated from the following file: