DESeq2 output
DESeq2 generates three outputs:
A table with the normalized counts for each gene (rows) in the samples (columns)
A graphical summary of the results, helpful to validate the quality
A plot of the first two dimensions from a Principal Component Analysis (PCA), from the normalized counts of the samples
A heatmap of the sample-to-sample distance matrix (with clustering) based on the normalized counts (This gives an overview of how similar and dissimilar the samples are with darker shade showing shorter distance while lighter shade showing more dissimilar samples)
Dispersion estimates (It gives a overview of the amount of dispersion in the count data. For a more detailed understanding, see the paper)
A histogram plot of p-values for the genes which are differentially expressed between the two levels of the first factor provided by the user
A MA plot, which is an appliction of a Bland-Altman plot, for representing the count data (A MA plot shows whether your count data shows the distribution that count data normally should with lower expressed genes having higher variability and highly expressed genes showing lower variability)
A summary tabular file with the following columns -
Gene / feature identifiers
Mean normalized counts, averaged over all samples from both conditions
Fold change in log2
Standard error estimate for the log2 fold change estimate
Wald statistic
p-value for the statistical significance of the change
p-value adjusted for multiple testing with the Benjamini-Hochberg procedure, which controls for false discovery rate
Figure showing the PCA plot generated by DESeq2 which compares the PC1 component with PC2 component
Figure showing the DESeq2 generated sample to sample distance heatmap