返回顶部
t

target-novelty-scorer

Score the novelty of biological targets through literature mining and

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

target-novelty-scorer

# Target Novelty Scorer ID: 177 ## Description Score the novelty of biological targets based on literature mining. By analyzing literature in academic databases such as PubMed and PubMed Central, assess the research popularity, uniqueness, and innovation potential of target molecules in the research field. ## Features - 🔬 **Literature Retrieval**: Automatically retrieve literature related to targets from PubMed and other databases - 📊 **Novelty Scoring**: Calculate target novelty score based on multi-dimensional indicators (0-100) - 📈 **Trend Analysis**: Analyze temporal trends in target research - 🧬 **Cross-validation**: Verify current research status of targets by combining multiple databases - 📝 **Report Generation**: Generate detailed novelty analysis reports ## Scoring Criteria 1. **Research Heat (0-25 points)**: Number of related publications and citations in recent years 2. **Uniqueness (0-25 points)**: Distinction from known popular targets 3. **Research Depth (0-20 points)**: Progress of preclinical/clinical research 4. **Collaboration Network (0-15 points)**: Diversity of research institutions/teams 5. **Temporal Trend (0-15 points)**: Research growth trends in recent years ## Usage ### Basic Usage ```bash cd /Users/z04030865/.openclaw/workspace/skills/target-novelty-scorer python scripts/main.py --target "PD-L1" ``` ### Advanced Options ```bash python scripts/main.py \ --target "BRCA1" \ --db pubmed \ --years 10 \ --output report.json \ --format json ``` ### Parameters | Parameter | Type | Default | Description | |-----------|------|---------|-------------| | `--target` | string | required | Target molecule name or gene symbol | | `--db` | string | pubmed | Data source (pubmed, pmc, all) | | `--years` | int | 5 | Analysis year range | | `--output` | string | stdout | Output file path | | `--format` | string | text | Output format (text, json, csv) | | `--verbose` | flag | false | Verbose output | ## Output Format ### JSON Output ```json { "target": "PD-L1", "novelty_score": 72.5, "confidence": 0.85, "breakdown": { "research_heat": 18.5, "uniqueness": 20.0, "research_depth": 15.2, "collaboration": 12.0, "trend": 6.8 }, "metadata": { "total_papers": 15234, "recent_papers": 3421, "clinical_trials": 89, "analysis_date": "2026-02-06" }, "interpretation": "This target has moderate novelty, with moderate research heat in recent years..." } ``` ## Dependencies - Python 3.9+ - requests - pandas - biopython (Entrez API) - numpy ## API Requirements - NCBI API Key (for PubMed retrieval) - Optional: Europe PMC API ## Installation ```bash pip install -r requirements.txt ``` ## License MIT License - Part of OpenClaw Bioinformatics Skills Collection ## Risk Assessment | Risk Indicator | Assessment | Level | |----------------|------------|-------| | Code Execution | Python scripts with tools | High | | Network Access | External API calls | High | | File System Access | Read/write data | Medium | | Instruction Tampering | Standard prompt guidelines | Low | | Data Exposure | Data handled securely | Medium | ## Security Checklist - [ ] No hardcoded credentials or API keys - [ ] No unauthorized file system access (../) - [ ] Output does not expose sensitive information - [ ] Prompt injection protections in place - [ ] API requests use HTTPS only - [ ] Input validated against allowed patterns - [ ] API timeout and retry mechanisms implemented - [ ] Output directory restricted to workspace - [ ] Script execution in sandboxed environment - [ ] Error messages sanitized (no internal paths exposed) - [ ] Dependencies audited - [ ] No exposure of internal service architecture ## Prerequisites ```bash # Python dependencies pip install -r requirements.txt ``` ## Evaluation Criteria ### Success Metrics - [ ] Successfully executes main functionality - [ ] Output meets quality standards - [ ] Handles edge cases gracefully - [ ] Performance is acceptable ### Test Cases 1. **Basic Functionality**: Standard input → Expected output 2. **Edge Case**: Invalid input → Graceful error handling 3. **Performance**: Large dataset → Acceptable processing time ## Lifecycle Status - **Current Stage**: Draft - **Next Review Date**: 2026-03-06 - **Known Issues**: None - **Planned Improvements**: - Performance optimization - Additional feature support

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 target-novelty-scorer-1775878081 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 target-novelty-scorer-1775878081 技能

通过命令行安装

skillhub install target-novelty-scorer-1775878081

下载 Zip 包

⬇ 下载 target-novelty-scorer v0.1.0

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

v0.1.0 最新 2026-4-12 11:36
Initial release of Target Novelty Scorer.

- Scores the novelty of biological targets using literature mining and trend analysis.
- Retrieves publications from PubMed and other academic databases.
- Calculates a novelty score (0-100) based on research heat, uniqueness, research depth, collaboration, and temporal trends.
- Supports detailed JSON and text report generation with breakdown of metrics.
- Offers command-line parameters for flexible analysis and output options.
- Includes security checklist and evaluation criteria.

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

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

p2p_official_large
返回顶部