Switch to unified view

a/README.md b/README.md
1
# MoGCN
1
# MoGCN
2
## What is it?
2
## What is it?
3
MoGCN, a multi-omics integration method based on graph convolutional network.<br>
3
MoGCN, a multi-omics integration method based on graph convolutional network.<br>
4
![Image text](https://github.com/Lifoof/MoGCN/blob/master/data/Figs1.png)
4
![Image text](https://github.com/Lifoof/MoGCN/blob/master/data/Figs1.png?raw=true)
5
As shown in figure, inputs to the model are multi-omics expression matrices, including but not limited to genomics, transcriptomics, proteomics, etc. MoGCN exploits the GCN model to incorporate and extend two unsupervised multi-omics integration algorithms: Autoencoder algorithm (AE) based on expression matrix and similarity network fusion algorithm based on patient similarity network. Feature extraction is not necessary before AE and SNF. <br>
5
As shown in figure, inputs to the model are multi-omics expression matrices, including but not limited to genomics, transcriptomics, proteomics, etc. MoGCN exploits the GCN model to incorporate and extend two unsupervised multi-omics integration algorithms: Autoencoder algorithm (AE) based on expression matrix and similarity network fusion algorithm based on patient similarity network. Feature extraction is not necessary before AE and SNF. <br>
6
6
7
## Requirements 
7
## Requirements 
8
MoGCN is a Python scirpt tool, Python environment need:<br>
8
MoGCN is a Python scirpt tool, Python environment need:<br>
9
Python 3.6 or above <br>
9
Python 3.6 or above <br>
...
...
38
## Citation
38
## Citation
39
Li X, Ma J, Leng L, Han M, Li M, He F and Zhu Y (2022) MoGCN: A Multi-Omics Integration Method Based on Graph Convolutional Network for Cancer Subtype Analysis. Front. Genet. 13:806842. doi: 10.3389/fgene.2022.806842. <br>
39
Li X, Ma J, Leng L, Han M, Li M, He F and Zhu Y (2022) MoGCN: A Multi-Omics Integration Method Based on Graph Convolutional Network for Cancer Subtype Analysis. Front. Genet. 13:806842. doi: 10.3389/fgene.2022.806842. <br>