File size: 3,081 Bytes
adda430
1121723
adda430
0c3a2ae
4b4cd38
1121723
ee7f4ea
8840084
6f69130
8840084
 
 
 
 
 
 
4a90ee8
8840084
d79818a
50bb9e5
6f69130
771333b
 
 
 
 
 
 
4a90ee8
1121723
fd50ad7
db3d7a2
798686a
adc6dae
 
 
e813c98
 
 
adc6dae
 
 
 
1121723
798686a
9816161
547f1f8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
license: apache-2.0
---
# Data file description:
Two different scenarios were considered for prediction performance evaluation: sample-level holdout validation and entity-level holdout validation. <br />

### Sample-level holdout validation: <br />  
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.  <br /> 

Data files include: <br /> 
"drug-induced_gene_expression_change_sample-level_holdout_test_set.csv" <br /> 
"drug-protein_binding_sample-level_holdout_test_set.csv" <br /> 
"TF-gene_association_sample-level_holdout_test_set.csv" <br /> 
"drug_sensitivity_sample-level_holdout_test_set.csv" <br /> 
"gene_effect_score_sample-level_holdout_test_set.csv" <br /> 
"gene_mutation_sample-level_holdout_test_set.csv" <br /> 
"CNV_sample-level_holdout_test_set.csv" <br /> 

### Entity-level holdout validation: <br /> 
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. <br /> 

Data files include: <br /> 
"drug-induced_gene_expression_change_entity-level_holdout_test_set.csv" <br /> 
"drug-protein_binding_entity-level_holdout_test_set.csv" <br /> 
"TF-gene_association_entity-level_holdout_test_set.csv" <br /> 
"drug_sensitivity_entity-level_holdout_test_set.csv" <br /> 
"gene_effect_score_entity-level_holdout_test_set.csv" <br /> 
"gene_mutation_entity-level_holdout_test_set.csv" <br /> 
"CNV_entity-level_holdout_test_set.csv" <br />

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. <br /><br />

# 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 |<br /><br />

# Downloading data:
Check our [github repo](https://github.com/Bin-Chen-Lab/insilicoCell/blob/main/InsilicoCell/benchmarking.md) on how to download the data, run InsilicoCell for prediction and evaluation.