NOTE Code used to analyse the data desribed in the manuscript Gontijo et al., 2022
Github Repository
path <- "/Users/borges5/Documents/TRAVAIL/R_wd/site_internet/content/post/network_genome_antimic/data-clean" # CHANGE ME TO YOUR PATH... LIBRARIES library(tidyverse) library(ComplexHeatmap) library(viridis) library(ggrepel) library(ggthemes) library(ggprism) library(factoextra) DATA PREPARATION Seed for reproducible code