| Package | Description |
|---|---|
| de.jstacs.data.sequences.annotation |
Provides the facilities to annotate
Sequences using a number of pre-defined annotation types, or additional
implementations of the SequenceAnnotation class. |
| Constructor and Description |
|---|
IntronAnnotation(String identifier,
SinglePositionSequenceAnnotation donor,
SinglePositionSequenceAnnotation acceptor,
Result... additionalAnnotation)
Creates a new
IntronAnnotation from a donor
SinglePositionSequenceAnnotation and an acceptor
SinglePositionSequenceAnnotation and a set of additional
annotations. |