omics-target-evidence-mapper

Aggregates gene and protein target evidence from UniProt, Open Targets, PubMed, and ClinicalTrials.gov into JSON and Markdown reports.

Updated May 10, 2026
One-click install
npx skills add https://github.com/MubasherMohammed/opencode-BioInfo --skill omics-target-evidence-mapper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omics-target-evidence-mapper
Source: https://github.com/MubasherMohammed/opencode-BioInfo/tree/main/python/skills/omics-target-evidence-mapper
Command: npx skills add https://github.com/MubasherMohammed/opencode-BioInfo --skill omics-target-evidence-mapper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, argparse, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Researchers require a streamlined way to assess gene or protein target evidence from various public sources. This skill automates the retrieval and organization of evidence for efficient research triage.

Core Features & Use Cases

  • Evidence Aggregation: Consolidates target-level evidence from UniProt, Open Targets, PubMed, and ClinicalTrials.gov.
  • Target & Disease Analysis: Supports retrieval of information based on gene/protein targets and optional disease context.
  • Output Formats: Delivers machine-readable JSON and human-readable Markdown reports.
  • Use Case: For a researcher studying the gene IL6R in coronary artery disease, this skill can quickly gather and present relevant evidence.

Quick Start

Run the following command to map evidence for the gene 'IL6R' in 'coronary artery disease':

omics-target-evidence-mapper --gene IL6R --disease "coronary artery disease" --output my_evidence_report

Frequently Asked Questions about omics-target-evidence-mapper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I aggregate gene disease evidence from multiple biological databases?

To aggregate gene disease evidence, you can use a script that retrieves and organizes target data from UniProt, Open Targets, PubMed, and ClinicalTrials.gov. This automates evidence collection for efficient research triage.

Can I retrieve protein target evidence from UniProt and Open Targets together?

Yes, you can retrieve protein target evidence from UniProt and Open Targets together. The script consolidates target-level information across these sources, allowing you to analyze gene or protein targets with an optional disease context.

Do I need Python to run bioinformatics target research scripts for PubMed and ClinicalTrials.gov?

Yes, you need Python to run these bioinformatics target research scripts. The tool requires Python along with the requests and argparse libraries to retrieve and process evidence from PubMed and ClinicalTrials.gov.

What output formats are generated when mapping omics evidence for research triage?

When mapping omics evidence, the script generates both machine-readable JSON and human-readable Markdown reports. These formats deliver organized target and disease information suitable for downstream research triage.

What is the best way to gather published literature and clinical trial data for a specific gene?

The best way to gather published literature and clinical trial data for a specific gene is to use an automated evidence aggregation script. It queries PubMed and ClinicalTrials.gov directly based on your gene and disease parameters.

Are there limitations to using automated scripts for omics evidence retrieval?

A limitation of using automated scripts for omics evidence retrieval is that they depend on external public APIs like UniProt and Open Targets. You must have network access and the specific Python libraries installed for successful data retrieval.