Weekly exports of the cBioPortal public database, available for download and self-hosting. Please note that these exports originate from ClickHouse Cloud and are adapted for self-hosted ClickHouse. Differences between ClickHouse versions or environments may cause restore or compatibility issues. For help, contact cbioportal@googlegroups.com.
schema.sql against it
to create all tables and views:
clickhouse-client --query "CREATE DATABASE <database>"
clickhouse-client --database <database> --queries-file schema.sql
clickhouse-client --database <database> --query "
INSERT INTO <table>
SELECT * FROM file('<table>.parquet', 'Parquet')
"
schema.sql and will
work automatically once the base tables are populated.
manifest.json to verify the exported Parquet row
counts after restore.
For version-specific setup and further guidance about importing data, see the official ClickHouse documentation.
One Parquet file per table. Expand a dump to list its tables. Dumps run weekly, and only the most recent exports are retained — older ones are removed automatically, so download anything you need to retain.
We also publish the ClickHouse dumps in the cBioPortal Public Database dataset on Hugging Face . Each table is a separate dataset configuration that can be browsed, with additional Data Studio search and filtering features available when supported by Hugging Face.
Archived mysqldump exports, kept for backwards compatibility.
No longer updated.
| Date | Schema Version | Format | Size | Download |
|---|