# Installation of standard R packages install.packages("ggplot2") # Installation of packages with BiocManager BiocManager::install(c("SummarizedExperiment", "SingleCellExperiment", "ComplexHeatmap", "limma"), ask = FALSE) # Installation of packages from GitLab remotes::install_gitlab('lohmann/projectsetup', host = 'https://gitcrcm.marseille.inserm.fr') remotes::install_gitlab('lohmann/analytiCFX', host = 'https://gitcrcm.marseille.inserm.fr') remotes::install_gitlab('lohmann/analyticyte', host = 'https://gitcrcm.marseille.inserm.fr')