View the Project on GitHub cannin/graph_neural_network_drug_response
by Yoshitaka Inoue
Mentor: Augustin Luna (@cannin)
Document Project Dependencies.
Status: In progress.
Branch: None.
PR: None.
I was able to create R and Python environment respectively. So, I’ll add them.
Reformat CellMinerCDB Data for DrugCell .
Status: Done.
Branch: 6-drugcell-test. PR: None.
I can extract from rcellminer and reformat for DrugCell.
Run DrugCell Model on CellMinerCDB Data.
Status: Done.
Branch: 6-drugcell-test.
PR: None.
I can run DrugCell with rcellminer data.
Need to replace SMILES from rcellminer to DrugCell.
Status: Done.
Branch: 6-drugcell-test.
PR: None.
I did replace cell line name and SMILES from rcellminer to DrugCell
Re-train DrugCell model.
Status: Done.
Branch: 6-drugcell-test.
PR: None.
I train the DrugCell model with rcellminer data.
Today, I trained the new DrugCell model using rcellminer data. The result was not so bad (Peason corr was 0.29) but not so good like original’s one (Peason corr was 0.8). In my opinion, this is caused by the number of dataset. For training, I only use around 1000 entries. But we have more data but not so easy to use it for new model. Anyway, we ca n get knowledge how to train the model. Using this, I hope to explore more data and get good results.