RESULTS GUIDE: Understanding Your Output
The results folder contains many files. Here is what to look at first.
FIRST — Check data quality (results//qc/):
Each dot = one sample. Dots of the same condition should cluster
together. Different conditions should separate. If samples cluster
by batch instead of condition, there may be a batch effect.
sample_distance_heatmap.pdf
Same-condition replicates should form dark blocks (high similarity).
If a replicate looks very different from the others, investigate.
SECOND — Which genes respond (results//tables/):
Every gene that changed significantly across the experiment. Open
lrt_padj — overall: did this gene change? (< 0.05 = yes)
*_log2FC — fold change for each comparison (log2 scale)
*_padj — confidence for each comparison
Same but with ALL genes (not just significant ones).
THIRD — Temporal patterns (results//cross_temporal/):
When each gene goes up or down. One row per gene per cell line.
Transient — responds early, then returns to baseline
Sustained — responds early and stays changed
Partially_Sustained — starts but fades before the last timepoint
Secondary_Deferred — responds only at the last timepoint
Complex — irregular pattern
Summary: gene -> temporal category.
FOURTH — Affected pathways (results//pathway/):
Enriched KEGG pathways. Open in Excel.
Key columns: NES (positive = up, negative = down), padj, contrast.
KEGG pathway maps. Red = upregulated, blue = downregulated.
FIFTH — Compare cell lines (results//cross_temporal/):
cross_cellline_shared.tsv
Genes DE in both cell lines. Concordant or discordant?
cross_cellline_specific.tsv
Genes DE only in one cell line.
SIXTH — Temporal divergence (results//cross_cellline/):
cross_temporal_persistence.tsv
Between-cell-line difference over time. Categories:
Constitutive — cell lines always differ
Baseline_Only — differ before treatment, converge after
Emergent_Early — differ only at first treatment timepoint
Emergent_Sustained — treatment-induced, persistent difference
Convergent — differ at baseline, become similar later
SEVENTH — Transcription factors (results//tf/):
tf_enrichment_results.tsv
Which transcription factors are predicted to regulate DEGs.
tf_regulatory_network_*.html
Interactive TF -> target gene networks.
log2FC = how much expression changed. +1 = 2x higher, +2 = 4x,
-1 = half. Scale is logarithmic.
padj = confidence the change is real. < 0.05 = 95%+ confidence.
NES = pathway enrichment score. Positive = upregulated pathway,
negative = downregulated.