Uses of Class
de.jstacs.sequenceScores.statisticalModels.trainable.mixture.motif.ZOOPSTrainSM

Packages that use ZOOPSTrainSM
de.jstacs.sequenceScores.statisticalModels.trainable Provides all TrainableStatisticalModels, which can be learned from a single DataSet
 

Uses of ZOOPSTrainSM in de.jstacs.sequenceScores.statisticalModels.trainable
 

Methods in de.jstacs.sequenceScores.statisticalModels.trainable that return ZOOPSTrainSM
static ZOOPSTrainSM TrainableStatisticalModelFactory.createZOOPS(TrainableStatisticalModel motif, TrainableStatisticalModel bg, double[] hyper, boolean trainOnlyMotifModel)
          This method allows to create a "zero or one occurrence per sequence" (ZOOPS) model that allows to discover binding sites in a DataSet.