返回顶部
v

variant-pathogenicity-predictor变异致病性预测

Integrate REVEL, CADD, PolyPhen scores to predict variant pathogenicity

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
228
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

variant-pathogenicity-predictor

变异致病性预测器

整合REVEL、CADD、PolyPhen等多种评分,预测变异致病性。

使用方法

bash
python scripts/main.py --variant chr17:43094692:G:A --gene BRCA1
python scripts/main.py --vcf variants.vcf --output report.json

参数说明

  • - --variant:格式为chr:pos:ref:alt的变异信息
  • --vcf:包含变异信息的VCF文件
  • --gene:基因符号
  • --scores:使用的预测评分(REVEL、CADD、PolyPhen)

整合评分

  • - REVEL(罕见外显子组变异集成学习器)
  • CADD(联合注释依赖耗竭)
  • PolyPhen-2(多态性表型分析)
  • SIFT(从耐受性中筛选不耐受变异)
  • MutationTaster

输出结果

  • - 致病性分类
  • ACMG指南解读
  • 各项评分明细
  • 可信度评估

风险评估

风险指标评估内容等级
代码执行本地执行Python/R脚本
网络访问
无外部API调用 | 低 | | 文件系统访问 | 读取输入文件,写入输出文件 | 中 | | 指令篡改 | 标准提示词指南 | 低 | | 数据泄露 | 输出文件保存至工作区 | 低 |

安全检查清单

  • - [ ] 无硬编码凭据或API密钥
  • [ ] 无未经授权的文件系统访问(../)
  • [ ] 输出不暴露敏感信息
  • [ ] 已实施提示注入防护
  • [ ] 输入文件路径已验证(无../遍历)
  • [ ] 输出目录限制在工作区内
  • [ ] 脚本在沙盒环境中执行
  • [ ] 错误信息已清理(不暴露堆栈跟踪)
  • [ ] 依赖项已审计

前置条件

无需额外Python包。

评估标准

成功指标

  • - [ ] 成功执行主要功能
  • [ ] 输出符合质量标准
  • [ ] 优雅处理边界情况
  • [ ] 性能可接受

测试用例

  1. 1. 基本功能:标准输入 → 预期输出
  2. 边界情况:无效输入 → 优雅错误处理
  3. 性能测试:大数据集 → 可接受处理时间

生命周期状态

  • - 当前阶段:草案
  • 下次评审日期:2026-03-06
  • 已知问题:无
  • 计划改进
- 性能优化 - 新增功能支持

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 variant-pathogenicity-predictor-1775878028 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 variant-pathogenicity-predictor-1775878028 技能

通过命令行安装

skillhub install variant-pathogenicity-predictor-1775878028

下载

⬇ 下载 variant-pathogenicity-predictor v0.1.0(免费)

文件大小: 3.08 KB | 发布时间: 2026-4-12 11:48

v0.1.0 最新 2026-4-12 11:48
Initial release: Variant Pathogenicity Predictor

- Integrates REVEL, CADD, PolyPhen-2, SIFT, and MutationTaster scores to assess genetic variant pathogenicity.
- Supports single variant and VCF file input; outputs pathogenicity classification, ACMG interpretation, score breakdown, and confidence assessment.
- Local script execution with no external API calls; reads input files and writes output reports.
- Includes explicit risk assessment and security checklist.
- No extra dependencies required.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部