Systemic multiomics analysis defines the heterogenous interferon response landscape in COVID-19 severity
Multi-omics characterization of COVID-19 patients based on interferon profile
git clone https://github.com/neogilab/COVID_IFN_omics.git
cd COVID_IFN_omics
-
A linux distribution
-
R and R studio environment and following packages Open R and run
# install and load the package manager
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
bio_pkgs <- c("ComplexHeatmap", "ggpubr", "ggplot2", "ggvenn",
"Hmisc", "GSVA", "limma", "DESeq2", "ConsensusClusterplus")
# install:
BiocManager::install(bio_pkgs)
- Create folders
Rscript create_folders.R
- Move data files to folder data
- Change path to your own computer
- Execute R notebooks for producing tables and figures
Flora Mikaeloff