scientific-pharos-targets

Query the Pharos GraphQL API to identify target druggability and related knowledge.

3|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/nahisaho/satori --skill scientific-pharos-targets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scientific-pharos-targets
Source: https://github.com/nahisaho/satori/tree/main/src/.github/skills/scientific-pharos-targets
Command: npx skills add https://github.com/nahisaho/satori --skill scientific-pharos-targets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify druggability and related knowledge for protein targets using the Pharos GraphQL API to help researchers quickly assess TDl classifications, associated diseases, and ligand activities.

Core Features & Use Cases

  • TDl classification and target discovery using the Pharos GraphQL API.
  • Disease-target relationships and ligand activity insights for prioritization and repurposing.
  • End-to-end Pharos pipeline integration to generate actionable targets for downstream drug discovery.

Quick Start

Run the Pharos pipeline to fetch target details and output results to CSV files.

Frequently Asked Questions about scientific-pharos-targets

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

FAQPage Schema
How do I retrieve druggability and disease associations for IDG protein targets?

To retrieve druggability data for IDG protein targets, you query the Pharos GraphQL API to fetch TDL classifications, disease associations, and ligand activities, then parse and save the results into CSV files using Python.

What is TDL classification and target profiling in drug discovery?

TDL classification is a target development level categorization system used in drug discovery to prioritize protein targets by querying the Pharos GraphQL API for disease associations and ligand activity insights.

Do I need a specific Python environment to query the Pharos GraphQL API?

Yes, querying the Pharos GraphQL API requires a Python environment with the requests and pandas libraries installed to execute the queries, parse the response data, and save the output results.

Can I use Pharos API data for drug repurposing and target prioritization?

Yes, you can use Pharos API data for drug repurposing by analyzing disease-target relationships and ligand activities to generate actionable targets for downstream drug discovery workflows.

How do I export Pharos GraphQL API responses to CSV files?

To export Pharos GraphQL API responses to CSV files, you use the pandas library in Python to parse the JSON query results and save the target profiles, disease associations, and ligand activities into structured tabular formats.