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 1 new columns ({'Unnamed: 0'}) and 1 missing columns ({'sample'}).
This happened while the csv dataset builder was generating data using
hf://datasets/yeruihku/bulkgpt-brca/metabric_props/dtangle__gse176078.csv (at revision 6cdcd2d29d458709bc763617cb0856f6b3a6d34c), ['hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/metabric_props/cibersortx__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/metabric_props/dtangle__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/metabric_props/music__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/cibersortx__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/cibersortx__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/decode__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/decode__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/deseq2__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/deseq2__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/dtangle__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/dtangle__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/geneformer__frozen__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/geneformer__frozen__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/geneformer__ft__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/geneformer__ft__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/music__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/music__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/scaden__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/scaden__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/scgpt__frozen__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/scgpt__frozen__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/scgpt__ft__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/scgpt__ft__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/stack__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/stack__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/tf__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/tf__gse176078.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.14/site-packages/datasets/builder.py", line 1848, in _prepare_split_single
writer.write_table(table)
~~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/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.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
Unnamed: 0: string
B-cells: double
CAFs: double
Cancer Epithelial: double
Endothelial: double
Myeloid: double
Normal Epithelial: double
PVL: double
Plasmablasts: double
T-cells: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1479
to
{'sample': Value('string'), 'B-cells': Value('float64'), 'CAFs': Value('float64'), 'Cancer Epithelial': Value('float64'), 'Endothelial': Value('float64'), 'Myeloid': Value('float64'), 'Normal Epithelial': Value('float64'), 'PVL': Value('float64'), 'Plasmablasts': Value('float64'), 'T-cells': Value('float64')}
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 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1850, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
...<4 lines>...
)
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 1 new columns ({'Unnamed: 0'}) and 1 missing columns ({'sample'}).
This happened while the csv dataset builder was generating data using
hf://datasets/yeruihku/bulkgpt-brca/metabric_props/dtangle__gse176078.csv (at revision 6cdcd2d29d458709bc763617cb0856f6b3a6d34c), ['hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/metabric_props/cibersortx__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/metabric_props/dtangle__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/metabric_props/music__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/cibersortx__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/cibersortx__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/decode__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/decode__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/deseq2__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/deseq2__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/dtangle__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/dtangle__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/geneformer__frozen__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/geneformer__frozen__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/geneformer__ft__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/geneformer__ft__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/music__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/music__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/scaden__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/scaden__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/scgpt__frozen__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/scgpt__frozen__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/scgpt__ft__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/scgpt__ft__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/stack__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/stack__gse176078.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/tf__gse161529.csv', 'hf://datasets/yeruihku/bulkgpt-brca@6cdcd2d29d458709bc763617cb0856f6b3a6d34c/tcga_props/tf__gse176078.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 string | B-cells float64 | CAFs float64 | Cancer Epithelial float64 | Endothelial float64 | Myeloid float64 | Normal Epithelial float64 | PVL float64 | Plasmablasts float64 | T-cells float64 |
|---|---|---|---|---|---|---|---|---|---|
MB-0362 | 0 | 0.451791 | 0.292656 | 0.016732 | 0.163097 | 0 | 0.067602 | 0.008122 | 0 |
MB-0346 | 0 | 0.111887 | 0.704242 | 0 | 0.150372 | 0 | 0.019898 | 0.000897 | 0.012704 |
MB-0386 | 0 | 0.604882 | 0.20068 | 0.026253 | 0.168185 | 0 | 0 | 0 | 0 |
MB-0574 | 0 | 0.489123 | 0.396042 | 0 | 0.10711 | 0 | 0.001968 | 0.005757 | 0 |
MB-0185 | 0 | 0.17066 | 0.271261 | 0 | 0.058464 | 0 | 0.094386 | 0.405229 | 0 |
MB-0503 | 0 | 0.550158 | 0.174683 | 0 | 0.116465 | 0 | 0 | 0.158694 | 0 |
MB-0641 | 0 | 0.673595 | 0.031291 | 0 | 0.076465 | 0 | 0 | 0.218649 | 0 |
MB-0201 | 0 | 0.506884 | 0.296533 | 0 | 0.068922 | 0 | 0.046149 | 0.081512 | 0 |
MB-0218 | 0 | 0.209531 | 0.312128 | 0 | 0.190172 | 0 | 0.288168 | 0 | 0 |
MB-0316 | 0 | 0.150937 | 0.214657 | 0.003633 | 0.248218 | 0 | 0.021303 | 0.361251 | 0 |
MB-0189 | 0 | 0.57455 | 0.081578 | 0 | 0.166628 | 0 | 0.128526 | 0.048718 | 0 |
MB-0891 | 0 | 0.440149 | 0.113679 | 0 | 0.144675 | 0 | 0.20743 | 0.094068 | 0 |
MB-0658 | 0 | 0.303573 | 0.194882 | 0 | 0.248616 | 0 | 0.129679 | 0.123249 | 0 |
MB-0899 | 0 | 0.448844 | 0.2899 | 0 | 0.143355 | 0 | 0.025477 | 0.092425 | 0 |
MB-0605 | 0 | 0.487948 | 0.110774 | 0 | 0.164937 | 0 | 0.115057 | 0.121284 | 0 |
MB-0258 | 0 | 0.382913 | 0.236161 | 0.028403 | 0.111125 | 0 | 0.107662 | 0.133736 | 0 |
MB-0506 | 0 | 0.173677 | 0.264958 | 0 | 0.179933 | 0 | 0.078656 | 0.302776 | 0 |
MB-0420 | 0 | 0.518341 | 0.164518 | 0 | 0.236947 | 0 | 0.079422 | 0.000771 | 0 |
MB-0223 | 0 | 0.3227 | 0.11677 | 0 | 0.118633 | 0 | 0.011846 | 0.430051 | 0 |
MB-0445 | 0 | 0.385865 | 0.228645 | 0 | 0.148888 | 0 | 0.120795 | 0.115807 | 0 |
MB-0199 | 0 | 0.326006 | 0.252007 | 0 | 0.142062 | 0 | 0.109491 | 0.170434 | 0 |
MB-0517 | 0.05392 | 0.341792 | 0.457983 | 0 | 0.01321 | 0 | 0.12654 | 0.006556 | 0 |
MB-0155 | 0 | 0.581584 | 0 | 0 | 0.117112 | 0 | 0.041861 | 0.259443 | 0 |
MB-0428 | 0 | 0.207203 | 0.29335 | 0 | 0.239007 | 0 | 0.072288 | 0.188152 | 0 |
MB-0117 | 0 | 0.314634 | 0.187621 | 0 | 0.125893 | 0 | 0.162032 | 0.20982 | 0 |
MB-0906 | 0 | 0.224952 | 0.118212 | 0 | 0.16835 | 0 | 0 | 0.488485 | 0 |
MB-0249 | 0 | 0.304113 | 0.366719 | 0 | 0.256359 | 0 | 0 | 0.072809 | 0 |
MB-0660 | 0 | 0.349005 | 0.385389 | 0 | 0.157996 | 0 | 0 | 0.10761 | 0 |
MB-0497 | 0 | 0.313108 | 0.306829 | 0.031687 | 0.1552 | 0 | 0.071387 | 0.121789 | 0 |
MB-0434 | 0 | 0.183826 | 0.701947 | 0 | 0.099357 | 0 | 0 | 0.01487 | 0 |
MB-0143 | 0.05576 | 0.302472 | 0.431192 | 0 | 0.047051 | 0 | 0.141414 | 0.022112 | 0 |
MB-0513 | 0 | 0.217435 | 0.44376 | 0 | 0.100209 | 0 | 0.122996 | 0.1156 | 0 |
MB-0541 | 0 | 0.130547 | 0.24594 | 0 | 0.190278 | 0 | 0.10706 | 0.326175 | 0 |
MB-0653 | 0 | 0 | 0.507176 | 0 | 0.227629 | 0 | 0.21885 | 0.046346 | 0 |
MB-0455 | 0 | 0.161536 | 0.238161 | 0 | 0.17864 | 0 | 0.058114 | 0.363549 | 0 |
MB-0540 | 0.150261 | 0.013322 | 0.031168 | 0 | 0.155533 | 0 | 0.227965 | 0.160025 | 0.261726 |
MB-0384 | 0 | 0.202828 | 0.418105 | 0 | 0.160307 | 0 | 0.21876 | 0 | 0 |
MB-0637 | 0 | 0.119941 | 0.228294 | 0 | 0.164083 | 0 | 0.161775 | 0.325906 | 0 |
MB-0157 | 0 | 0.38615 | 0.056047 | 0 | 0.294304 | 0 | 0.116229 | 0.14727 | 0 |
MB-0443 | 0 | 0.238552 | 0.237007 | 0 | 0.148437 | 0 | 0.099049 | 0.198209 | 0.078746 |
MB-0584 | 0 | 0.181058 | 0.276703 | 0 | 0.271051 | 0 | 0.08394 | 0.096178 | 0.091069 |
MB-0292 | 0 | 0.305742 | 0.45216 | 0.047687 | 0.170508 | 0 | 0 | 0.023903 | 0 |
MB-0322 | 0 | 0.368758 | 0.291253 | 0 | 0.116581 | 0 | 0 | 0.223408 | 0 |
MB-0501 | 0 | 0.450879 | 0.41525 | 0 | 0.127352 | 0 | 0.006519 | 0 | 0 |
MB-0401 | 0 | 0.48427 | 0.181827 | 0 | 0.1958 | 0 | 0.097455 | 0.011159 | 0.029489 |
MB-0140 | 0 | 0.369183 | 0.419665 | 0 | 0.073265 | 0 | 0.049135 | 0.088752 | 0 |
MB-0606 | 0 | 0.201335 | 0.388333 | 0.099001 | 0.127426 | 0 | 0.068127 | 0.115778 | 0 |
MB-0666 | 0 | 0.256614 | 0.470925 | 0 | 0.081546 | 0 | 0.043798 | 0.147117 | 0 |
MB-0598 | 0 | 0.283909 | 0.435943 | 0 | 0.181162 | 0 | 0.073647 | 0.02534 | 0 |
MB-0453 | 0 | 0.37756 | 0.338029 | 0 | 0.178111 | 0 | 0.090716 | 0.015584 | 0 |
MB-0138 | 0.053947 | 0.641344 | 0.179654 | 0 | 0.045156 | 0 | 0.040686 | 0.039213 | 0 |
MB-0579 | 0 | 0.567183 | 0.227219 | 0.002724 | 0.155019 | 0 | 0.047855 | 0 | 0 |
MB-0405 | 0 | 0.348138 | 0.210768 | 0 | 0.335685 | 0 | 0 | 0.102089 | 0.00332 |
MB-0471 | 0 | 0.03038 | 0.566516 | 0.032589 | 0.263508 | 0 | 0.09861 | 0.008397 | 0 |
MB-0347 | 0 | 0.328924 | 0.00601 | 0 | 0.285455 | 0 | 0.047327 | 0.332285 | 0 |
MB-0619 | 0 | 0.219492 | 0.151934 | 0 | 0.151611 | 0 | 0.185455 | 0.257573 | 0.033935 |
MB-0171 | 0 | 0.533372 | 0.044883 | 0 | 0.105705 | 0 | 0.191182 | 0.124857 | 0 |
MB-0310 | 0 | 0.467709 | 0.007856 | 0 | 0.214931 | 0 | 0.134838 | 0.174666 | 0 |
MB-0621 | 0 | 0.467888 | 0.252662 | 0 | 0.088407 | 0 | 0.073438 | 0.117605 | 0 |
MB-0614 | 0 | 0.380925 | 0.101005 | 0 | 0.3387 | 0 | 0.103222 | 0.059848 | 0.016301 |
MB-0372 | 0.014226 | 0.130646 | 0.310343 | 0 | 0.285844 | 0 | 0.246885 | 0 | 0.012056 |
MB-0374 | 0 | 0.410364 | 0.246808 | 0 | 0.14886 | 0 | 0.138487 | 0.055481 | 0 |
MB-0382 | 0.005555 | 0.495869 | 0.043305 | 0 | 0.092044 | 0 | 0.147619 | 0.215608 | 0 |
MB-0327 | 0 | 0.301635 | 0.308627 | 0 | 0.207215 | 0 | 0.050841 | 0.131683 | 0 |
MB-0066 | 0 | 0.286835 | 0.279495 | 0.034175 | 0.203874 | 0 | 0 | 0.195619 | 0 |
MB-0144 | 0 | 0.286544 | 0.348738 | 0 | 0.195162 | 0 | 0.150362 | 0.019195 | 0 |
MB-0596 | 0 | 0.464772 | 0.091825 | 0 | 0.124536 | 0 | 0 | 0.318867 | 0 |
MB-0164 | 0 | 0.375449 | 0.126165 | 0 | 0.334012 | 0 | 0.071846 | 0.040124 | 0.052403 |
MB-0215 | 0 | 0.380149 | 0.25655 | 0 | 0.091487 | 0 | 0.091297 | 0.180517 | 0 |
MB-0146 | 0 | 0.10979 | 0.590219 | 0 | 0.155934 | 0 | 0.144058 | 0 | 0 |
MB-0229 | 0 | 0.486628 | 0.281787 | 0 | 0.111124 | 0 | 0.01226 | 0.108202 | 0 |
MB-0505 | 0 | 0.490327 | 0.126487 | 0 | 0.114247 | 0 | 0.187806 | 0.081132 | 0 |
MB-0102 | 0 | 0.235675 | 0.227087 | 0 | 0.028461 | 0 | 0.136646 | 0.37213 | 0 |
MB-0569 | 0 | 0.418197 | 0.118176 | 0 | 0.188134 | 0 | 0 | 0.275494 | 0 |
MB-0516 | 0 | 0.292377 | 0.385216 | 0 | 0.259237 | 0 | 0.053461 | 0 | 0.009709 |
MB-0272 | 0 | 0.198727 | 0.105768 | 0 | 0.189502 | 0 | 0.127142 | 0.378861 | 0 |
MB-0585 | 0 | 0.473413 | 0.288398 | 0 | 0.158553 | 0 | 0.079636 | 0 | 0 |
MB-0494 | 0 | 0.327536 | 0.087966 | 0 | 0.327679 | 0 | 0.031654 | 0.225165 | 0 |
MB-0306 | 0 | 0.377792 | 0.319035 | 0 | 0.099589 | 0 | 0 | 0.203584 | 0 |
MB-0463 | 0.008803 | 0.49915 | 0.286177 | 0 | 0.048686 | 0 | 0.106492 | 0.050692 | 0 |
MB-0198 | 0 | 0.502255 | 0.311657 | 0 | 0.081645 | 0 | 0.104443 | 0 | 0 |
MB-0203 | 0 | 0.342232 | 0.289099 | 0 | 0.201418 | 0 | 0.127526 | 0.039724 | 0 |
MB-0607 | 0 | 0.357887 | 0.349801 | 0 | 0.126949 | 0 | 0.099933 | 0.06543 | 0 |
MB-0631 | 0 | 0.458072 | 0.10895 | 0 | 0.159452 | 0 | 0.160315 | 0.113212 | 0 |
MB-0363 | 0 | 0.168282 | 0.193904 | 0.040831 | 0.08595 | 0 | 0.136015 | 0.356118 | 0.0189 |
MB-0427 | 0 | 0.074174 | 0.312738 | 0 | 0.140078 | 0 | 0.158251 | 0.205682 | 0.109078 |
MB-0519 | 0 | 0.257325 | 0.218611 | 0.049757 | 0.078754 | 0 | 0.079208 | 0.257295 | 0.05905 |
MB-0371 | 0 | 0.596562 | 0.055136 | 0 | 0.277543 | 0 | 0.041887 | 0.028872 | 0 |
MB-0380 | 0 | 0.100254 | 0.383514 | 0 | 0.176903 | 0 | 0.113928 | 0.225401 | 0 |
MB-0221 | 0 | 0.219417 | 0.368505 | 0 | 0.059831 | 0 | 0 | 0.352247 | 0 |
MB-0348 | 0 | 0.226795 | 0.511914 | 0 | 0.109081 | 0 | 0.122271 | 0.029727 | 0.000213 |
MB-0261 | 0 | 0.355705 | 0.271157 | 0 | 0.226693 | 0 | 0.116472 | 0.029973 | 0 |
MB-0576 | 0 | 0.411996 | 0.263972 | 0 | 0.173488 | 0 | 0.142079 | 0.008464 | 0 |
MB-0385 | 0.026202 | 0.16118 | 0.308007 | 0 | 0.115249 | 0 | 0.11508 | 0.274282 | 0 |
MB-0659 | 0.234846 | 0.171998 | 0.457461 | 0 | 0 | 0.00668 | 0.119672 | 0 | 0.009342 |
MB-0270 | 0 | 0.115899 | 0.520499 | 0 | 0.127533 | 0 | 0.107732 | 0.128338 | 0 |
MB-0379 | 0 | 0.471023 | 0.127427 | 0.007161 | 0.178333 | 0 | 0.118444 | 0.097612 | 0 |
MB-0432 | 0 | 0.394183 | 0 | 0 | 0.605817 | 0 | 0 | 0 | 0 |
MB-0527 | 0 | 0.421593 | 0 | 0 | 0.140279 | 0 | 0.168655 | 0.269473 | 0 |
MB-0624 | 0 | 0.489253 | 0 | 0 | 0.092175 | 0 | 0.01089 | 0.407682 | 0 |
BulkGPT BRCA Downstream Data
Processed expression + clinical data and per-method deconvolution results for the breast-cancer (BRCA) downstream analysis in the BulkGPT deconvolution benchmark. Companion code: RainyEricYe/bulkgpt-deconvolution-benchmark.
Contents
input/ — bulk expression + clinical (h5ad) and scRNA-seq references
| File | Size | Description |
|---|---|---|
tcga_brca_bulk.h5ad |
243 MB | TCGA-BRCA bulk expression + clinical. 1,095 tumor samples × 60,660 genes. .obs holds 16 clinical columns (ER/PR/HER2 status, survival, recurrence, stage, etc.). |
metabric_brca_bulk.h5ad |
324 MB | METABRIC bulk expression + clinical. 1,980 samples × 20,385 genes. .obs holds 12 clinical columns (ER/PR/HER2, grade, tumor stage). |
scRNAseq_ref_gse176078.h5ad |
844 MB | Default scRNA-seq reference: GSE176078 (Wu et al. 2021) breast cancer. 100,064 cells × 28,468 genes, annotated with celltype_major. |
scRNAseq_ref_gse161529.h5ad |
8.9 GB | Independent scRNA-seq reference: GSE161529 (Pal et al. 2021) breast cancer. 388,167 cells × 29,448 genes. Used for cross-validation. |
tcga_props/ — per-method deconvolution proportions for TCGA-BRCA
Each file is the estimated cell-type proportions for the TCGA-BRCA bulk samples,
named {method}[__ft|__frozen]__{ref}.csv:
- method: cibersortx, decode, deseq2, dtangle, geneformer, music, scaden, scgpt, stack, tf
- ft / frozen: fine-tuned vs frozen-embedding variants (only geneformer and scgpt have both; others are the default variant)
- ref:
gse176078(default reference) orgse161529(independent cross-validation reference)
Rows = TCGA-BRCA samples (TCGA-*), columns = 9 cell types
(B-cells, CAFs, Cancer Epithelial, Endothelial, Myeloid, Normal Epithelial,
PVL, Plasmablasts, T-cells). Values sum to ~1 per sample.
metabric_props/ — per-method deconvolution proportions for METABRIC
Same naming convention as tcga_props/. METABRIC was deconvolved with the
default reference (GSE176078) by three methods:
cibersortx__gse176078.csv— CIBERSORTxmusic__gse176078.csv— MuSiCdtangle__gse176078.csv— dtangle
Rows = METABRIC samples (MB-*), columns = same 9 cell types.
Naming convention
input/ : {cohort}_brca_bulk.h5ad | scRNAseq_ref_gse{accession}.h5ad
props/ : {method}[__ft|__frozen]__gse{accession}.csv
gse176078= Wu et al. 2021 (default reference)gse161529= Pal et al. 2021 (independent cross-validation reference)
Cell types
The 9 cell types across all proportion files:
B-cells, CAFs, Cancer Epithelial, Endothelial, Myeloid,
Normal Epithelial, PVL, Plasmablasts, T-cells.
Usage
pip install huggingface_hub anndata pandas
# Download everything
huggingface-cli download yeruihku/bulkgpt-brca --repo-type dataset --local-dir data/brca
# Load a proportion table
import pandas as pd
df = pd.read_csv("data/brca/tcga_props/scgpt__frozen__gse176078.csv", index_col=0)
# Load a bulk h5ad (expression + clinical)
import anndata as ad
adata = ad.read_h5ad("data/brca/input/tcga_brca_bulk.h5ad")
Citation
@software{bulkgpt2026,
author = {Ye, Rui},
title = {Multi-Foundation Model Benchmark for Bulk RNA-seq Deconvolution},
year = {2026},
url = {https://github.com/RainyEricYe/bulkgpt-deconvolution-benchmark}
}
License
CC BY 4.0.
- Downloads last month
- 81