Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 285 Bytes

INSTALL.md

File metadata and controls

13 lines (9 loc) · 285 Bytes

Author: Guanjue Xiang

Date: 2023-03-03

create conda environment for JMnorm with required dependencies

conda create -n jmnorm r r-readr r-dynamicTreeCut r-pheatmap

activate the environment

conda activate jmnorm

start R

source the script in R

source("JMnorm.script.R")