}
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};
FindPvalueAPE calculator = new FindPvalueAPE<PWM, BackgroundModel>(pwm, background, discretizer, max_hash_size);