'DESeqDataSet' object for the differential topic analysis on all paired-samples in psE_BARBI.dds_all_paired_K_11.RdA By applying DEseq2::results() on 'DESeqDataSet', we get a data frame with topics on rows and test results on the columns (baseMean, log2FoldChange, lfcSE, stat, pvalue, padj)
dds_all_paired_K_11
    An object of class 'DESeqDataSet'.
mean of the topic abundance
log fold change of topic abundance in experimental condions tested.
Standard error of log fold change.
Test statistic value under the null hypothesis.
P-value for the test.
Adjusted P-value.
Data is from Fitzpatrick et al. (2018)
if (FALSE) { results(dds_all_paired_K_11) }