motif-scanning

Scan genomic regions for transcription factor motifs using HOMER.

12|3|Updated Nov 4, 2025
One-click install
npx skills add https://github.com/BIsnake2001/ChromSkills --skill motif-scanning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: motif-scanning
Source: https://github.com/BIsnake2001/ChromSkills/tree/main/14_toolBased.known-motif-scan
Command: npx skills add https://github.com/BIsnake2001/ChromSkills --skill motif-scanning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies exact locations of known transcription factor motifs within experimental genomic regions such as ChIP-seq or ATAC-seq peaks, enabling interpretation of regulatory elements.

Core Features & Use Cases

  • HOMER-based motif scanning: Uses position-specific scoring matrices from known motif databases to detect occurrences of transcription factor motifs within input regions.
  • Flexible inputs: Accepts peak formats like BED, narrowPeak, broadPeak, or HOMER peak files and supports genome assemblies such as hg38, mm10, hg19, or mm9.
  • Output and downstream analysis: Produces motif-hit lists and optional BED/annotation outputs, enabling downstream visualization and co-factor motif analysis.

Quick Start

Provide your peak file and genome assembly to run HOMER motif scanning and save results.

Frequently Asked Questions about motif-scanning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find known transcription factor motifs in my ATAC-seq peaks?

To find known transcription factor motifs in ATAC-seq peaks, use HOMER motif scanning to identify exact motif locations within your genomic regions. Provide your peak file and genome assembly to detect occurrences.

What input peak formats are supported for HOMER motif scanning?

HOMER motif scanning supports standard peak formats including BED, narrowPeak, broadPeak, and HOMER peak files. You provide these files along with your target genome assembly to locate transcription factor motifs.

Can I scan for TF motifs in ChIP-seq peaks using the hg38 genome assembly?

Yes, you can scan for transcription factor motifs in ChIP-seq peaks using the hg38 genome assembly. The process supports multiple assemblies including hg38, mm10, hg19, and mm9.

What outputs do I get from locating known motifs in genomic regions?

Locating known motifs in genomic regions produces motif-hit lists and optional BED or annotation outputs. These outputs enable downstream visualization and co-factor motif analysis within your HOMER workflows.

Why do I need to specify a genome assembly for motif scanning?

You must specify a genome assembly for motif scanning because the tool uses position-specific scoring matrices from known motif databases mapped to that specific genome sequence to accurately detect transcription factor motif occurrences.