Uses of Interface
de.jstacs.data.RecyclableSequenceEnumerator

Packages that use RecyclableSequenceEnumerator
de.jstacs.data Provides classes for the representation of data. 
de.jstacs.motifDiscovery This package provides the framework including the interface for any de novo motif discoverer 
 

Uses of RecyclableSequenceEnumerator in de.jstacs.data
 

Classes in de.jstacs.data that implement RecyclableSequenceEnumerator
 class DiscreteSequenceEnumerator
          This class enumerates over all Sequences of a specific AlphabetContainer and length.
static class Sample.ElementEnumerator
          This class can be used to have a fast sequential access to a Sample.
 class SampleKMerEnumerator
          Class for an RecyclableSequenceEnumerator of Sequences that enumerates all k-mers that exist in a given Sample, optionally ignoring reverse complements.
 class SequenceEnumeration
          This class implements a RecyclableSequenceEnumerator on user-specified Sequences.
 

Uses of RecyclableSequenceEnumerator in de.jstacs.motifDiscovery
 

Methods in de.jstacs.motifDiscovery with parameters of type RecyclableSequenceEnumerator
static Sequence[] MutableMotifDiscovererToolbox.enumerate(ScoringFunction[] funs, int[] classIndex, int[] motifIndex, RecyclableSequenceEnumerator[] rse, double weight, SFBasedOptimizableFunction opt, OutputStream out)
          This method allows to enumerate all possible seeds for a number of motifs in the MutableMotifDiscoverers of a specific classes.
static Sequence MutableMotifDiscovererToolbox.enumerate(ScoringFunction[] funs, int classIndex, int motifIndex, RecyclableSequenceEnumerator rse, double weight, SFBasedOptimizableFunction opt, OutputStream out)
          This method allows to enumerate all possible seeds for a motif in the MutableMotifDiscoverer of a specific class.