Tag: ggplot
-
How to plot metabolite concentrations in R?
The data source Let’s say we have the final concentrations of following metabolites from three strains of bacteria: Each strain was grown in triplicates, so we have three values of each metabolite for each strain. Load tidyverse We will first load the tidyverse library which contains all the functions that we are going to need here. Read data…