Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 453 Bytes

INSTALL.md

File metadata and controls

13 lines (9 loc) · 453 Bytes

Installation instruction for JARVIS/gwRVIS

conda create -n jarvis python=3.7 r r-devtools r-tidyverse conda config --add channels bioconda conda config --add channels conda-forge conda activate jarvis

conda install --file requirements.txt

R: > install.packages(c("glm2", "glmnet", "lmridge", "plotmo", "pRoc", "ggplot2", "ggridges", "RColorBrewer"))

devtools::install_github("thomasp85/patchwork")