find_motif
Search DNA, RNA, or protein sequences for a motif pattern, returning all positions and count of occurrences, with optional overlapping matches.
Instructions
Find all occurrences of a motif in a sequence.
Args: sequence: DNA, RNA, or protein sequence to search motif: Motif pattern to find overlapping: Allow overlapping matches (default: True)
Returns: Dictionary containing motif positions and count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequence | Yes | ||
| motif | Yes | ||
| overlapping | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||