PADME icon indicating copy to clipboard operation
PADME copied to clipboard

Data preprocessing

Open bbrighttaer opened this issue 5 years ago • 1 comments

Hello @simonfqy. Please, I would like to find out whether the Kd, Ki, and KIBA values of the Davis, Metz, and KIBA datasets in this repo have been transformed following the pKd, pKi, and Kiba scaling described in SimBoost. I have checked the supplementary material, nothing of the sort is mentioned but a histogram plot of the Davis dataset values seems to follow the pKd of the SimBoost paper. Thank you.

bbrighttaer avatar Jan 24 '20 07:01 bbrighttaer

@bbrighttaer You can find the code for transforming them in the respective preprocess.py scripts in the folder for each dataset. An example is here: https://github.com/simonfqy/PADME/blob/master/davis_data/preprocess.py#L30

simonfqy avatar Mar 15 '20 01:03 simonfqy