Package ru.autosome.macroape.calculation.mono

Examples of ru.autosome.macroape.calculation.mono.CompareModelsCountsGiven


    return importer.loadMotifCollection(path_to_collection);
  }

  @Override
  protected CompareModelsCountsGiven calculator(PWM firstModel, PWM secondModel) {
    return new CompareModelsCountsGiven(firstModel, secondModel,
                                 background, background,
                                 roughDiscretizer, maxPairHashSize);
  }
View Full Code Here

TOP

Related Classes of ru.autosome.macroape.calculation.mono.CompareModelsCountsGiven

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.