Skip to content

hfang-bristol/PIC2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@ Overview

The PIC2 is an R package enabling a priority index solution to critical Covid-19 .

@ Installation

1. Install R

Please install R (version 4.3.2 or above); see https://cran.r-project.org

If installed on Ubuntu (assuming you have a ROOT (sudo) privilege), please do so below

sudo su
# here enter your password

wget http://www.stats.bris.ac.uk/R/src/base/R-4/R-4.3.2.tar.gz
tar xvfz R-4.3.2.tar.gz
cd ~/R-4.3.2
./configure
make
make check
make install
R # start R

2. Install R packages

R # start R

# if the package 'BiocManager' not installed, please do so
if(!("BiocManager" %in% rownames(installed.packages()))) install.packages("BiocManager")

# first, install basic packages: remotes, tidyverse
BiocManager::install(c('remotes','tidyverse'), dependencies=T)

# then, install the package 'PIC2' (now hosted at github)
BiocManager::install("hfang-bristol/PIC2", dependencies=T, force=T)

# check the package 'PIC2' successfully installed
library(PIC2)

@ Showcase

A showcase, describing a step-by-step protocol on how to generate the target index and the drug index for critical Covid-19, is made reproducible here.

@ Contact

Please drop email for bug reports or enquiries.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages