}
// Multiple thresholds
{
CanFindThreshold.ThresholdInfo[] infos = new CanFindThreshold.ThresholdInfo[0];
try {
infos = calculator.thresholdsByPvalues(pvalues, pvalue_boundary);
} catch (HashOverflowException e) {
e.printStackTrace();
}
for (CanFindThreshold.ThresholdInfo info : infos) {
print_result(info, background, pwm.length());