jaspar-database

Scan DNA sequences for transcription factor binding sites using JASPAR PWM profiles.

783|65|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/LeonChaoX/qinyan-academic-skills --skill jaspar-database-leonchaox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jaspar-database
Source: https://github.com/LeonChaoX/qinyan-academic-skills/tree/main/skills/12-%E7%A7%91%E5%AD%A6%E6%95%B0%E6%8D%AE%E5%BA%93/jaspar-database
Command: npx skills add https://github.com/LeonChaoX/qinyan-academic-skills --skill jaspar-database-leonchaox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you identify transcription factor binding sites (TFBS) in DNA sequences and assess how sequence variants may disrupt or create regulatory motifs.

Core Features & Use Cases

  • Query JASPAR TF motif profiles: Search transcription factors by name, species, class, family, and collection (e.g., CORE) using the JASPAR REST API.
  • Convert PFMs/PWMs for scoring: Retrieve a specific JASPAR matrix and convert a PFM into a PWM (log-odds) suitable for computational scanning.
  • Motif scanning and regulatory interpretation: Scan one or both DNA strands to find predicted TF binding hits and compare reference vs alternative sequences for SNP impact, supporting regulatory genomics, motif analysis, and GWAS/eQTL variant interpretation.

Quick Start

Use the jaspar-database skill to scan a provided promoter DNA sequence for CTCF binding sites using JASPAR PWMs.

Frequently Asked Questions about jaspar-database

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

FAQPage Schema
How do I scan a DNA sequence for transcription factor binding sites using JASPAR motifs?

To scan DNA for transcription factor binding sites, query JASPAR motif profiles via the REST API, convert the PFM to a PWM, and perform strand-aware sequence scanning with configurable thresholds to identify predicted binding hits.

Can I assess GWAS variant impact on regulatory motifs by comparing reference and alternative DNA sequences?

Yes, GWAS variant impact assessment compares reference versus alternative DNA sequences using PWM-based scoring to determine how sequence variants disrupt or create regulatory transcription factor binding sites.

How does PWM scoring work when scanning promoter sequences for TF binding sites?

PWM scoring converts a JASPAR position frequency matrix into a log-odds matrix with pseudocount handling, then scans both DNA strands to calculate binding probabilities and identify transcription factor hits above configurable thresholds.

What JASPAR search filters can I use to retrieve transcription factor motif profiles for ChIP-seq peak analysis?

You can search JASPAR transcription factor matrices by name, species, class, family, and collection using the REST API to retrieve specific PFMs for ChIP-seq peak motif matching and regulatory interpretation.

Does this approach support motif discovery and enrichment analysis for enhancer interpretation?

Yes, JASPAR PWM scanning supports regulatory genomics tasks including motif discovery, enrichment analysis, and promoter or enhancer interpretation by identifying transcription factor binding sites across DNA sequences.

Why do I need pseudocount handling when converting a PFM to a PWM for DNA motif scanning?

Pseudocount handling is required during PFM to PWM conversion to prevent zero-probability positions from causing infinite log-odds scores, ensuring accurate strand-aware transcription factor binding site predictions across DNA sequences.