"pvalue: " + info.pvalue + "\n" +
"number of recognized words: " + info.numberOfRecognizedWords(background, pwmLength) + "\n------------\n");
}
public static void main(String[] args) {
PWM pwm = new PWMImporter().loadMotif("test_data/pwm/KLF4_f2.pwm");
BackgroundModel background = new WordwiseBackground();
Discretizer discretizer = new Discretizer(10000.0);
Integer max_hash_size = null;
double threshold = 3;
double[] thresholds = {3,5,7};