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> --versionthen<tool> --helpto 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 getfastato extract peak sequences first
HOMER De Novo Motifs
Goal: Discover enriched RNA sequence motifs at CLIP-seq binding sites.