skills/jaspar-database/SKILL.md
# JASPAR Database Skill - Complete Content **Name:** jaspar-database **Description:** "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." **License:** CC0-1.0 **Skill Author:** Kuan-lin Huang ## Overview JASPAR (https://jaspar.elixir.no/) serves as the authoritative open-
npx skillsauth add lamm-mit/scienceclaw skills/jaspar-databaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Name: jaspar-database
Description: "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."
License: CC0-1.0
Skill Author: Kuan-lin Huang
JASPAR (https://jaspar.elixir.no/) serves as the authoritative open-access repository of curated transcription factor binding profiles represented as position frequency matrices. The 2024 version contains approximately 1,210 non-redundant profiles across 164 eukaryotic species, with each profile derived from experimental validation methods.
The skill provides REST API access and Python implementations for:
The resource recommends using the CORE collection for most analyses, setting thresholds at 80% of maximum score for general prediction, always scanning both DNA strands, and validating predictions against experimental ChIP-seq datasets.
tools
Onboard and manage Paperclip AI for research-paper knowledge and agent orchestration
development
Perform AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter. This skill should be used when conducting web searches for current information, finding recent scientific literature, getting grounded answers with source citations, or accessing information beyond the model knowledge cutoff. Provides access to multiple Perplexity models including Sonar Pro, Sonar Pro Search (advanced agentic search), and Sonar Reasoning Pro through a single OpenRouter API key.
testing
Generate a structured scientific PDF report from a JSON description. Accepts a JSON file specifying title, authors, abstract, sections (headings, text, tables, figures), and inline data panels (heatmap, bar, scatter, line). Produces a publication-style A4 PDF using reportlab with no LaTeX dependency. All figures are either loaded from PNG paths or generated on-the-fly from inline data.
development
Execute arbitrary Python code and return stdout. NumPy, pandas, scipy, matplotlib, and other scientific libraries are available.