5_DA.md
April 10, 2024 ยท View on GitHub
- Introduction: Quick Start, Tutorial, Flowchart, Outputs structure
- Install: Dependencies, Containers, References, Test datasets
- Inputs: Data, Design, Parameters
- 1. Preprocessing: ATAC reads, ATAC peaks, mRNA
- 2. Differential Analysis: ATAC, mRNA, Split
- 3. Enrichment Analysis: Enrichment, Figures, Tables
This section covers Differential Analysis (DA), that is differential binding analysis for ATAC-Seq (with DiffBind) and Differential Gene Expression Analysis for mRNA-Seq (with sleuth), as well as splitting the DA results into Differential Analysis Subsets (DASs) according to specified filters.
DA results are processed to make standardized figures (PCA and volcano) and tables (csv and formatted excel) for the two data types.
Finally, DAS are extracted to allow more fine-grained analysis of the datasets. For each subset, gene sets are sent for genes-self (comparisons with other experiments) and pathway/ontology enrichment analysis and for making Venn Diagram plots, while genomic regions are sent for peaks-self, chromatin states, motifs and CHIP enrichment analysis. Genes-self and peak-self enrichment analysis consists in comparing comparisons in the current run for subsets that pass the same filters.
The subsets are made using various filtering keys (Experiment Type, Fold change type, Significance threshold, DAR peak annotation (for ATAC-Seq)). If both ATAC-Seq and mRNA-Seq data are present then results of both experiment can be combined by keeping gene sets or genomic regions that pass all filters/keys in both experiments.
Figures and details on how DA results are split into subsets are shown in the split section.