

Classes | |
| class | Processor |
Public Member Functions | |
| MultiScore (AlignmentModel sample, AlignmentModel ctrl, Annotation a, double regionLength, boolean fullyContained) | |
| MultiScore (AlignmentModel sample, AlignmentModel ctrl, Annotation a, boolean fullyContained) | |
| MultiScore (AlignmentModel sample, AlignmentModel ctrl, Annotation a, double regionLength) | |
| MultiScore (AlignmentModel sample, AlignmentModel ctrl, Annotation a) | |
| MultiScore (AlignmentModel sample, AlignmentModel ctrl, Annotation a, Gene gene, boolean fullyContained) | |
| MultiScore (AlignmentModel sample, AlignmentModel ctrl, Annotation a, Gene gene) | |
| MultiScore (AlignmentModel sample, Annotation a, boolean fullyContained) | |
| MultiScore (AlignmentModel sample, AlignmentModel ctrl, Annotation a, double sampleRegCount, double ctrlRegCount) | |
| MultiScore (AlignmentModel sample, AlignmentModel ctrl, Annotation a, double sampleRegCount, double ctrlRegCount, double regionLength) | |
| MultiScore (AlignmentModel sample, AlignmentModel ctrl, Annotation a, double sampleRegCount, double ctrlRegCount, double regionLength, boolean fullyContained) | |
| MultiScore (AlignmentModel sample, AlignmentModel ctrl, Annotation annotation, MultiScore previousScore, double newSampleCount, double newCtrlCount) | |
| void | updateScores () |
| void | updateScores (String scoreName) |
| double | getEnrichmentOverControl () |
| double | getAverageCoverage (AlignmentModel model) |
| void | getDebugInfo (String prefix) |
| double | getPvalue (String scoreName) |
| void | setSampleCount (double d) |
| void | setCtrlCount (double d) |
| void | setSampleRegionCount (double d) |
| void | setCtrlRegionCount (double d) |
| double | getSampleCount () |
| double | getCtrlCount () |
| double | getCtrlRegionCount () |
| double | getSampleRegionCount () |
| void | setRegionLength (double d) |
| double | getRegionLength () |
| void | setGene (Gene g) |
| Gene | getGene () |
| CoordinateSpace | getSampleCoordSpace () |
| void | setSampleCoordSpace (CoordinateSpace sampleCoordSpace) |
| CoordinateSpace | getCtrlCoordSpace () |
| void | setCtrlCoordSpace (CoordinateSpace sampleCoordSpace) |
| double | getGlobalLength () |
| double | getGlobalLambda () |
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 () |
Protected Attributes | |
| AlignmentModel | sampleModel |
| AlignmentModel | ctrlModel |
Protected Attributes inherited from umms.core.model.score.WindowScore.AbstractWindowScore | |
| Annotation | annotation |
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 |
| umms.core.model.score.MultiScore.MultiScore | ( | AlignmentModel | sample, |
| AlignmentModel | ctrl, | ||
| Annotation | a, | ||
| double | regionLength, | ||
| boolean | fullyContained | ||
| ) |
Constructs score without region/gene info
| sample | sample alignment data |
| ctrl | control alignment data |
| a | annotation window/gene/etc being scored |
| regionLength | length of gene |
| fullyContained | only count reads fully contained in window |

| umms.core.model.score.MultiScore.MultiScore | ( | AlignmentModel | sample, |
| AlignmentModel | ctrl, | ||
| Annotation | a, | ||
| boolean | fullyContained | ||
| ) |
| umms.core.model.score.MultiScore.MultiScore | ( | AlignmentModel | sample, |
| AlignmentModel | ctrl, | ||
| Annotation | a, | ||
| double | regionLength | ||
| ) |
| umms.core.model.score.MultiScore.MultiScore | ( | AlignmentModel | sample, |
| AlignmentModel | ctrl, | ||
| Annotation | a | ||
| ) |
| umms.core.model.score.MultiScore.MultiScore | ( | AlignmentModel | sample, |
| AlignmentModel | ctrl, | ||
| Annotation | a, | ||
| Gene | gene, | ||
| boolean | fullyContained | ||
| ) |

