-
Notifications
You must be signed in to change notification settings - Fork 12
/
DE_Enrich.Rmd
40 lines (26 loc) · 1.97 KB
/
DE_Enrich.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
title: "Differential Expression and Enrichment Analysis"
author: "Yu-Jui Ho and Toby Aicher, M Hammell Lab"
date: "`r Sys.Date()`"
output:
rmarkdown::html_vignette:
fig_caption: yes
toc: true
keep_md: true
vignette: >
%\VignetteIndexEntry{Data Visualization}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Differential expression (DE) analysis between NMF clusters allows for the identification of additional genes differentially expressed in each NMF cluster with statistical analyses calculated via the [DESeq](http://bioconductor.org/packages/release/bioc/html/DESeq.html) algorithm (Love et al., 2014). Expression distributions for DE genes across NMF groups are displayed together with RefSeq annotation.
## Differential Expression
<img src="Figures/Ting/NMF_Ting_K5_DESeq2_Group1.png" width="800px" height="450px" />
<img src="Figures/Ting/NMF_Ting_K5_DESeq2_Group3.png" width="800px" height="450px" />
## Enrichment Analysis
[GO Term enrichments](http://bioconductor.org/packages/devel/bioc/html/gage.html) allow for the identification of functional categories enriched in each NMF cluster, which can serve as guidance for further investigation and follow up studies.
*Note: Make sure to select the correct species. SAKE currently supports `Human` and `Mouse`.*
<img src="Figures/Ting/NMF_Ting_K5_Enrich_Sel_Mouse.png" width="800px" height="450px" />
Summary table and plots for the enrichment analysis.
<img src="Figures/Ting/NMF_Ting_K5_Enrich_Res.png" width="800px" height="400px" />
User can also click on one of the enriched KEGG pathways they are interested in. [Pathview](https://bioconductor.org/packages/release/bioc/html/pathview.html) will maps and renders pathway grpahs. In this case, we select `TGF-beta signaling pathway` from `NMF Group3`. Red color indicates genes that are upregulated in selected NMF cluster as compared to all the other clusters.
<img src="Figures/Ting/NMF_Ting_K5_Pathview.png" width="800px" height="500px" />