The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 7 new columns ({'sd_log2TPM', 'is_housekeeping', 'gene_id', 'pct_expressed', 'gene_name', 'mean_log2TPM', 'cv'}) and 10 missing columns ({'ancestry_superpop', 'sequencing_type', 'mean_coverage', 'pct_bases_20x', 'age', 'cohort_id', 'sample_id', 'sex', 'consent_tier', 'genome_build'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xpertsystems/hlt013-sample/gene_expression.csv (at revision f5452c4cce8b566c1c2bd860e5bd9eba69ab9181), [/tmp/hf-datasets-cache/medium/datasets/48864965097651-config-parquet-and-info-xpertsystems-hlt013-sampl-16ebd919/hub/datasets--xpertsystems--hlt013-sample/snapshots/f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/cohort_manifest.csv (origin=hf://datasets/xpertsystems/hlt013-sample@f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/cohort_manifest.csv), /tmp/hf-datasets-cache/medium/datasets/48864965097651-config-parquet-and-info-xpertsystems-hlt013-sampl-16ebd919/hub/datasets--xpertsystems--hlt013-sample/snapshots/f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/gene_expression.csv (origin=hf://datasets/xpertsystems/hlt013-sample@f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/gene_expression.csv), /tmp/hf-datasets-cache/medium/datasets/48864965097651-config-parquet-and-info-xpertsystems-hlt013-sampl-16ebd919/hub/datasets--xpertsystems--hlt013-sample/snapshots/f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/pharmacogenomics.csv (origin=hf://datasets/xpertsystems/hlt013-sample@f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/pharmacogenomics.csv), /tmp/hf-datasets-cache/medium/datasets/48864965097651-config-parquet-and-info-xpertsystems-hlt013-sampl-16ebd919/hub/datasets--xpertsystems--hlt013-sample/snapshots/f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/polygenic_risk_scores.csv (origin=hf://datasets/xpertsystems/hlt013-sample@f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/polygenic_risk_scores.csv), /tmp/hf-datasets-cache/medium/datasets/48864965097651-config-parquet-and-info-xpertsystems-hlt013-sampl-16ebd919/hub/datasets--xpertsystems--hlt013-sample/snapshots/f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/scrna_pbmc.csv (origin=hf://datasets/xpertsystems/hlt013-sample@f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/scrna_pbmc.csv), /tmp/hf-datasets-cache/medium/datasets/48864965097651-config-parquet-and-info-xpertsystems-hlt013-sampl-16ebd919/hub/datasets--xpertsystems--hlt013-sample/snapshots/f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/variants_annotated.csv (origin=hf://datasets/xpertsystems/hlt013-sample@f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/variants_annotated.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
gene_id: string
gene_name: string
mean_log2TPM: double
sd_log2TPM: double
cv: double
pct_expressed: double
is_housekeeping: bool
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1097
to
{'sample_id': Value('string'), 'ancestry_superpop': Value('string'), 'sex': Value('string'), 'age': Value('int64'), 'cohort_id': Value('string'), 'genome_build': Value('string'), 'sequencing_type': Value('string'), 'mean_coverage': Value('float64'), 'pct_bases_20x': Value('float64'), 'consent_tier': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 7 new columns ({'sd_log2TPM', 'is_housekeeping', 'gene_id', 'pct_expressed', 'gene_name', 'mean_log2TPM', 'cv'}) and 10 missing columns ({'ancestry_superpop', 'sequencing_type', 'mean_coverage', 'pct_bases_20x', 'age', 'cohort_id', 'sample_id', 'sex', 'consent_tier', 'genome_build'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xpertsystems/hlt013-sample/gene_expression.csv (at revision f5452c4cce8b566c1c2bd860e5bd9eba69ab9181), [/tmp/hf-datasets-cache/medium/datasets/48864965097651-config-parquet-and-info-xpertsystems-hlt013-sampl-16ebd919/hub/datasets--xpertsystems--hlt013-sample/snapshots/f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/cohort_manifest.csv (origin=hf://datasets/xpertsystems/hlt013-sample@f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/cohort_manifest.csv), /tmp/hf-datasets-cache/medium/datasets/48864965097651-config-parquet-and-info-xpertsystems-hlt013-sampl-16ebd919/hub/datasets--xpertsystems--hlt013-sample/snapshots/f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/gene_expression.csv (origin=hf://datasets/xpertsystems/hlt013-sample@f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/gene_expression.csv), /tmp/hf-datasets-cache/medium/datasets/48864965097651-config-parquet-and-info-xpertsystems-hlt013-sampl-16ebd919/hub/datasets--xpertsystems--hlt013-sample/snapshots/f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/pharmacogenomics.csv (origin=hf://datasets/xpertsystems/hlt013-sample@f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/pharmacogenomics.csv), /tmp/hf-datasets-cache/medium/datasets/48864965097651-config-parquet-and-info-xpertsystems-hlt013-sampl-16ebd919/hub/datasets--xpertsystems--hlt013-sample/snapshots/f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/polygenic_risk_scores.csv (origin=hf://datasets/xpertsystems/hlt013-sample@f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/polygenic_risk_scores.csv), /tmp/hf-datasets-cache/medium/datasets/48864965097651-config-parquet-and-info-xpertsystems-hlt013-sampl-16ebd919/hub/datasets--xpertsystems--hlt013-sample/snapshots/f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/scrna_pbmc.csv (origin=hf://datasets/xpertsystems/hlt013-sample@f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/scrna_pbmc.csv), /tmp/hf-datasets-cache/medium/datasets/48864965097651-config-parquet-and-info-xpertsystems-hlt013-sampl-16ebd919/hub/datasets--xpertsystems--hlt013-sample/snapshots/f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/variants_annotated.csv (origin=hf://datasets/xpertsystems/hlt013-sample@f5452c4cce8b566c1c2bd860e5bd9eba69ab9181/variants_annotated.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
sample_id string | ancestry_superpop string | sex string | age int64 | cohort_id string | genome_build string | sequencing_type string | mean_coverage float64 | pct_bases_20x float64 | consent_tier string |
|---|---|---|---|---|---|---|---|---|---|
HLT013_000001 | EAS | Female | 31 | COHORT_A | GRCh38 | WES | 55.1 | 96.79 | TIER1 |
HLT013_000002 | AFR | Female | 61 | COHORT_A | GRCh38 | WGS | 29.9 | 95.94 | TIER2 |
HLT013_000003 | AMR | Female | 20 | COHORT_B | GRCh38 | WGS | 45.9 | 91.15 | TIER2 |
HLT013_000004 | EAS | Male | 20 | COHORT_A | GRCh38 | WGS | 48.1 | 96.16 | TIER2 |
HLT013_000005 | EUR | Female | 49 | COHORT_B | GRCh38 | WES | 25.3 | 92.95 | TIER1 |
HLT013_000006 | SAS | Female | 61 | COHORT_A | GRCh38 | WGS | 33.5 | 92.89 | TIER1 |
HLT013_000007 | EAS | Male | 27 | COHORT_C | GRCh38 | WGS | 30.7 | 98.39 | TIER1 |
HLT013_000008 | EAS | Male | 19 | COHORT_B | GRCh38 | WES | 26.9 | 94.45 | TIER2 |
HLT013_000009 | EUR | Male | 32 | COHORT_A | GRCh38 | WES | 57.4 | 89.95 | TIER1 |
HLT013_000010 | AFR | Female | 58 | COHORT_A | GRCh38 | WGS | 31.9 | 97.58 | TIER1 |
HLT013_000011 | EUR | Male | 79 | COHORT_B | GRCh38 | WES | 55.5 | 92.56 | TIER3 |
HLT013_000012 | SAS | Male | 29 | COHORT_C | GRCh38 | WES | 51.3 | 90.27 | TIER3 |
HLT013_000013 | EAS | Female | 50 | COHORT_B | GRCh38 | WGS | 28.3 | 95.07 | TIER3 |
HLT013_000014 | AMR | Female | 39 | COHORT_B | GRCh38 | WGS | 48 | 91.61 | TIER2 |
HLT013_000015 | AFR | Female | 30 | COHORT_A | GRCh38 | WGS | 31 | 94.67 | TIER3 |
HLT013_000016 | EUR | Male | 77 | COHORT_C | GRCh38 | WGS | 26.9 | 96.09 | TIER1 |
HLT013_000017 | AFR | Male | 37 | COHORT_C | GRCh38 | WES | 48.9 | 89.79 | TIER3 |
HLT013_000018 | EUR | Male | 58 | COHORT_A | GRCh38 | WES | 50.9 | 95.83 | TIER2 |
HLT013_000019 | AMR | Female | 25 | COHORT_C | GRCh38 | WGS | 45.4 | 94.92 | TIER2 |
HLT013_000020 | EAS | Male | 21 | COHORT_C | GRCh38 | WGS | 27.3 | 96.9 | TIER2 |
HLT013_000021 | EAS | Female | 36 | COHORT_A | GRCh38 | WGS | 59.4 | 98.85 | TIER2 |
HLT013_000022 | EUR | Female | 42 | COHORT_B | GRCh38 | WES | 42.9 | 95.35 | TIER2 |
HLT013_000023 | SAS | Female | 50 | COHORT_B | GRCh38 | WES | 39.9 | 93.34 | TIER3 |
HLT013_000024 | AMR | Male | 53 | COHORT_C | GRCh38 | WES | 58 | 98.13 | TIER1 |
HLT013_000025 | EAS | Female | 31 | COHORT_B | GRCh38 | WGS | 53.1 | 88.26 | TIER2 |
HLT013_000026 | EUR | Male | 86 | COHORT_B | GRCh38 | WES | 58.4 | 96.44 | TIER1 |
HLT013_000027 | AFR | Male | 43 | COHORT_A | GRCh38 | WGS | 30 | 94.02 | TIER1 |
HLT013_000028 | EUR | Male | 85 | COHORT_B | GRCh38 | WGS | 44.7 | 96 | TIER3 |
HLT013_000029 | EUR | Male | 59 | COHORT_C | GRCh38 | WGS | 41.7 | 95.07 | TIER3 |
HLT013_000030 | EAS | Female | 27 | COHORT_C | GRCh38 | WGS | 42.7 | 96.56 | TIER1 |
HLT013_000031 | EAS | Male | 43 | COHORT_A | GRCh38 | WGS | 41.5 | 89.28 | TIER1 |
HLT013_000032 | SAS | Female | 25 | COHORT_A | GRCh38 | WGS | 59.6 | 93.45 | TIER3 |
HLT013_000033 | EUR | Male | 42 | COHORT_C | GRCh38 | WES | 53.1 | 98.37 | TIER3 |
HLT013_000034 | EUR | Male | 33 | COHORT_A | GRCh38 | WGS | 54.8 | 94.31 | TIER1 |
HLT013_000035 | AFR | Female | 86 | COHORT_B | GRCh38 | WGS | 43.6 | 89.65 | TIER3 |
HLT013_000036 | EUR | Female | 62 | COHORT_B | GRCh38 | WES | 37.9 | 95.43 | TIER2 |
HLT013_000037 | EUR | Male | 67 | COHORT_B | GRCh38 | WGS | 34.5 | 97.56 | TIER3 |
HLT013_000038 | AFR | Male | 87 | COHORT_B | GRCh38 | WGS | 51.6 | 95.82 | TIER2 |
HLT013_000039 | EUR | Female | 36 | COHORT_C | GRCh38 | WGS | 54.2 | 92.52 | TIER3 |
HLT013_000040 | EAS | Female | 36 | COHORT_B | GRCh38 | WES | 49.4 | 96.82 | TIER1 |
HLT013_000041 | AFR | Female | 61 | COHORT_A | GRCh38 | WES | 27 | 93.82 | TIER1 |
HLT013_000042 | AMR | Female | 68 | COHORT_C | GRCh38 | WGS | 32 | 90.1 | TIER1 |
HLT013_000043 | EAS | Female | 53 | COHORT_B | GRCh38 | WGS | 44.9 | 96.56 | TIER3 |
HLT013_000044 | EUR | Male | 21 | COHORT_C | GRCh38 | WES | 40.4 | 93.38 | TIER2 |
HLT013_000045 | AMR | Male | 72 | COHORT_B | GRCh38 | WGS | 32.3 | 94.45 | TIER1 |
HLT013_000046 | AMR | Male | 59 | COHORT_C | GRCh38 | WES | 56.4 | 97.04 | TIER2 |
HLT013_000047 | EUR | Male | 71 | COHORT_C | GRCh38 | WES | 31.4 | 89.18 | TIER3 |
HLT013_000048 | EUR | Female | 43 | COHORT_A | GRCh38 | WGS | 55.7 | 92.72 | TIER3 |
HLT013_000049 | EAS | Male | 65 | COHORT_B | GRCh38 | WGS | 40.1 | 98.93 | TIER1 |
HLT013_000050 | EUR | Female | 29 | COHORT_C | GRCh38 | WES | 34.2 | 92.84 | TIER2 |
HLT013_000051 | EUR | Male | 34 | COHORT_B | GRCh38 | WES | 51.2 | 96.99 | TIER3 |
HLT013_000052 | EUR | Male | 27 | COHORT_B | GRCh38 | WGS | 45.2 | 91.25 | TIER2 |
HLT013_000053 | EAS | Female | 83 | COHORT_A | GRCh38 | WGS | 59.5 | 88.34 | TIER3 |
HLT013_000054 | EAS | Male | 56 | COHORT_C | GRCh38 | WGS | 50.2 | 90.23 | TIER1 |
HLT013_000055 | EAS | Female | 31 | COHORT_C | GRCh38 | WES | 40.2 | 92.51 | TIER1 |
HLT013_000056 | EAS | Female | 23 | COHORT_C | GRCh38 | WES | 25.9 | 94.93 | TIER2 |
HLT013_000057 | AFR | Female | 39 | COHORT_C | GRCh38 | WES | 33.7 | 90.28 | TIER2 |
HLT013_000058 | AFR | Male | 32 | COHORT_B | GRCh38 | WGS | 40.9 | 89.02 | TIER1 |
HLT013_000059 | EUR | Male | 61 | COHORT_A | GRCh38 | WGS | 49.8 | 98.26 | TIER3 |
HLT013_000060 | EUR | Female | 22 | COHORT_C | GRCh38 | WGS | 59.9 | 94.86 | TIER1 |
HLT013_000061 | EAS | Male | 38 | COHORT_C | GRCh38 | WGS | 57 | 93.23 | TIER2 |
HLT013_000062 | AFR | Female | 52 | COHORT_B | GRCh38 | WES | 46.5 | 96.25 | TIER1 |
HLT013_000063 | AFR | Female | 26 | COHORT_A | GRCh38 | WES | 54.6 | 97.52 | TIER3 |
HLT013_000064 | EAS | Male | 25 | COHORT_A | GRCh38 | WES | 37.5 | 94.58 | TIER2 |
HLT013_000065 | EAS | Male | 53 | COHORT_C | GRCh38 | WGS | 33.8 | 89.79 | TIER1 |
HLT013_000066 | AFR | Male | 88 | COHORT_B | GRCh38 | WES | 57.2 | 99 | TIER2 |
HLT013_000067 | AFR | Male | 36 | COHORT_A | GRCh38 | WGS | 26.9 | 95.54 | TIER1 |
HLT013_000068 | EUR | Female | 20 | COHORT_C | GRCh38 | WGS | 31.4 | 94.71 | TIER1 |
HLT013_000069 | EUR | Male | 37 | COHORT_B | GRCh38 | WGS | 42.4 | 96.71 | TIER1 |
HLT013_000070 | AFR | Male | 31 | COHORT_A | GRCh38 | WGS | 48.2 | 93.3 | TIER1 |
HLT013_000071 | EUR | Male | 46 | COHORT_C | GRCh38 | WGS | 38.6 | 89.23 | TIER3 |
HLT013_000072 | AFR | Female | 77 | COHORT_B | GRCh38 | WGS | 48.8 | 93.67 | TIER2 |
HLT013_000073 | AMR | Male | 53 | COHORT_B | GRCh38 | WES | 36.8 | 88.25 | TIER2 |
HLT013_000074 | EUR | Female | 89 | COHORT_C | GRCh38 | WGS | 28.6 | 93.98 | TIER2 |
HLT013_000075 | EUR | Male | 25 | COHORT_B | GRCh38 | WGS | 59.2 | 88.66 | TIER2 |
HLT013_000076 | EUR | Male | 33 | COHORT_C | GRCh38 | WES | 54.4 | 89.25 | TIER2 |
HLT013_000077 | EUR | Male | 36 | COHORT_B | GRCh38 | WES | 55.6 | 95.95 | TIER2 |
HLT013_000078 | EAS | Female | 62 | COHORT_A | GRCh38 | WES | 47.6 | 95.78 | TIER3 |
HLT013_000079 | AFR | Female | 27 | COHORT_A | GRCh38 | WGS | 44 | 93.63 | TIER1 |
HLT013_000080 | EAS | Female | 19 | COHORT_C | GRCh38 | WES | 44.4 | 92.68 | TIER1 |
HLT013_000081 | EAS | Male | 36 | COHORT_C | GRCh38 | WES | 25.3 | 88.63 | TIER3 |
HLT013_000082 | AFR | Female | 58 | COHORT_C | GRCh38 | WGS | 29.3 | 90.62 | TIER3 |
HLT013_000083 | AMR | Male | 67 | COHORT_A | GRCh38 | WGS | 51.5 | 92.35 | TIER3 |
HLT013_000084 | EUR | Female | 82 | COHORT_B | GRCh38 | WGS | 58.5 | 92.94 | TIER3 |
HLT013_000085 | EUR | Male | 85 | COHORT_B | GRCh38 | WES | 34.6 | 93.39 | TIER2 |
HLT013_000086 | EUR | Female | 41 | COHORT_B | GRCh38 | WGS | 46.9 | 89.37 | TIER3 |
HLT013_000087 | EAS | Male | 48 | COHORT_B | GRCh38 | WES | 40 | 90.38 | TIER2 |
HLT013_000088 | AFR | Male | 72 | COHORT_C | GRCh38 | WES | 53.1 | 92.09 | TIER1 |
HLT013_000089 | EUR | Male | 19 | COHORT_C | GRCh38 | WGS | 45.3 | 88.27 | TIER3 |
HLT013_000090 | AFR | Male | 86 | COHORT_A | GRCh38 | WES | 45.1 | 95.3 | TIER1 |
HLT013_000091 | EUR | Male | 30 | COHORT_A | GRCh38 | WES | 36.1 | 96.24 | TIER3 |
HLT013_000092 | EAS | Female | 54 | COHORT_B | GRCh38 | WGS | 53.5 | 91.82 | TIER3 |
HLT013_000093 | AFR | Female | 58 | COHORT_C | GRCh38 | WES | 58.2 | 93.38 | TIER1 |
HLT013_000094 | EUR | Male | 77 | COHORT_B | GRCh38 | WES | 32.8 | 92.95 | TIER3 |
HLT013_000095 | EUR | Female | 37 | COHORT_B | GRCh38 | WGS | 56.2 | 88.31 | TIER2 |
HLT013_000096 | EAS | Female | 50 | COHORT_C | GRCh38 | WGS | 34.4 | 91.9 | TIER2 |
HLT013_000097 | EUR | Female | 42 | COHORT_C | GRCh38 | WES | 36.5 | 98.34 | TIER2 |
HLT013_000098 | EUR | Female | 76 | COHORT_A | GRCh38 | WES | 28.7 | 94.88 | TIER3 |
HLT013_000099 | EUR | Female | 88 | COHORT_C | GRCh38 | WGS | 54.1 | 96.43 | TIER1 |
HLT013_000100 | SAS | Male | 83 | COHORT_B | GRCh38 | WGS | 39.2 | 91.6 | TIER2 |
HLT-013 — Synthetic Multi-Modal Genomics Dataset (Sample Preview)
A free, schema-identical preview of the full HLT-013 commercial product from XpertSystems.ai.
A fully synthetic multi-modal genomics dataset combining variant calls (VCF-style with VEP/CADD/ClinVar/gnomAD annotations), bulk RNA-seq gene expression (5 tissues × 2,000 genes), single-cell RNA-seq PBMC profiles (10 cell types), polygenic risk scores (50 traits across 5 disease domains), and pharmacogenomics star allele calls (25 CPIC-actionable genes) — all linked through 1,000 individuals across 5 ancestry superpopulations (EUR/AFR/EAS/AMR/SAS, gnomAD-calibrated).
⚠️ PRIVACY & SYNTHETIC NATURE Every record in this dataset is 100% synthetic. No real patient data, no PHI, no real genome sequences, no real variant calls. Population-level distributions match published gnomAD / ClinVar / VEP / CPIC / Tabula Sapiens benchmarks but the genomic profiles are computationally generated.
What's in this sample
1,000 individuals × 6 multi-modal genomic data tables linked by sample_id.
| File | Rows × Cols | Description |
|---|---|---|
cohort_manifest.csv |
1,000 × 10 | Individual master — ancestry, sex, age, sequencing type, mean coverage, pct bases ≥20x, consent tier |
variants_annotated.csv |
600 × 14 | VCF-style: CHROM/POS/RSID/REF/ALT/GT/GQ/DP + VEP consequence + CADD Phred + ClinVar sig + gnomAD AF + HWE p-value |
gene_expression.csv |
2,000 × 7 | Bulk RNA-seq gene panel — mean log2TPM, SD, CV, % expressed, housekeeping flag |
scrna_pbmc.csv |
~1,900 × 11 | Single-cell PBMC: cell type, cluster ID, UMAP coords, n_genes, n_counts, pct_mito, doublet score |
polygenic_risk_scores.csv |
1,000 × 152 | 50 PRS traits × (raw score + ancestry-adjusted percentile + risk tier) per individual |
pharmacogenomics.csv |
1,000 × 102 | 25 PGx genes × (star allele class + CPIC recommendation + ACMG actionable + drug-specific guidance) |
metadata.json |
— | Run manifest: seed, genome build, ancestry distribution, Ti/Tv, tissue/cell-type/PRS/PGx counts |
Total: ~2.4 MB across 8 files.
Schema highlights
cohort_manifest.csv (10 columns)
sample_id, ancestry_superpop (EUR/AFR/EAS/AMR/SAS), sex, age, cohort_id, genome_build (GRCh38), sequencing_type (WGS/WES), mean_coverage (numeric, 30x WGS / 100x WES mix), pct_bases_20x (QC metric), consent_tier (research/clinical/broad)
variants_annotated.csv (14 columns)
Position: CHROM (1-22, X), POS (genomic coordinate), RSID (rs identifier), REF, ALT, variant_type (SNP/InDel)
Genotype: GT (0/0, 0/1, 1/1), GQ (genotype quality 0-99), DP (read depth)
Annotation: consequence (VEP terms: intergenic / intron / synonymous / missense / 3'UTR / 5'UTR / splice_region / stop_gained / splice_donor / splice_acceptor / frameshift / inframe_indel), CADD_phred (deleteriousness 0-50+), ClinVar_sig (Benign / Likely_benign / VUS / Likely_pathogenic / Pathogenic), AF_gnomAD (allele frequency 0-1)
Population genetics: HWE_pval (Hardy-Weinberg Equilibrium p-value)
gene_expression.csv (7 columns)
gene_id (ENSG-style), gene_name, mean_log2TPM, sd_log2TPM, cv (coefficient of variation), pct_expressed (% of individuals with detectable expression), is_housekeeping (flag for stably-expressed reference genes)
scrna_pbmc.csv (11 columns)
sample_id, cell_barcode, cell_type (10 types: CD4_T_naive, CD4_T_memory, CD8_T_cytotoxic, B_cell_naive, B_cell_memory, NK_cell, Monocyte_classical, Monocyte_nonclassical, pDC, Platelet), cluster_id, UMAP_1, UMAP_2, n_genes, n_counts, pct_mito, doublet_score, cell_type_confidence
polygenic_risk_scores.csv (152 columns)
sample_id, ancestry, plus 50 traits × 3 fields each:
PRS_<trait>— raw polygenic scorePRS_<trait>_pct— ancestry-adjusted percentile (0-100)PRS_<trait>_tier— risk tier (Low/Intermediate/High)
50 traits across 5 domains:
- CVD (10): coronary_artery_disease, atrial_fibrillation, heart_failure, hypertension, stroke, peripheral_artery_disease, abdominal_aortic_aneurysm, hypertrophic_cardiomyopathy, dilated_cardiomyopathy, long_qt_syndrome
- Metabolic (10): type2_diabetes, BMI, LDL_cholesterol, HDL_cholesterol, triglycerides, fasting_glucose, HbA1c, type1_diabetes, obesity, NAFLD
- Oncology (10): breast_cancer, prostate_cancer, colorectal_cancer, lung_cancer, melanoma, ovarian_cancer, pancreatic_cancer, glioma, leukemia, lymphoma
- Autoimmune (10): rheumatoid_arthritis, type1_diabetes_autoimmune, MS, lupus, psoriasis, IBD_crohns, IBD_ulcerative_colitis, celiac, asthma, atopic_dermatitis
- Psychiatric (10): depression, bipolar, schizophrenia, anxiety, ADHD, autism, alzheimers, parkinsons, alcohol_dependence, smoking_behavior
pharmacogenomics.csv (102 columns)
sample_id, ancestry, plus 25 genes × 4 fields each:
PGx_<gene>_class— predicted phenotype (NM=Normal Metabolizer / IM=Intermediate / PM=Poor / RM=Rapid / UM=Ultrarapid)PGx_<gene>_CPIC— CPIC dosing recommendation (Standard/Reduce/Increase/Avoid)PGx_<gene>_ACMG_actionable— ACMG SF v3.2 actionable flagPGx_<gene>_recommendation— drug-specific guidance text
25 genes (CPIC Level A or B): CYP2D6, CYP2C19, CYP2C9, CYP3A5, CYP2B6, CYP1A2, TPMT, NUDT15, DPYD, SLCO1B1, VKORC1, UGT1A1, HLA-B, HLA-A, CYP4F2, IFNL3, G6PD, RYR1, CACNA1S, ABCG2, F5, MTHFR, NAT2, ATM, BRCA1
Calibration source story
The full HLT-013 generator anchors all distributions to authoritative genomics references:
- gnomAD v4 (Karczewski et al. 2020) — Population allele frequencies, ancestry superpopulation proportions
- VEP (McLaren et al. 2016) — Variant Effect Predictor consequence annotation
- ClinVar (Landrum et al. 2018) — Clinical variant significance database
- CADD (Rentzsch et al. 2019) — Combined Annotation Dependent Depletion scores
- CPIC — Clinical Pharmacogenetics Implementation Consortium dosing guidelines
- PharmGKB — Gene-drug interaction knowledge base
- 10x Genomics PBMC 10k reference — Single-cell PBMC cell type proportions
- Tabula Sapiens (Quake Lab) — Cross-tissue cell type catalog
- GTEx Consortium — Tissue-specific gene expression
- PGS Catalog (Lambert et al. 2021) — Polygenic score trait coverage
- ACMG SF v3.2 — Secondary findings actionable variant list
Sample-scale validation scorecard
| Metric | Observed | Target | Status | Source |
|---|---|---|---|---|
| EUR ancestry share | 40.2% | 40% ± 5% | ✅ PASS | gnomAD v4 |
| Ancestry superpop count | 5 | 5 | ✅ PASS | gnomAD |
| Ti/Tv ratio | 2.31 | 2.06 ± 0.80 | ✅ PASS | Wang et al. (2015) |
| ClinVar P/LP rate | 2.3% | 2.5% ± 2.5% | ✅ PASS | ClinVar |
| Mean coverage | 42.1x | 42 ± 10 | ✅ PASS | Clinical genomics QC |
| Cell type diversity | 10 | 10 | ✅ PASS | 10x Genomics PBMC 10k |
| PRS trait count | 50 | 50 | ✅ PASS | PGS Catalog |
| PGx gene count | 25 | 25 | ✅ PASS | CPIC Level A/B |
| CYP2D6 NM rate | 66.7% | 65% ± 15% | ✅ PASS | CPIC + PharmGKB |
| Expression tissue count | 5 | 5 | ✅ PASS | Tabula Sapiens / GTEx |
Grade: A+ (100/100) — verified across 6 random seeds (42, 7, 123, 2024, 99, 1).
Loading examples
Pandas — explore the cohort
import pandas as pd
cohort = pd.read_csv("cohort_manifest.csv")
variants = pd.read_csv("variants_annotated.csv")
prs = pd.read_csv("polygenic_risk_scores.csv")
pgx = pd.read_csv("pharmacogenomics.csv")
# Ancestry distribution
print(cohort["ancestry_superpop"].value_counts(normalize=True).round(3))
# Variant consequence breakdown
print(variants["consequence"].value_counts(normalize=True).round(3))
# ClinVar significance
print(variants["ClinVar_sig"].value_counts())
Variant filtering
import pandas as pd
variants = pd.read_csv("variants_annotated.csv")
# High-impact variants (Pathogenic + CADD > 25)
high_impact = variants[
(variants["ClinVar_sig"].isin(["Pathogenic", "Likely_pathogenic"])) |
(variants["CADD_phred"] > 25)
]
print(f"High-impact variants: {len(high_impact)}")
# Rare variants (gnomAD AF < 1%)
rare = variants[variants["AF_gnomAD"] < 0.01]
print(f"Rare variants: {len(rare)}")
# HWE-departure variants
hwe_violations = variants[variants["HWE_pval"] < 0.001]
print(f"HWE violations: {len(hwe_violations)}")
PRS risk stratification
import pandas as pd
prs = pd.read_csv("polygenic_risk_scores.csv")
# Top 10% CAD risk individuals
high_cad = prs[prs["PRS_coronary_artery_disease_pct"] >= 90]
print(f"High CAD risk: {len(high_cad)} individuals")
# Multi-trait risk profile
risk_traits = ["coronary_artery_disease", "type2_diabetes", "breast_cancer"]
for trait in risk_traits:
tier_col = f"PRS_{trait}_tier"
if tier_col in prs.columns:
print(f"\n{trait} risk tier distribution:")
print(prs[tier_col].value_counts(normalize=True).round(3))
PGx phenotype distribution
import pandas as pd
pgx = pd.read_csv("pharmacogenomics.csv")
# CYP2D6 phenotype by ancestry
print(pd.crosstab(pgx["ancestry"], pgx["PGx_CYP2D6_class"], normalize="index").round(3))
# Actionable findings (ACMG SF v3.2)
actionable_cols = [c for c in pgx.columns if c.endswith("_ACMG_actionable")]
n_actionable = pgx[actionable_cols].sum(axis=1)
print(f"\nIndividuals with ≥1 actionable PGx finding:")
print(f" None: {(n_actionable == 0).sum()}")
print(f" 1 gene: {(n_actionable == 1).sum()}")
print(f" 2+ genes: {(n_actionable >= 2).sum()}")
scRNA-seq cell type analysis
import pandas as pd
scrna = pd.read_csv("scrna_pbmc.csv")
# Cell type proportions per sample
cell_pcts = scrna.groupby("sample_id")["cell_type"].value_counts(normalize=True).unstack(fill_value=0)
print("Mean cell type proportions:")
print(cell_pcts.mean().sort_values(ascending=False).round(3))
# QC metrics by cell type
print("\nQC metrics by cell type:")
print(scrna.groupby("cell_type")[["n_genes", "pct_mito", "doublet_score"]].mean().round(2))
Hugging Face Datasets
from datasets import load_dataset
ds = load_dataset("xpertsystems/hlt013-sample", data_files={
"cohort": "cohort_manifest.csv",
"variants": "variants_annotated.csv",
"expression": "gene_expression.csv",
"scrna": "scrna_pbmc.csv",
"prs": "polygenic_risk_scores.csv",
"pgx": "pharmacogenomics.csv",
})
print(ds)
Suggested use cases
- Variant prioritization ML — train classifiers on CADD + ClinVar + AF features to predict pathogenicity
- PRS-disease prediction modeling — multi-trait ML for absolute risk stratification
- Ancestry imputation — train ancestry callers from variant features
- Variant Effect Predictor pipeline testing — schema-compliant data for VEP/SnpEff annotation pipeline development
- Pharmacogenomic CDS rules engine testing — populate PGx clinical decision support systems
- scRNA-seq cell type classification — train cell type callers from gene expression + UMAP coordinates
- HWE violation detection — flag spurious genotype calls or population structure
- Multi-modal genomics integration — joint modeling across variants + expression + PRS + PGx
- Clinical genomics LIMS testing — populate clinical genomics pipelines with realistic synthetic patients
- Healthcare AI pretraining — pretrain models on synthetic genomic profiles before fine-tuning on real biobank data
- Educational use — graduate genomics, biostatistics, and precision medicine coursework
Sample vs. full product
| Aspect | This sample | Full HLT-013 product |
|---|---|---|
| Individuals | 1,000 | 100,000+ (default) up to 1M |
| Variants per individual | 600 representative | Full WGS ~6.5M variants |
| Genes (bulk expression) | 2,000 | Full transcriptome ~20,000 genes |
| scRNA cells per sample | ~2 (sampled) | ~200 cells per sample |
| PRS traits | 50 | 50 (full coverage) |
| PGx genes | 25 | 25 (full CPIC Level A/B coverage) |
| Schema | identical | identical |
| Calibration | identical | identical |
| License | CC-BY-NC-4.0 | Commercial license |
The full product unlocks:
- Up to 1M individuals for biobank-scale genomic ML training
- Full WGS variant calls (~6.5M variants per individual)
- Full transcriptome (20,000+ genes)
- Dense scRNA-seq profiles (200+ cells per sample)
- GWAS summary statistics for the 50 PRS traits
- Family pedigrees for trio/quartet analysis
- Commercial use rights
Contact us for the full product.
Limitations & honest disclosures
- Sample is preview-only. 1,000 individuals × 600 representative variants is enough to demonstrate schema and calibration, but is not statistically sufficient for serious GWAS, PRS development, or rare variant analysis. Use the full product (100K+) for serious work.
- Variant set is sub-sampled. Each individual carries 600 representative variants (mix of SNPs + InDels), not the ~6.5M variants from full WGS. Variant positions are real-coordinate-valid but sparse.
- scRNA-seq cells per sample are sparse (~2 cells/sample at preview scale). Real PBMC scRNA-seq experiments yield 200-1000 cells per sample. The sample compresses this for size — full product has dense per-sample profiles.
- Gene expression is panel-summary, not per-individual. The
gene_expression.csvfile gives population-level summary statistics (mean log2TPM, SD, CV) across the 1,000 individuals, NOT individual-specific TPM values. For per-individual expression matrices, use the full product. - Housekeeping gene flag rate runs slightly high (~7.5% vs typical 1-3%). The generator marks more genes as housekeeping than strict biological definitions. Cross-reference with HK genes lists (Eisenberg & Levanon 2013) if exact housekeeping calls matter.
- Ti/Tv ratio variance is high at 600-variant sample scale (1.78-2.68 across seeds vs target 2.06). This is small-sample noise — full WGS at 6.5M variants converges tightly to the gnomAD target.
- RSIDs are synthetic. Generated RSIDs follow the rsXXXXXXX format but do NOT correspond to real dbSNP entries.
- gnomAD AF values are sampled from realistic distributions but are NOT real allele frequencies. Do not use this data for variant frequency reporting.
- ClinVar IDs not included. Variants have
ClinVar_sigclassifications but no real ClinVar variation IDs. - PRS scores are simulated, not based on real GWAS effect sizes. Distributions match published PRS percentile shapes but specific scores do NOT reflect real allele effects.
- PGx phenotype calls follow CPIC frequency distributions but are NOT mechanistic. Star allele class assignments are population-frequency-driven, not derived from underlying CYP/TPMT/etc. variant calls in
variants_annotated.csv. - Synthetic, not derived from real biobank data. Distributions match published gnomAD/ClinVar/CPIC/Tabula Sapiens references but do NOT reflect any specific real cohort (UK Biobank, All of Us, etc.).
Ethical use guidance
This dataset is designed for:
- Genomic ML methodology development
- Clinical genomics pipeline testing
- PRS modeling research
- Pharmacogenomics CDS rule engine development
- scRNA-seq cell type annotation methodology
- Healthcare AI pretraining for genomic prediction tasks
- Educational use in clinical genomics, precision medicine, and biostatistics
This dataset is not appropriate for:
- Making clinical genetic diagnoses about real individuals
- Real PRS reporting for real patients without validated ancestry-matched reference panels
- Pharmacogenomic prescribing decisions for real patients without CPIC consultation
- Variant pathogenicity calls without ACMG framework validation on real ClinVar data
- Ancestry-based discriminatory modeling
- Population-genetic claims about real ethnic groups
Companion datasets in the Healthcare vertical
- HLT-001 — Synthetic Patient Population (CDC/NHANES)
- HLT-002 — Synthetic EHR (FHIR R4)
- HLT-003 — Synthetic Clinical Trial
- HLT-004 — Synthetic Disease Progression
- HLT-005 — Synthetic Hospital Admission
- HLT-006 — Synthetic Medical Imaging
- HLT-007 — Synthetic Drug Response
- HLT-008 — Synthetic Healthcare Claims
- HLT-009 — Synthetic ICU Vital Sign Monitoring
- HLT-010 — Synthetic Hospital Resource Usage
- HLT-011 — Synthetic Rare Disease + Trial Eligibility
- HLT-012 — Synthetic Pandemic Spread
- HLT-013 — Synthetic Multi-Modal Genomics (you are here)
Use HLT-001 through HLT-013 together for the full healthcare data stack — and HLT-013 specifically extends the catalog into precision medicine & clinical genomics, complementing HLT-007 (drug response with PGx hooks) and HLT-011 (rare disease with gene-variant calls).
Citation
If you use this dataset, please cite:
@dataset{xpertsystems_hlt013_sample_2026,
author = {XpertSystems.ai},
title = {HLT-013 Synthetic Multi-Modal Genomics Dataset (Sample Preview)},
year = 2026,
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/xpertsystems/hlt013-sample}
}
Contact
- Web: https://xpertsystems.ai
- Email: pradeep@xpertsystems.ai
- Full product catalog: Cybersecurity, Insurance & Risk, Materials & Energy, Oil & Gas, Healthcare, and more
Sample License: CC-BY-NC-4.0 (Creative Commons Attribution-NonCommercial 4.0) Full product License: Commercial — please contact for pricing.
- Downloads last month
- 20