From 1dbec17f75b2a893306200d9f2d5b7593212575a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 18 Apr 2019 22:12:34 -0300 Subject: [PATCH] Minor formatting proposals --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c721c65..082af64 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # Introduction ccle_gcForest plays the code for ccle
cgp_gcForest plays the code for cgp
-the ccle_four.py is the code for MIMGS 1
-the ccle_gcForest.py is the code for MIMGS 2
-the cgp_four.py is the code for MIMGS 1
-the cgp_gcForest.py is the code for MIMGS 2
-We plays some other code files(svm,rf,gene,cna...) in those dirs for reference
+the `ccle_four.py` is the code for MIMGS 1
+the `ccle_gcForest.py` is the code for MIMGS 2
+the `cgp_four.py` is the code for MIMGS 1
+the `cgp_gcForest.py` is the code for MIMGS 2
+We plays some other code files(svm, rf, gene, cna...) in those dirs for reference
*****The GCForest code we used is from Pierre-Yves Lablanche.
-*****github:https://github.com/pylablanche/gcForest/blob/master/GCForest.py?from=singlemessage
+*****github: https://github.com/pylablanche/gcForest/blob/master/GCForest.py?from=singlemessage
*****Python3 implementation of the gcForest algorithm preesented in Zhou and Feng 2017
*****(paper can be found here : https://arxiv.org/abs/1702.08835 ).
# Python:3.6 # Use: -You need to download the gene exprssion files of ccle and cgp from the website
+You need to download the gene expression files of ccle and cgp from the website
and rename those files to "gene.txt"
Then you need to put them into the corresponding dirs.
Then you can run our program.