omics-target-evidence-mapper

Aggregate public target-level evidence across omics and translational sources for research triage.

656 stars

Best use case

omics-target-evidence-mapper is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Aggregate public target-level evidence across omics and translational sources for research triage.

Teams using omics-target-evidence-mapper should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/omics-target-evidence-mapper/SKILL.md --create-dirs "https://raw.githubusercontent.com/ClawBio/ClawBio/main/skills/omics-target-evidence-mapper/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/omics-target-evidence-mapper/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How omics-target-evidence-mapper Compares

Feature / Agentomics-target-evidence-mapperStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Aggregate public target-level evidence across omics and translational sources for research triage.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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

1. Accept a gene or protein target and an optional disease term.
2. Retrieve canonical target information from UniProt.
3. Retrieve disease-target association evidence from Open Targets.
4. Retrieve recent literature hits from PubMed.
5. Optionally retrieve trial records relevant to the target and disease.
6. Produce a machine-readable JSON file and a human-readable Markdown report.

# Input Formats

| Argument | Required | Example | Notes |
|---|---|---|---|
| `--gene` | Yes, unless `--demo` is used | `IL6R` | Gene or target symbol |
| `--disease` | No | `coronary artery disease` | Optional disease context |
| `--output` | Yes | `demo_out` | Output directory |
| `--max-papers` | No | `5` | Number of PubMed hits to include |
| `--max-trials` | No | `5` | Number of trial records to include |
| `--demo` | No | `--demo` | Runs the built-in demo query |

# Workflow

1. Validate CLI inputs.
2. Resolve the query from either user input or demo mode.
3. Query public data sources.
4. Normalise results into a structured evidence object.
5. Write JSON and Markdown outputs.
6. Write file checksums for reproducibility.

# CLI Reference

## Demo mode

```bash
python skills/omics-target-evidence-mapper/omics_target_evidence_mapper.py --demo --output demo_out

Related Skills

target-validation-scorer

658
from ClawBio/ClawBio

Evidence-grounded target validation scoring with GO/NO-GO decisions for drug discovery campaigns

proteomics-de

658
from ClawBio/ClawBio

Differential expression analysis for label-free quantitative (LFQ) intensity data with standard MaxQuant and DIA-NN output. Workflow includes preprocessing, imputation, and statistical testing.

claw-metagenomics

658
from ClawBio/ClawBio

Shotgun metagenomics profiling — taxonomy, resistome, and functional pathways

wes-clinical-report-es

658
from ClawBio/ClawBio

Generates professional clinical PDF reports in Spanish from WES (Whole Exome Sequencing) data with clinical interpretation, pharmacogenomic alerts, and follow-up recommendations.

wes-clinical-report-en

658
from ClawBio/ClawBio

Generates professional clinical PDF reports in English from WES (Whole Exome Sequencing) data with clinical interpretation summary, pharmacogenomic alerts, and follow-up recommendations.

vcf-annotator

658
from ClawBio/ClawBio

Annotate VCF variants with VEP, ClinVar, gnomAD frequencies, and ancestry-aware context. Generates prioritised variant reports.

variant-annotation

658
from ClawBio/ClawBio

Annotate VCF variants with Ensembl VEP REST, ClinVar significance, gnomAD/population frequency context, and prioritized variant ranking.

ukb-navigator

658
from ClawBio/ClawBio

Semantic search across UK Biobank's 12,000+ data fields and publications — find the right variables for your research question.

struct-predictor

658
from ClawBio/ClawBio

Protein structure prediction with Boltz-2. Accepts YAML inputs (single protein or multi-chain complex), runs boltz predict, extracts per-residue pLDDT and PAE confidence, and writes a markdown report with figures.

soul2dna

658
from ClawBio/ClawBio

Compile SOUL.md character profiles into synthetic diploid genomes (.genome.json) via trait-to-allele mapping

seq-wrangler

658
from ClawBio/ClawBio

Sequence QC, alignment, and BAM processing. Wraps FastQC, BWA/Bowtie2, SAMtools for automated read-to-BAM pipelines.

scrna-orchestrator

658
from ClawBio/ClawBio

Local Scanpy pipeline for single-cell RNA-seq QC, optional doublet detection, clustering, marker discovery, optional CellTypist annotation, optional latent downstream mode from integrated.h5ad/X_scvi, and optional dataset-level plus within-cluster contrastive marker analysis from raw-count .h5ad or 10x Matrix Market input.