Interface | Description |
---|---|
CountableSequenceView |
Should be implemented by all sequence views that e.g.
|
Class | Description |
---|---|
ConcatenatedSequenceView<C extends org.biojava3.core.sequence.template.Compound> |
Allows to view multiple concatenated sequences as a single sequence.
|
RemovedCharSetSequenceView<C extends org.biojava3.core.sequence.template.Compound> | |
RemoveSequenceView<C extends org.biojava3.core.sequence.template.Compound> | |
ReplaceAbstractSequenceView | |
ReplaceNucleotideSequenceView |
Sequence view that replaces some types of nucleotides with others according to a specified translation
map.
|
UnalignedSequenceView<C extends org.biojava3.core.sequence.template.Compound> |
Implementation of the
SequenceView interface which provides access
to an aligned sequence (with gaps) as if it would be unaligned (without
gaps). |
UpperCaseSequenceView<C extends org.biojava3.core.sequence.template.Compound> |