Uses of Class
de.jstacs.data.Sample.WeightedSampleFactory

Packages that use Sample.WeightedSampleFactory
de.jstacs.motifDiscovery This package provides the framework including the interface for any de novo motif discoverer 
 

Uses of Sample.WeightedSampleFactory in de.jstacs.motifDiscovery
 

Methods in de.jstacs.motifDiscovery that return Sample.WeightedSampleFactory
static Sample.WeightedSampleFactory KMereStatistic.getAbsoluteKMereFrequencies(Sample data, int k, boolean bothStrands)
          This method enables the user to get a statistic over all k-mers in the data.
static Sample.WeightedSampleFactory KMereStatistic.getAbsoluteKMereFrequencies(Sample data, int k, boolean bothStrands, Sample.WeightedSampleFactory.SortOperation sortOp)
          This method enables the user to get a statistic over all k-mers in the data.