Chapter 18 Supp table 7

Spearman correlation values of 16S genera and SCFA abundance profiles.

Analysis carried out in Figure 6 chapter

#Load data frame library
library(DT)
#Load data
load("./data/correlation_table.RData")
#Display table with significant hits below
datatable(correlation.table[correlation.table$p.adj < 0.05,],
          options = list(pageLength = 50) )