vs.add( vss[i][col] );
}
double thr= new Distribution(vs).quantileBoundaries(20).get(1);
String thrs= new DecimalFormat("0.##E0").format(thr);
sets.add(new GeneSet(tit+"_"+thrs+"_y"));
sets.add(new GeneSet(tit+"_"+thrs+"_n"));
for(int i=0; i<vss.length ; i++){
double v= vss[i][col];
String id= ids[i];
if(v<thr){