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