Skillshub omics-target-evidence-mapper
Aggregate public target-level evidence across omics and translational sources for research triage.
install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/ClawBio/ClawBio/omics-target-evidence-mapper" ~/.claude/skills/comeonoliver-skillshub-omics-target-evidence-mapper && rm -rf "$T"
manifest:
skills/ClawBio/ClawBio/omics-target-evidence-mapper/SKILL.mdsource content
Why This Exists
Researchers often need a quick first-pass view of whether a gene or protein target has evidence across multiple public sources. In practice, this usually means checking several websites manually and informally combining results. This skill makes that process reproducible by retrieving and organising public evidence into one structured output.
This skill is for research triage only. It does not infer causality, rank therapeutic value, or make clinical recommendations.
Core Capabilities
- Accept a gene or protein target and an optional disease term.
- Retrieve canonical target information from UniProt.
- Retrieve disease-target association evidence from Open Targets.
- Retrieve recent literature hits from PubMed.
- Optionally retrieve trial records relevant to the target and disease.
- Produce a machine-readable JSON file and a human-readable Markdown report.
Input Formats
| Argument | Required | Example | Notes |
|---|---|---|---|
| Yes, unless is used | | Gene or target symbol |
| No | | Optional disease context |
| Yes | | Output directory |
| No | | Number of PubMed hits to include |
| No | | Number of trial records to include |
| No | | Runs the built-in demo query |
Workflow
- Validate CLI inputs.
- Resolve the query from either user input or demo mode.
- Query public data sources.
- Normalise results into a structured evidence object.
- Write JSON and Markdown outputs.
- Write file checksums for reproducibility.
CLI Reference
Demo mode
python skills/omics-target-evidence-mapper/omics_target_evidence_mapper.py --demo --output demo_out