Agent skill · AI & Agents

motif-scanning

This skill identifies the locations of known transcription factor (TF) binding motifs within genomic regions such as ChIP-seq or ATAC-seq peaks. It utilizes HOMER to search for specific sequence motifs defined by position-specific scoring matrices (PSSMs) from known motif databases. Use this skill when you need to detect the presence and precise genomic coordinates of known TF binding motifs within experimentally defined regions such as ChIP-seq or ATAC-seq peaks.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill 14-toolbased-known-motif-scan-bisnake2001-chromskills-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/ai-ml/14-toolbased-known-motif-scan-bisnake2001-chromskills-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Motif Scanning ## Overview This skill enables comprehensive motif scanning using HOMER tools for genomic peak files. It scans genomic regions for specific transcription factor binding motifs using position-specific scoring matrices and identifies exact motif locations. To perform motif scanning: - Always refer to the **Inputs & Outputs** section to check inputs and build the output architecture. - Genome assembly: Always returned from user feedback (hg38, mm10, hg19, mm9, etc), never determined by yourself. - Check chromosome names: Standardize chromosome names to format with "chr" (1 -> chr1, MT -> chrM). - Prepare motif files: Position-specific scoring matrices (PSSM) in HOMER format, saved in ${HOMER_data}/knownTFs/motifs/${tf}.motif, and "tf" should be in lower case. - Set scanning parameters: Region size, score thresholds, output format - Run HOMER motif scanning command --- ## When to use this skill - Scan for potential binding sites for a certain TF in the whole genome or in specific genomic regions, like promoters of a gene list or peaks from ChIP-seq or ATAC-seq. - Scanning ChIP-seq or ATAC-seq peaks for known motifs to validate TF binding specificity. - Testing whether

What's inside
Steps it walks through
  1. Overview
  2. When to use this skill
  3. Inputs & Outputs
  4. Inputs
  5. Outputs
  6. Decision Tree
  7. Step 0 — Gather Required Information from the User
  8. Step 1: Initialize Project
  9. Step 2: Prepare genome file for homer
  10. Step 3 (Optional): Standardize chromosome names for BED files
  11. Step 4: Prepare motif file for a certain TF
  12. Step 5: Scan motif
  13. Quality Control and Best Practices
  14. Pre-processing Steps
Ships with 1 file
  • metadata.json
Commands it runs
results/
combined_motifs.txt # combined motif hits from all TFs
logs/ # analysis logs
motif_scan.log
More from claude-skill-registry
All skills →
About this skill
What does the motif-scanning skill do?

This skill identifies the locations of known transcription factor (TF) binding motifs within genomic regions such as ChIP-seq or ATAC-seq peaks. It utilizes HOMER to search for specific sequence motifs defined by position-specific scoring matrices (PSSMs) from known motif databases. Use this skill when you need to detect the presence and precise genomic coordinates of known TF binding motifs within experimentally defined regions such as ChIP-seq or ATAC-seq peaks.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill 14-toolbased-known-motif-scan-bisnake2001-chromskills-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going