From 7be2dda498b955c94d3abf9593137c2d97cec83f Mon Sep 17 00:00:00 2001 From: Alexander Goncearenco Date: Thu, 2 Apr 2020 18:38:57 -0400 Subject: [PATCH] minor updates Installation sequence changed link to ipython notebook copied description from documentation --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c512da..37f2056 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # EpiClass +Optimizing and predicting performance of DNA methylation biomarkers using sequence methylation density information. ##### Quick Installation: @@ -7,7 +8,9 @@ note: built with python==3.7 recommend installing in conda environment first. -```conda create -n name python==3.7 pip``` +```conda create -n epiclass python==3.7``` + +```conda activate epiclass``` ```pip install EpiClass``` @@ -24,4 +27,4 @@ https://doi.org/10.1101/579839 ##### For a deeper look into the code and generating the figures in the manuscript, check out the vignette on GitHub: -```https://github.com/bmill3r/EpiClass/blob/master/manuscript_figures/vignette/README_Vignette.ipynb``` +https://github.com/bmill3r/EpiClass/blob/master/manuscript_figures/vignette/README_Vignette.ipynb