Synthetic Oncology Datasets

This page demonstrates the structure of synthetic datasets available in this category, including variable schema, preview data, and reproducibility using the Syntherx SDK.

Example Dataset

Oncology Survival Trial

Variable schema and example preview from the blueprint definition.

Variable Schema

Column NameTypeDescription
patient_idstringUnique synthetic patient identifier
agenumberSynthetic patient age
sexstringSynthetic patient sex
treatment_armstringTreatment or control arm
survival_timenumberTime to event or censoring
event_observednumber1 if event observed, 0 if censored

Data Preview

First 9 rows (preview only)

patient_idagesextreatment_armsurvival_timeevent_observed
P00000164Femaletreatment18.21
P00000259Malecontrol12.51
P00000371Femaletreatment22.10
P00000467Malecontrol9.81
P00000552Femaletreatment25.40
P00000660Malecontrol14.31
P00000755Femaletreatment19.70
P00000869Malecontrol11.21
P00000962Femaletreatment21.50

Includes CSV, JSON, and Parquet — ready for ML pipelines

Reproduce This Dataset

Recreate this dataset in Python (Jupyter, Kaggle, or Google Colab) using the Syntherx SDK

# Install Syntherx SDK
pip install syntherx

from syntherx import generate_dataset

df = generate_dataset(
    blueprint="oncology_survival_trial",
    rows=5000
)

df.to_csv("oncology_survival_trial.csv")

Use Cases

  • Survival analysis modeling
  • Oncology and time-to-event research
  • Clinical outcomes and endpoint analysis

Privacy-Safe Synthetic Dataset

  • Contains no real patient data
  • Generated using statistical simulation
  • Designed for machine learning research

Purchase Dataset

Research Dataset — $99

Secure checkout via Stripe.

Includes CSV, JSON, and Parquet — ready for ML pipelines

Unlock the Syntherx Platform

Generate custom datasets tailored to your research and AI needs.

Generate custom datasets
← Back to all datasets