| Package | Description |
|---|---|
| de.jstacs.motifDiscovery |
This package provides the framework including the interface for any de novo motif discoverer.
|
| Modifier and Type | Method and Description |
|---|---|
static DataSet.WeightedDataSetFactory |
KMereStatistic.getAbsoluteKMereFrequencies(DataSet data,
int k,
boolean bothStrands)
This method enables the user to get a statistic over all
k-mers
in the data. |
static DataSet.WeightedDataSetFactory |
KMereStatistic.getAbsoluteKMereFrequencies(DataSet data,
int k,
boolean bothStrands,
DataSet.WeightedDataSetFactory.SortOperation sortOp)
This method enables the user to get a statistic over all
k-mers
in the data. |