reverse_complement
Compute the reverse complement of a DNA sequence. Input a DNA string and receive the complementary strand reversed, useful for primer design and sequence analysis.
Instructions
Get the reverse complement of a DNA sequence.
Args: sequence: DNA sequence string
Returns: Dictionary containing the reverse complement and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequence | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||