Sequence Utilities
Sequence utilities apply deterministic, one-to-one transformations to sequences. Each input sequence produces exactly one output sequence with no internal state. These operations cover reverse complementation, case conversion, display styling, cleanup, slicing, and name prefixing.
Take the reverse complement of a sequence or named region. |
|
Convert sequence case: |
|
Apply a named display style to a sequence or region. |
|
Remove gap characters ( |
|
Strip region tags while keeping the underlying sequence. |
|
Extract a subsequence by index range, named region, or both. |
|
Add a label prefix to sequence names without modifying sequences. |