diCollection.add(DiPWM.fromPWM(monoPWM));
}
return diCollection;
} else {
DiPWMImporter importer = new DiPWMImporter(background, dataModel, effectiveCount, transpose);
return importer.loadMotifCollection(path_to_collection_of_pwms);
}
}
protected static ru.autosome.perfectosape.cli.generalized.MultiSNPScan from_arglist(ArrayList<String> argv) {
MultiSNPScan result = new MultiSNPScan();