2 R and Package installation
# Please install R (version 4.3.1 or above)
# see https://cran.r-project.org'
# if the package 'BiocManager' not installed, please do so'
if(!("BiocManager" %in% rownames(installed.packages()))) install.packages("BiocManager")
# install packages: tidyverse, patchwork, remotes'
BiocManager::install(c('tidyverse','patchwork','remotes','ggpubr'), dependencies=T)
BiocManager::install("hfang-bristol/PICH", dependencies=T)