|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleDiscreteSequence | |
|---|---|
| de.jstacs.data.sequences | Provides classes for representing sequences. |
| Uses of SimpleDiscreteSequence in de.jstacs.data.sequences |
|---|
| Subclasses of SimpleDiscreteSequence in de.jstacs.data.sequences | |
|---|---|
class |
ByteSequence
This class is for sequences with the alphabet symbols encoded as bytes and can therefore be used for discrete
AlphabetContainers with alphabets that use only few symbols. |
class |
IntSequence
This class is for sequences with the alphabet symbols encoded as ints and can therefore be used for discrete
AlphabetContainers with alphabets that use a huge number of symbols. |
class |
MappedDiscreteSequence
This class allows to map a discrete Sequence to an new Sequence using some DiscreteAlphabetMappings. |
class |
ShortSequence
This class is for sequences with the alphabet symbols encoded as shortss and can therefore be used for discrete
AlphabetContainers with alphabets that use many different symbols. |
class |
SparseSequence
This class is an implementation for sequences on one alphabet with length 4. |
| Fields in de.jstacs.data.sequences declared as SimpleDiscreteSequence | |
|---|---|
protected SimpleDiscreteSequence |
MappedDiscreteSequence.original
The original Sequence. |
| Constructors in de.jstacs.data.sequences with parameters of type SimpleDiscreteSequence | |
|---|---|
MappedDiscreteSequence(SimpleDiscreteSequence original,
DiscreteAlphabetMapping... transformation)
This method allows to create a MappedDiscreteSequence from a given Sequence and some given DiscreteAlphabetMappings. |
|
MultiDimensionalDiscreteSequence(SequenceAnnotation[] seqAnnotations,
SimpleDiscreteSequence... sequence)
This constructor creates an MultiDimensionalDiscreteSequence from a set of individual SimpleDiscreteSequences. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||