multiple_sequence_alignment
Align multiple biological sequences using algorithms like ClustalW to identify evolutionary relationships and conserved regions in DNA, RNA, or protein data.
Instructions
Perform multiple sequence alignment.
Args: sequences: List of sequences to align algorithm: Alignment algorithm to use (default: 'clustalw')
Returns: Dictionary containing alignment results
Note: This is a placeholder that demonstrates the structure. Full implementation would require external tools like MUSCLE or Clustal Omega.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequences | Yes | ||
| algorithm | No | clustalw |