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 ({'target_sequence'}) and 1 missing columns ({'cell_iname'}).
This happened while the csv dataset builder was generating data using
hf://datasets/binchenlab/InsilicoCell/TF-gene_association_entity-level_holdout_test_set.csv (at revision 6f69130681d0b67a3331f5368b9f9f086d4b526e), ['hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/CNV_entity-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/CNV_sample-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/TF-gene_association_entity-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/TF-gene_association_sample-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/drug-induced_gene_expression_change_entity-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/drug-induced_gene_expression_change_sample-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/drug-protein_binding_entity-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/drug-protein_binding_sample-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/drug_sensitivity_entity-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/drug_sensitivity_sample-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/gene_effect_score_entity-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/gene_effect_score_sample-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/gene_mutation_entity-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/gene_mutation_sample-level_holdout_test_set.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 1837, 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 2369, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
Unnamed: 0: int64
task_id: string
gene_name: string
target_sequence: string
label: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 871
to
{'Unnamed: 0': Value('int64'), 'task_id': Value('string'), 'cell_iname': Value('string'), 'gene_name': Value('string'), 'label': 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 1683, 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 1839, 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 ({'target_sequence'}) and 1 missing columns ({'cell_iname'}).
This happened while the csv dataset builder was generating data using
hf://datasets/binchenlab/InsilicoCell/TF-gene_association_entity-level_holdout_test_set.csv (at revision 6f69130681d0b67a3331f5368b9f9f086d4b526e), ['hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/CNV_entity-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/CNV_sample-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/TF-gene_association_entity-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/TF-gene_association_sample-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/drug-induced_gene_expression_change_entity-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/drug-induced_gene_expression_change_sample-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/drug-protein_binding_entity-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/drug-protein_binding_sample-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/drug_sensitivity_entity-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/drug_sensitivity_sample-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/gene_effect_score_entity-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/gene_effect_score_sample-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/gene_mutation_entity-level_holdout_test_set.csv', 'hf://datasets/binchenlab/InsilicoCell@6f69130681d0b67a3331f5368b9f9f086d4b526e/gene_mutation_sample-level_holdout_test_set.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.
Unnamed: 0 int64 | task_id string | cell_iname string | gene_name string | label float64 |
|---|---|---|---|---|
0 | gene_CNV | C2BBE1 | A1BG | 0.975527 |
1 | gene_CNV | PATU8988T | A1BG | 0.794989 |
2 | gene_CNV | S117 | A1BG | 1.115509 |
3 | gene_CNV | HS616T | A1BG | 1.011903 |
4 | gene_CNV | HS706T | A1BG | 0.950528 |
5 | gene_CNV | KU812 | A1BG | 1.268285 |
6 | gene_CNV | NCIH684 | A1BG | 1.002194 |
7 | gene_CNV | OCILY3 | A1BG | 1.1785 |
8 | gene_CNV | GA10 | A1BG | 1.006955 |
9 | gene_CNV | PRECLH | A1BG | 0.9989 |
10 | gene_CNV | VMRCRCZ | A1BG | 1.032338 |
11 | gene_CNV | HS766T | A1BG | 0.879178 |
12 | gene_CNV | HCC1599 | A1BG | 0.480207 |
13 | gene_CNV | HUPT4 | A1BG | 0.936471 |
14 | gene_CNV | KMRC20 | A1BG | 1.1478 |
15 | gene_CNV | CALU6 | A1BG | 1.120964 |
16 | gene_CNV | PK1 | A1BG | 1.073276 |
17 | gene_CNV | SNU620 | A1BG | 1.341494 |
18 | gene_CNV | SKNDZ | A1BG | 0.671738 |
19 | gene_CNV | NCIH226 | A1BG | 0.980182 |
20 | gene_CNV | CALU3 | A1BG | 1.152985 |
21 | gene_CNV | J82 | A1BG | 0.661787 |
22 | gene_CNV | MEC1 | A1BG | 0.997273 |
23 | gene_CNV | SNU1197 | A1BG | 1.002615 |
24 | gene_CNV | BT20 | A1BG | 1.221542 |
25 | gene_CNV | MC116 | A1BG | 0.988437 |
26 | gene_CNV | WM1799 | A1BG | 0.900353 |
27 | gene_CNV | OV7 | A1BG | 0.767142 |
28 | gene_CNV | EKVX | A1BG | 1.067223 |
29 | gene_CNV | TE14 | A1BG | 0.943384 |
30 | gene_CNV | HEPG2 | A1BG | 0.967622 |
31 | gene_CNV | GSS | A1BG | 1.078913 |
32 | gene_CNV | MKN74 | A1BG | 1.211484 |
33 | gene_CNV | NCIH1648 | A1BG | 0.911335 |
34 | gene_CNV | RERFLCAD2 | A1BG | 1.054233 |
35 | gene_CNV | ONS76 | A1BG | 1.097665 |
36 | gene_CNV | KYSE70 | A1BG | 1.083249 |
37 | gene_CNV | A2058 | A1BG | 0.983244 |
38 | gene_CNV | HCC366 | A1BG | 1.352649 |
39 | gene_CNV | MDAMB468 | A1BG | 1.31702 |
40 | gene_CNV | NCIH2347 | A1BG | 0.900999 |
41 | gene_CNV | NCIH1563 | A1BG | 1.044512 |
42 | gene_CNV | NCIH23 | A1BG | 0.868234 |
43 | gene_CNV | NCIH2172 | A1BG | 1.605943 |
44 | gene_CNV | NCIH650 | A1BG | 1.341748 |
45 | gene_CNV | HEC1A | A1BG | 1.288582 |
46 | gene_CNV | HEC151 | A1BG | 1.002219 |
47 | gene_CNV | 639V | A1BG | 0.930017 |
48 | gene_CNV | KCL22 | A1BG | 1.287339 |
49 | gene_CNV | BT16 | A1BG | 1.011746 |
50 | gene_CNV | CW9019 | A1BG | 0.958451 |
51 | gene_CNV | F5 | A1BG | 1.011008 |
52 | gene_CNV | NCIH292 | A1BG | 1.332925 |
53 | gene_CNV | MONOMAC1 | A1BG | 1.041334 |
54 | gene_CNV | STM9101 | A1BG | 1.039025 |
55 | gene_CNV | OACM51 | A1BG | 1.041237 |
56 | gene_CNV | SUM159PT | A1BG | 1.01179 |
57 | gene_CNV | SW626 | A1BG | 1.06863 |
58 | gene_CNV | HUO9 | A1BG | 0.717599 |
59 | gene_CNV | SKGT4 | A1BG | 1.115657 |
60 | gene_CNV | C2BBE1 | NAT2 | 0.910024 |
61 | gene_CNV | PATU8988T | NAT2 | 0.745434 |
62 | gene_CNV | S117 | NAT2 | 0.913804 |
63 | gene_CNV | HS616T | NAT2 | 1.007085 |
64 | gene_CNV | HS706T | NAT2 | 1.029802 |
65 | gene_CNV | KU812 | NAT2 | 1.390151 |
66 | gene_CNV | NCIH684 | NAT2 | 0.7428 |
67 | gene_CNV | OCILY3 | NAT2 | 0.99816 |
68 | gene_CNV | GA10 | NAT2 | 0.99394 |
69 | gene_CNV | PRECLH | NAT2 | 1.003905 |
70 | gene_CNV | VMRCRCZ | NAT2 | 1.068954 |
71 | gene_CNV | HS766T | NAT2 | 0.922305 |
72 | gene_CNV | HCC1599 | NAT2 | 0.479295 |
73 | gene_CNV | HUPT4 | NAT2 | 0.719271 |
74 | gene_CNV | KMRC20 | NAT2 | 0.789265 |
75 | gene_CNV | CALU6 | NAT2 | 0.747285 |
76 | gene_CNV | PK1 | NAT2 | 0.747879 |
77 | gene_CNV | SNU620 | NAT2 | 1.364041 |
78 | gene_CNV | SKNDZ | NAT2 | 1.050661 |
79 | gene_CNV | NCIH226 | NAT2 | 0.64597 |
80 | gene_CNV | CALU3 | NAT2 | 0.988354 |
81 | gene_CNV | J82 | NAT2 | 0.494854 |
82 | gene_CNV | MEC1 | NAT2 | 1.000965 |
83 | gene_CNV | SNU1197 | NAT2 | 0.629136 |
84 | gene_CNV | BT20 | NAT2 | 0.572588 |
85 | gene_CNV | MC116 | NAT2 | 0.726487 |
86 | gene_CNV | WM1799 | NAT2 | 1.310672 |
87 | gene_CNV | OV7 | NAT2 | 0.683917 |
88 | gene_CNV | EKVX | NAT2 | 0.905697 |
89 | gene_CNV | TE14 | NAT2 | 1.151487 |
90 | gene_CNV | HEPG2 | NAT2 | 0.94677 |
91 | gene_CNV | GSS | NAT2 | 1.070655 |
92 | gene_CNV | MKN74 | NAT2 | 0.572625 |
93 | gene_CNV | NCIH1648 | NAT2 | 0.739895 |
94 | gene_CNV | RERFLCAD2 | NAT2 | 1.243572 |
95 | gene_CNV | ONS76 | NAT2 | 1.069953 |
96 | gene_CNV | KYSE70 | NAT2 | 1.091933 |
97 | gene_CNV | A2058 | NAT2 | 0.94297 |
98 | gene_CNV | HCC366 | NAT2 | 0.509257 |
99 | gene_CNV | MDAMB468 | NAT2 | 0.906082 |
Data file description:
Two different scenarios were considered for prediction performance evaluation: sample-level holdout validation and entity-level holdout validation.
Sample-level holdout validation:
This scenario was used for evaluating model performance based on sample-level holdout validation. In this scenario, all the input samples in the test set were never seen during training. One sample corresponds to one label.
Data files include:
"drug-induced_gene_expression_change_sample-level_holdout_test_set.csv"
"drug-protein_binding_sample-level_holdout_test_set.csv"
"TF-gene_association_sample-level_holdout_test_set.csv"
"drug_sensitivity_sample-level_holdout_test_set.csv"
"gene_effect_score_sample-level_holdout_test_set.csv"
"gene_mutation_sample-level_holdout_test_set.csv"
"CNV_sample-level_holdout_test_set.csv"
Entity-level holdout validation:
This scenario was used for evaluating model prediction performance on input samples containing unseen entities, such as unseen cell lines and unseen compounds, which did not appear in the training set and were viewed by the model as new cell lines and new compounds in the test set to predict on.
Data files include:
"drug-induced_gene_expression_change_entity-level_holdout_test_set.csv"
"drug-protein_binding_entity-level_holdout_test_set.csv"
"TF-gene_association_entity-level_holdout_test_set.csv"
"drug_sensitivity_entity-level_holdout_test_set.csv"
"gene_effect_score_entity-level_holdout_test_set.csv"
"gene_mutation_entity-level_holdout_test_set.csv"
"CNV_entity-level_holdout_test_set.csv"
Model prediction performance is generally better under sample-level validation setting compared to the more stringent entity-level validation setting. We will release the training set after the acceptance of the paper.
Dataset field discription:
| Column | Description | Used by |
|---|---|---|
SMILES |
Drug structure in SMILES notation | Drug-induced expression, drug-protein binding, drug sensitivity |
cell_iname |
Cell line name | Drug-induced expression, drug sensitivity, gene effect, mutation, CNV |
gene_name |
Gene name | Drug-induced expression, TF-gene, gene effect, mutation, CNV |
target_sequence |
Protein amino acid sequence | Drug-protein binding, TF-gene |
time_h |
Treatment duration in hours | Drug-induced expression |
dose_uM |
Treatment concentration in μM | Drug-induced expression |
task_id |
Name of the task | All seven tasks |
label |
Ground truth label corresponding to each input sample (continuous values for regression tasks, binary values for classification tasks) | All seven tasks |
Downloading data:
Check our github repo on how to download the data, run InsilicoCell for prediction and evaluation.
- Downloads last month
- 112