return from_arglist(argv);
}
protected List<PWM> loadMotifCollection() {
PWMImporter importer = new PWMImporter(collectionBackground, dataModel, effectiveCount, collectionTranspose);
return importer.loadMotifCollection(pathToCollectionOfPWMs);
}
protected PWM loadQueryMotif() {
PWMImporter importer = new PWMImporter(queryBackground, dataModel, effectiveCount, queryTranspose);
return importer.loadMotif(queryPMFilename);