public class AssociationScoreTools extends Object
| Constructor and Description |
|---|
AssociationScoreTools() |
| Modifier and Type | Method and Description |
|---|---|
static double |
computeLLR(int countEF,
int countE,
int countF,
int N)
Computes the log-likelihood ratio
|
static double |
fishersExact(int countEF,
int countE,
int countF,
int N) |
Copyright © 2015. All rights reserved.