transcribe_dna
Transcribe DNA to RNA or reverse transcribe RNA to DNA by providing a nucleotide sequence. Optionally set reverse=True for reverse transcription.
Instructions
Transcribe DNA to RNA (or reverse transcribe RNA to DNA).
Args: sequence: DNA or RNA sequence string reverse: If True, reverse transcribe RNA to DNA (default: False)
Returns: Dictionary containing the transcribed sequence and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequence | Yes | ||
| reverse | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||