skills/smithery.ai/bio-clip-seq-clip-motif-analysis

bio-clip-seq-clip-motif-analysis

Installation
SKILL.md

Version Compatibility

Reference examples tested with: bedtools 2.31+

Before using code patterns, verify installed versions match. If versions differ:

  • CLI: <tool> --version then <tool> --help to confirm flags

If code throws ImportError, AttributeError, or TypeError, introspect the installed package and adapt the example to match the actual API rather than retrying.

CLIP Motif Analysis

"Find sequence motifs at my RBP binding sites" → Discover enriched RNA sequence motifs at CLIP-seq peaks to determine the binding specificity of an RNA-binding protein.

  • CLI: findMotifs.pl peaks.fa fasta output/ -rna (HOMER)
  • CLI: bedtools getfasta to extract peak sequences first

HOMER De Novo Motifs

Goal: Discover enriched RNA sequence motifs at CLIP-seq binding sites.

Installs
1
First Seen
Apr 5, 2026
bio-clip-seq-clip-motif-analysis from smithery.ai