haneulpark commited on
Commit
9fbb694
·
verified ·
1 Parent(s): 1acbf18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -187,23 +187,24 @@ then load, featurize, split, fit, and evaluate the catboost model
187
 
188
  ## About the DB3B
189
 
190
- ### Features of *B3DB*
191
 
192
- 1. The largest dataset with numerical and categorical values for Blood-Brain Barrier small molecules
193
- (to the best of our knowledge, as of February 25, 2021).
194
 
195
- 2. Inclusion of stereochemistry information with isomeric SMILES with chiral specifications if
196
- available. Otherwise, canonical SMILES are used.
197
 
198
- 3. Characterization of uncertainty of experimental measurements by grouping the collected molecular
199
- data records.
 
200
 
201
- 4. Extended datasets for numerical and categorical data with precomputed physicochemical properties
202
- using [mordred](https://github.com/mordred-descriptor/mordred).
 
 
203
 
204
 
205
  ### Data splits
206
- The original B3DB dataset does not define splits, so here we have used the `Realistic Split` method described
207
  in [(Martin et al., 2018)](https://doi.org/10.1021/acs.jcim.7b00166).
208
 
209
  ### Citation
 
187
 
188
  ## About the DB3B
189
 
190
+ ### Overview
191
 
192
+ This repository has been developed in order to curate various aqueous solubility datasets into a broad and extensive dataset called AqSolDB.
 
193
 
194
+ The curation process in this work can be accomplished by executing two python scripts in the given sequence:
 
195
 
196
+ data-preprocess.py - for pre-processing the raw data set to a standardized format
197
+ data-curation.py - for merging the standardized datasets, assigning reliability lables and adding 2D descriptors
198
+ These two python scripts call upon functions from other python modules that are defined in:
199
 
200
+ preprocess.py
201
+ merge.py
202
+ descriptors.py
203
+ Further information about curation process can be found in the associated manuscript.
204
 
205
 
206
  ### Data splits
207
+ The original AqSoDB dataset does not define splits, so here we have used the `Realistic Split` method described
208
  in [(Martin et al., 2018)](https://doi.org/10.1021/acs.jcim.7b00166).
209
 
210
  ### Citation