popeve-variant-predictor-agent — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited popeve-variant-predictor-agent (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
The PopEVE Variant Predictor Agent leverages the PopEVE deep learning model from Harvard Medical School to predict pathogenicity of genetic variants. PopEVE analyzes evolutionary conservation, protein structure, and population frequency to identify disease-causing variants, having identified over 100 previously unrecognized variants responsible for undiagnosed rare genetic diseases.
| Component | Description | Data Source |
|---|---|---|
| Evolutionary Module | Deep sequence alignment | UniRef90, 250M seqs |
| Structural Module | AlphaFold2 structures | 200M+ structures |
| Population Module | gnomAD frequencies | 800K+ individuals |
| Clinical Module | ClinVar training | 100K+ classifications |
| Integration | Multi-task neural network | Combined features |
| PopEVE Score | Interpretation | Suggested Action |
|---|---|---|
| > 0.9 | Likely Pathogenic | High priority |
| 0.7 - 0.9 | Possibly Pathogenic | Review carefully |
| 0.3 - 0.7 | Uncertain | Additional evidence needed |
| 0.1 - 0.3 | Possibly Benign | Lower priority |
| < 0.1 | Likely Benign | Deprioritize |
User: "Score all missense variants from this rare disease patient's exome to identify potential causal variants."
Agent Action:
python3 Skills/Genomics/PopEVE_Variant_Predictor_Agent/popeve_predict.py \
--vcf patient_exome.vcf \
--genome GRCh38 \
--ancestry EUR \
--gene_panel rare_disease_genes.txt \
--min_score 0.5 \
--output pathogenicity_scores.tsv| Format | Description | Example |
|---|---|---|
| VCF | Standard variant calls | patient.vcf.gz |
| TSV | Simple variant list | chr, pos, ref, alt |
| HGVS | Protein notation | NP_000546.1:p.Arg248Gln |
| Gene + Position | Gene-centric | TP53:R248Q |
| Column | Description |
|---|---|
| Variant | Genomic/protein notation |
| PopEVE_Score | 0-1 pathogenicity score |
| Classification | Benign/VUS/Pathogenic |
| Confidence | Prediction confidence |
| EVE_Score | Evolutionary component |
| Structure_Score | Structural impact |
| Population_AF | Population frequency |
| Gene | Affected gene |
| Domain | Protein domain affected |
| ClinVar | Existing classification if any |
| Tool | PopEVE Advantage |
|---|---|
| SIFT/PolyPhen | More accurate, deep learning |
| CADD | Population-aware, less bias |
| REVEL | Better rare variant handling |
| AlphaMissense | Complimentary; can ensemble |
| ClinVar | Scores novel variants |
Deep Learning Architecture:
Training Strategy:
Population Modeling:
| Metric | PopEVE | AlphaMissense | REVEL |
|---|---|---|---|
| AUROC (ClinVar) | 0.95 | 0.94 | 0.92 |
| AUROC (DMS) | 0.89 | 0.90 | 0.85 |
| VUS Resolution | 45% | 40% | 35% |
| Cross-ancestry | 0.93 | 0.91 | 0.88 |
| Category | Example Genes | PopEVE Performance |
|---|---|---|
| Cardiomyopathy | MYH7, MYBPC3 | Excellent |
| Neurological | SCN1A, KCNQ2 | Excellent |
| Cancer Predisposition | BRCA1, TP53 | Good-Excellent |
| Metabolic | PAH, CFTR | Good |
| Immunodeficiency | BTK, WAS | Good |
| Step | Action |
|---|---|
| 1 | Run PopEVE on all coding variants |
| 2 | Filter by phenotype-relevant genes |
| 3 | Rank by PopEVE score |
| 4 | Review top candidates |
| 5 | Apply ACMG criteria with PopEVE as evidence |
| 6 | Validate with functional studies if available |
AI Group - Biomedical AI Platform
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.