accessibility-aggregat…
Build comprehensive chromatin accessibility maps by aggregating ATAC-seq and DNase-seq narrowPeak data across multiple ENCODE experiments, donors, and labs.…
Guide for annotating ENCODE regulatory variants with ClinVar clinical significance. Use when users need to check if variants in ENCODE peaks have clinical associations, find pathogenic variants in regulatory regions, or assess variant clinical impact. Trigger on: ClinVar,
$ npx -y skills add ammawla/encode-toolkit --skill clinvar-annotation --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/clinvar-annotationContext preview
The summary Claude sees to decide when to auto-load this skill.
Guide for annotating ENCODE regulatory variants with ClinVar clinical significance. Use when users need to check if variants in ENCODE peaks have clinical associations, find pathogenic variants in regulatory regions, or assess variant clinical impact. Trigger on: ClinVar,
name: clinvar-annotation description: "Guide for annotating ENCODE regulatory variants with ClinVar clinical significance. Use when users need to check if variants in ENCODE peaks have clinical associations, find pathogenic variants in regulatory regions, or assess variant clinical impact. Trigger on: ClinVar, clinical significance, pathogenic variant, variant classification, clinical variant, disease variant, VUS, benign, likely pathogenic."
Cross-reference ENCODE functional genomic elements with ClinVar clinical variant classifications to identify pathogenic variants in regulatory regions and understand non-coding disease mechanisms.
**The question**: "Do any clinically significant variants fall within my ENCODE regulatory elements, and can ENCODE data explain their pathogenic mechanism?"
ClinVar is NCBI's public archive of variant-disease associations, aggregating submissions from clinical laboratories, research groups, and expert panels. Most ClinVar annotations focus on coding variants, but a growing number of non-coding variants are being classified. ENCODE provides the functional context to explain WHY a non-coding variant is pathogenic — by showing that it disrupts an active enhancer, promoter, or insulator in disease-relevant tissue.
This bidirectional integration serves two use cases: 1. **Forward**: Start from ENCODE peaks, find clinically significant variants within them 2. **Reverse**: Start from ClinVar pathogenic variants, use ENCODE to explain their mechanism
| Classification | Meaning | ENCODE Relevance | |---------------|---------|-----------------| | **Pathogenic** | Causes disease | If in regulatory region, ENCODE explains mechanism | | **Likely pathogenic** | Strong evidence for disease causation | ENCODE data may upgrade to pathogenic | | **Uncertain significance (VUS)** | Not enough evidence to classify | ENCODE functional data may help resolve | | **Likely benign** | Strong evidence against pathogenicity | — | | **Benign** | Does not cause disease | — | | **Conflicting interpretations** | Labs disagree on classification | ENCODE data may resolve conflict | | **Risk factor** | Increases disease risk | May overlap ENCODE regulatory elements |
| Stars | Review Status | Confidence | |-------|-------------|-----------| | 0 | No assertion criteria | Very low — treat with caution | | 1 | Single submitter with criteria | Low-moderate | | 2 | Multiple submitters, no conflict | Moderate | | 3 | Expert panel reviewed | High | | 4 | Practice guideline | Highest |
**Always check star ratings.** A 0-star "pathogenic" classification has very different reliability than a 3-star classification.
**Base URL**: `https://eutils.ncbi.nlm.nih.gov/entrez/eutils/`
No authentication required for low-volume use. Rate limit: 3 requests/second without API key, 10/second with NCBI API key.
| Endpoint | Purpose | Example | |---------|---------|---------| | `esearch.fcgi?db=clinvar&term=...` | Search ClinVar | Search by gene, variant, condition | | `efetch.fcgi?db=clinvar&id=...` | Fetch full record | Get complete variant details | | `esummary.fcgi?db=clinvar&id=...` | Summary record | Get classification, review status | | `elink.fcgi?db=clinvar&dbfrom=...` | Cross-database links | Link to PubMed, Gene, etc. |
For bulk intersection with ENCODE peaks, download the Cl
Search ENCODE, cross-reference 14 databases, run 7 analysis pipelines, and generate publication-ready methods — all from natural language in Claude Code.
Repo: ammawla/encode-toolkit
Build comprehensive chromatin accessibility maps by aggregating ATAC-seq and DNase-seq narrowPeak data across multiple ENCODE experiments, donors, and labs.…
Guide for multi-experiment batch operations: QC screening, batch download, comparison, and report generation across many ENCODE experiments simultaneously. Use…
Install bioinformatics tools for ENCODE data analysis. Covers CLI tools (BWA, STAR, samtools, MACS2), R/Bioconductor packages (DESeq2, Seurat, ChIPseeker),…
Guide for integrating CellxGene Census single-cell data with ENCODE bulk experiments. Use when users need cell-type-specific expression context for ENCODE…
Generate proper ENCODE citations for publications, grants, and presentations. Use when the user needs to cite ENCODE data, create bibliography entries, write…
Compare ENCODE experiments across different biosamples, tissues, or cell lines to identify tissue-specific regulatory patterns. Use when the user wants…