| umms.core.model.score.MultiScore.MultiScore | ( | AlignmentModel | sample, |
| AlignmentModel | ctrl, | ||
| Annotation | a, | ||
| Gene | gene | ||
| ) |
| umms.core.model.score.MultiScore.MultiScore | ( | AlignmentModel | sample, |
| Annotation | a, | ||
| boolean | fullyContained | ||
| ) |

| umms.core.model.score.MultiScore.MultiScore | ( | AlignmentModel | sample, |
| AlignmentModel | ctrl, | ||
| Annotation | a, | ||
| double | sampleRegCount, | ||
| double | ctrlRegCount | ||
| ) |
| umms.core.model.score.MultiScore.MultiScore | ( | AlignmentModel | sample, |
| AlignmentModel | ctrl, | ||
| Annotation | a, | ||
| double | sampleRegCount, | ||
| double | ctrlRegCount, | ||
| double | regionLength | ||
| ) |
| umms.core.model.score.MultiScore.MultiScore | ( | AlignmentModel | sample, |
| AlignmentModel | ctrl, | ||
| Annotation | a, | ||
| double | sampleRegCount, | ||
| double | ctrlRegCount, | ||
| double | regionLength, | ||
| boolean | fullyContained | ||
| ) |

| umms.core.model.score.MultiScore.MultiScore | ( | AlignmentModel | sample, |
| AlignmentModel | ctrl, | ||
| Annotation | annotation, | ||
| MultiScore | previousScore, | ||
| double | newSampleCount, | ||
| double | newCtrlCount | ||
| ) |

| double umms.core.model.score.MultiScore.getAverageCoverage | ( | AlignmentModel | model | ) |
| CoordinateSpace umms.core.model.score.MultiScore.getCtrlCoordSpace | ( | ) |

| double umms.core.model.score.MultiScore.getCtrlCount | ( | ) |

| double umms.core.model.score.MultiScore.getCtrlRegionCount | ( | ) |

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

| double umms.core.model.score.MultiScore.getEnrichmentOverControl | ( | ) |

| Gene umms.core.model.score.MultiScore.getGene | ( | ) |
| double umms.core.model.score.MultiScore.getGlobalLambda | ( | ) |
| double umms.core.model.score.MultiScore.getGlobalLength | ( | ) |
| double umms.core.model.score.MultiScore.getPvalue | ( | String | scoreName | ) |


| double umms.core.model.score.MultiScore.getRegionLength | ( | ) |

| CoordinateSpace umms.core.model.score.MultiScore.getSampleCoordSpace | ( | ) |

| double umms.core.model.score.MultiScore.getSampleCount | ( | ) |


| double umms.core.model.score.MultiScore.getSampleRegionCount | ( | ) |

| void umms.core.model.score.MultiScore.setCtrlCoordSpace | ( | CoordinateSpace | sampleCoordSpace | ) |
| void umms.core.model.score.MultiScore.setCtrlCount | ( | double | d | ) |

| void umms.core.model.score.MultiScore.setCtrlRegionCount | ( | double | d | ) |

| void umms.core.model.score.MultiScore.setGene | ( | Gene | g | ) |
| void umms.core.model.score.MultiScore.setRegionLength | ( | double | d | ) |

| void umms.core.model.score.MultiScore.setSampleCoordSpace | ( | CoordinateSpace | sampleCoordSpace | ) |

| void umms.core.model.score.MultiScore.setSampleCount | ( | double | d | ) |

| void umms.core.model.score.MultiScore.setSampleRegionCount | ( | double | d | ) |

| void umms.core.model.score.MultiScore.updateScores | ( | ) |


| void umms.core.model.score.MultiScore.updateScores | ( | String | scoreName | ) |

|
protected |
|
protected |
1.8.7