Install
openclaw skills install variant-pathogenicity-predictorIntegrate REVEL, CADD, PolyPhen scores to predict variant pathogenicity
openclaw skills install variant-pathogenicity-predictorIntegrate REVEL, CADD, PolyPhen and other scores to predict variant pathogenicity.
python scripts/main.py --variant "chr17:43094692:G:A" --gene "BRCA1"
python scripts/main.py --vcf variants.vcf --output report.json
--variant: Variant in format chr:pos:ref:alt--vcf: VCF file with variants--gene: Gene symbol--scores: Prediction scores to use (REVEL,CADD,PolyPhen)| Risk Indicator | Assessment | Level |
|---|---|---|
| Code Execution | Python/R scripts executed locally | Medium |
| Network Access | No external API calls | Low |
| File System Access | Read input files, write output files | Medium |
| Instruction Tampering | Standard prompt guidelines | Low |
| Data Exposure | Output files saved to workspace | Low |
No additional Python packages required.