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 Name | Type | Description |
|---|---|---|
| patient_id | string | Unique synthetic patient identifier |
| age | number | Synthetic patient age |
| sex | string | Synthetic patient sex |
| treatment_arm | string | Treatment or control arm |
| survival_time | number | Time to event or censoring |
| event_observed | number | 1 if event observed, 0 if censored |
Data Preview
First 9 rows (preview only)
| patient_id | age | sex | treatment_arm | survival_time | event_observed |
|---|---|---|---|---|---|
| P000001 | 64 | Female | treatment | 18.2 | 1 |
| P000002 | 59 | Male | control | 12.5 | 1 |
| P000003 | 71 | Female | treatment | 22.1 | 0 |
| P000004 | 67 | Male | control | 9.8 | 1 |
| P000005 | 52 | Female | treatment | 25.4 | 0 |
| P000006 | 60 | Male | control | 14.3 | 1 |
| P000007 | 55 | Female | treatment | 19.7 | 0 |
| P000008 | 69 | Male | control | 11.2 | 1 |
| P000009 | 62 | Female | treatment | 21.5 | 0 |
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