configs

Config files and configuration procedures.

This project is maintained by ggirelli

R setup

First, install r if not already available:

sudo apt install r-base

Then, install the requirements:

sudo apt install cmake

Finally, install the following packages from within R:

install.packages(c(
    "ggplot2", "cowplot", "ggpubr",
    "data.table", "virids", "cowplot",
    "pbapply"
))