| Package | Description |
|---|---|
| de.jstacs.sequenceScores.statisticalModels.trainable |
Provides all
TrainableStatisticalModels, which can
be learned from a single DataSet. |
| Modifier and Type | Method and Description |
|---|---|
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. |