pytdc

Community

AI-ready drug discovery data & benchmarks.

Authorjackspace
Version1.0.0
Installs0

System Documentation

What problem does it solve?

PyTDC provides AI-ready therapeutics datasets and benchmarks (ADME, toxicity, DTI) with standardized splits, benchmarks, and data processing utilities to accelerate drug-discovery research and evaluation.

Core Features & Use Cases

  • Curated datasets for ADME, Toxicity, DTI, and generation tasks
  • Scaffold/random/cold partitioning and standardized evaluation metrics
  • Data processing utilities and molecular generation oracles for model benchmarking

Quick Start

  • Install with: pip install PyTDC
  • Example: from tdc.single_pred import ADME; data = ADME(name='Caco2_Wang'); split = data.get_split(method='scaffold'); df = data.get_data(format='df')

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: pytdc
Download link: https://github.com/jackspace/ClaudeSkillz/archive/main.zip#pytdc

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository