Would you supply the codes of part about SOMs (self-organizing maps)?
Closed this issue · 8 comments
Hi all,
I read the paper and its supplement document. I found Table 2 in Supplementary missing the Trend SOM as described in the 4th paragraph of the introduction. I want to reproduce your calculation results as you did in the paper, but I find you did not supply the analysis codes and the links of the raw data sets you used.
I hope you add the missing parts and make it possible for others to repeat your calculation results.
look forward to your reply
Regarding Table 2, we used all three SOMs as reward functions but applied only general and specific kinase SOMs for final prioritization as described in the paper. In this repository, we provide the central part of the pipeline used for DDR1 — GENTRL itself with an example application on a simple reward function.
Regarding the datasets, we provided detailed information (including sources and number of structures) in the Supplementary Table 1 and the main text/methods. The whole pipeline was replicated by multiple groups in the pharmaceutical industry last week, so collecting the data should not be a problem.
Hi, can you please tell me how to reproduce the SOMs and what is the significance of the colours in the graph?
Also what is the training data used for these SOMs?
Hi tbwxmu,
Thank you very much. I am also trying to reproduce the results. Its just in the reward function that I am unable to construct the SOM as I don't know what features they used to train the SOMs
Hi Bibutatsu,
I think they used the molecule fingerprint as the feature to train SOM. If you read my code, you should easily get the similar SOM maps as they plot in supplementary.
Hi tbwxmu,
Thanks for the plot. Yes it is very similar to the one in the supplementary.