Agent skill · Databases

jaspar-database

Query JASPAR for transcription factor binding site (TFBS) profiles (PWMs/PFMs). Search by TF name, species, or class; scan DNA sequences for TF binding sites; compare matrices; essential for regulatory genomics, motif analysis, and GWAS regulatory variant interpretation.

LeonChaoXgithub.com/LeonChaoXGitHub ↗
claude-codeMIT
Install
npx skills add LeonChaoX/qinyan-academic-skills --skill jaspar-database --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/12-科学数据库/jaspar-database/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 759
Language: Python

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

From the SKILL.md

# JASPAR Database ## Overview JASPAR (https://jaspar.elixir.no/) is the gold-standard open-access database of curated, non-redundant transcription factor (TF) binding profiles stored as position frequency matrices (PFMs). JASPAR 2024 contains 1,210 non-redundant TF binding profiles for 164 eukaryotic species. Each profile is experimentally derived (ChIP-seq, SELEX, HT-SELEX, protein binding microarray, etc.) and rigorously validated. **Key resources:** - JASPAR portal: https://jaspar.elixir.no/ - REST API: https://jaspar.elixir.no/api/v1/ - API docs: https://jaspar.elixir.no/api/v1/docs/ - Python package: `jaspar` (via Biopython) or direct API ## When to Use This Skill Use JASPAR when: - **TF binding site prediction**: Scan a DNA sequence for potential binding sites of a TF - **Regulatory variant interpretation**: Does a GWAS/eQTL variant disrupt a TF binding motif? - **Promoter/enhancer analysis**: What TFs are predicted to bind to a regulatory element? - **Gene regulatory network construction**: Link TFs to their target genes via motif scanning - **TF family analysis**: Compare binding profiles across a TF family (e.g., all homeobox factors) - **ChIP-seq analysis**: Find known TF

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. JASPAR REST API
  5. 2. Search for TF Profiles
  6. 3. Fetch a Specific Matrix (PFM/PWM)
  7. 4. Download PFM/PWM as Matrix
  8. 5. Scan a DNA Sequence for TF Binding Sites
  9. 6. Scan Both Strands
  10. 7. Variant Impact on TF Binding
  11. Query Workflows
  12. Workflow 1: Find All TF Binding Sites in a Promoter
  13. Workflow 2: SNP Impact on TF Binding (Regulatory Variant Analysis)
  14. Workflow 3: Motif Enrichment Analysis
Ships with 1 file
  • references/api_reference.md
More from qinyan-academic-skills
All skills →
About this skill
What does the jaspar-database skill do?

Query JASPAR for transcription factor binding site (TFBS) profiles (PWMs/PFMs). Search by TF name, species, or class; scan DNA sequences for TF binding sites; compare matrices; essential for regulatory genomics, motif analysis, and GWAS regulatory variant interpretation.

How do I install it?

Run `npx skills add LeonChaoX/qinyan-academic-skills --skill jaspar-database --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 LeonChaoX/qinyan-academic-skills, a repository with 759 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