reverse_complement
Convert a DNA sequence to its reverse complement for molecular biology analysis, enabling strand orientation and primer design in bioinformatics workflows.
Instructions
Get the reverse complement of a DNA sequence.
Args: sequence: DNA sequence string
Returns: Dictionary containing the reverse complement and metadata
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequence | Yes |