Multi-omics Gene Embedding based feedforward Neural networks
(a) Feature selection : Select individual gene sets by considering the variance of each sample (top) and the negative correlation of features across omics data (bottom).
(b,c) Attention encoder module : In (b), the omics data is concatenated and used as input to the Attention Encoder, and in (c), each omics data and the concatenated data are put independently.
(d) Workflow of the study.
https://drive.google.com/drive/folders/1YHCXnurnK75bP_OztbQmXbVwPCjFhTk-?usp=drive_link
git clone https://github.com/DMCB-GIST/MOGEN.git
- pytorch >= 1.8.0
- conda install pyg -c pyg
- pip install scipy
- conda install -c anaconda scikit-learn
- conda install hickle
- We have already provided our environment list as environment.yml. You can create your own environment by:
conda env create -n envname -f environment.yml