LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

bio-motif-search - Biological Sequence Motif Search

Find patterns, motifs, and subsequences in biological sequences using Biopython

Tags

Updated: 2026-06-15

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • find sequence patterns
  • count pattern occurrences
  • search with regex
  • convert IUPAC patterns
  • find ORFs
  • find tandem repeats
  • create motifs from instances
  • scan sequences with PSSM
  • calculate motif thresholds
  • read motif files
  • write motif files

Inputs

  • biological sequence
  • search pattern
  • motif instances
  • motif file
  • threshold value

Outputs

  • pattern positions
  • pattern counts
  • matched subsequences
  • motif objects
  • motif file

Requirements

  • BioPython 1.83+
  • Python environment

Source

  • Spec: SKILL.md
bioinformatics
sequence analysis
motif search
DNA
RNA
find sequence patterns
count pattern occurrences
search with regex
convert IUPAC patterns
biological sequence
search pattern
motif instances
pattern positions
pattern counts
matched subsequences