|
| | PoissonEnrichmentScore (AlignmentModel sample, AlignmentModel ctrl, Annotation a) |
| |
| | PoissonEnrichmentScore (AlignmentModel sample, Annotation a) |
| |
| double | calculatePVal (double a, double b, double lambdaSample, double lambdaCtrl, double w) |
| |
| double | getAverageCoverage (AlignmentModel data, CoordinateSpace coordSpace) |
| |
| void | setPvalue (double scanPvalue) |
| |
| double | getPvalue () |
| |
| void | setGlobalLength (double d) |
| |
| void | setRegionLength (double regionLength) |
| |
| double | getGlobalLength () |
| |
| double | getRegionLength () |
| |
| double | getSampleLambda () |
| |
| double | getCtrlLambda () |
| |
| double | getLocalSampleLambda () |
| |
| double | getCtrlSampleLambda () |
| |
| void | setSampleCount (double d) |
| |
| void | setCtrlCount (double d) |
| |
| void | setSampleTotal (double d) |
| |
| void | setCtrlTotal (double d) |
| |
| void | setSampleRegionTotal (double d) |
| |
| void | setCtrlRegionTotal (double d) |
| |
| double | getSampleCount () |
| |
| double | getCtrlCount () |
| |
| double | getSampleTotal () |
| |
| double | getCtrlTotal () |
| |
| double | getSampleRegionTotal () |
| |
| double | getCtrlRegionTotal () |
| |
| | 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 () |
| |
- Author
- shari This class represents Poisson enrichment score for ChIP/CLIP from Mikkelsen et al. 2010. Can take either sample and control models or just sample.
| double umms.core.model.score.PoissonEnrichmentScore.calculatePVal |
( |
double |
a, |
|
|
double |
b, |
|
|
double |
lambdaSample, |
|
|
double |
lambdaCtrl, |
|
|
double |
w |
|
) |
| |
- Parameters
-
| a | Sample reads |
| b | Control reads |
| lambdaSample | Sample reads total / Genome size (ie expected reads per base) |
| lambdaCtrl | Control reads total / Genome size (ie expected reads per base) |
| w | window size |
- Returns
- Poisson pvalue
| double umms.core.model.score.PoissonEnrichmentScore.getCtrlCount |
( |
| ) |
|
| double umms.core.model.score.PoissonEnrichmentScore.getCtrlLambda |
( |
| ) |
|
| double umms.core.model.score.PoissonEnrichmentScore.getCtrlRegionTotal |
( |
| ) |
|
| double umms.core.model.score.PoissonEnrichmentScore.getCtrlSampleLambda |
( |
| ) |
|
| double umms.core.model.score.PoissonEnrichmentScore.getCtrlTotal |
( |
| ) |
|
| double umms.core.model.score.PoissonEnrichmentScore.getGlobalLength |
( |
| ) |
|
| double umms.core.model.score.PoissonEnrichmentScore.getLocalSampleLambda |
( |
| ) |
|
| double umms.core.model.score.PoissonEnrichmentScore.getPvalue |
( |
| ) |
|
| double umms.core.model.score.PoissonEnrichmentScore.getRegionLength |
( |
| ) |
|
| double umms.core.model.score.PoissonEnrichmentScore.getSampleCount |
( |
| ) |
|
| double umms.core.model.score.PoissonEnrichmentScore.getSampleLambda |
( |
| ) |
|
| double umms.core.model.score.PoissonEnrichmentScore.getSampleRegionTotal |
( |
| ) |
|
| double umms.core.model.score.PoissonEnrichmentScore.getSampleTotal |
( |
| ) |
|
| void umms.core.model.score.PoissonEnrichmentScore.setCtrlCount |
( |
double |
d | ) |
|
| void umms.core.model.score.PoissonEnrichmentScore.setCtrlRegionTotal |
( |
double |
d | ) |
|
| void umms.core.model.score.PoissonEnrichmentScore.setCtrlTotal |
( |
double |
d | ) |
|
| void umms.core.model.score.PoissonEnrichmentScore.setGlobalLength |
( |
double |
d | ) |
|
| void umms.core.model.score.PoissonEnrichmentScore.setPvalue |
( |
double |
scanPvalue | ) |
|
| void umms.core.model.score.PoissonEnrichmentScore.setRegionLength |
( |
double |
regionLength | ) |
|
| void umms.core.model.score.PoissonEnrichmentScore.setSampleCount |
( |
double |
d | ) |
|
| void umms.core.model.score.PoissonEnrichmentScore.setSampleRegionTotal |
( |
double |
d | ) |
|
| void umms.core.model.score.PoissonEnrichmentScore.setSampleTotal |
( |
double |
d | ) |
|
| double umms.core.model.score.PoissonEnrichmentScore.DEFAULT_REGION_TOTAL = -1.0 |
|
static |
The documentation for this class was generated from the following file: