-
Notifications
You must be signed in to change notification settings - Fork 1
RNAseq Analysis Recipe
Stephan Reichl edited this page Aug 7, 2024
·
2 revisions
The RNA-seq Analysis Recipe takes you from unaligned (raw) BAM files derived from a bulk RNA-seq experiment to enrichment analysis results of your differentially expressed genes while providing unsupervised analyses and genome browser tracks for quality control.
flowchart LR;
ngs_fetch-->rnaseq_pipeline;
rnaseq_pipeline-->genome_tracks;
rnaseq_pipeline-->spilterlize_integrate;
spilterlize_integrate-->unsupervised_analysis;
spilterlize_integrate-->dea_limma;
dea_limma-->enrichment_analysis;
The following Modules are used in this Recipe:
- (optional) Fetch publicly available bulk RNA-seq data (coming soon).
- (coming soon) RNA-seq pipeline to quantify gene expression, resulting in count matrices and annotations.
- Genome Browser Track Visualization for quality control and visual analysis of genomic regions of interest or top hits form downstream analyses.
- Split, Filter, Normalize and Integrate Sequencing Data for downstream analysis.
- Unsupervised Analysis for quality control and to understand and visualize similarities and variations between samples.
- Differential Analysis with limma to identify and visualize statistically significant genes that differ between sample groups using linear models.
- Enrichment Analysis for biomedical interpretation of differential analysis results using prior knowledge.
--- COMING SOON ---
--- COMING SOON ---