Gene Embedding based feedforward Neural networks
This article is published in https://www.nature.com/articles/s41598-023-49003-6.
https://zenodo.org/record/6972738#.YvDMenZBxaQ
GEN is a prediction model for cancer drug responses and achieves SOTA performance in cancer drug response tasks. GEN uses gene embedding vectors as input data, so it could increase the representative power of genes.
(a) and (b) show the workflows of GEN and a conventional method for predicting cancer drug responses, respectively. The workflows are divided into three main stages: the setup stage, the sample representation stage, and the prediction stage, where S and g respectively denote samples and genes. In the final prediction stage, a drug embedding vector is concatenated with the sample embedding vector, and
pytorch >= 1.8.0
conda install pyg -c pyg
pip install scipy
conda install -c anaconda scikit-learn
conda install hickle