Skip to content

Commit 01f56ad

Browse files
committed
Figurte layout on Resources page modified with knit
1 parent fed7434 commit 01f56ad

File tree

3 files changed

+56
-42
lines changed

3 files changed

+56
-42
lines changed

.DS_Store

10 KB
Binary file not shown.

06-web-tools.Rmd

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -358,26 +358,3 @@ Why might the HALLMARK_CHOLESTEROL_HOMEOSTASIS gene set be upregulated specifica
358358

359359
Reactome is an open-source database of curated biological pathways across species, offering pathway maps and enrichment tools to analyse gene lists in a pathway-focused context. It’s ideal for visualising data within established biochemical and cellular processes.
360360

361-
Some content with emojis:
362-
363-
- ❓ What do you think about this question?
364-
365-
- 🤔 I'm thinking about how to solve this.
366-
367-
368-
369-
With the Logo:
370-
371-
Option 1
372-
373-
![RStudio Logo](images/rstudio_logo.png)
374-
375-
376-
377-
Option 2:
378-
379-
```{r, echo=FALSE, fig.align = "left", fig.cap="RStudio Logo"}
380-
knitr::include_graphics("images/rstudio_logo.png")
381-
```
382-
383-

08-resources.Rmd

Lines changed: 56 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Resources
22

3-
---
3+
<!-- --- -->
44

5-
Please find a link to today's presentation slides [here](../../enrichment_analysis_2024.pdf)
5+
<!-- Please find a link to today's presentation slides [here](../../enrichment_analysis_2024.pdf) -->
66

7-
8-
-----
7+
<!-- ----- -->
98

109
The following tools might be useful for downstream functional analysis; this includes some not covered in todays workshop.
1110

@@ -22,31 +21,46 @@ https://biit.cs.ut.ee/gprofiler/gost
2221
The g:GOSt 'functional profiling' tool of g:Profiler calculates
2322
It has a clean modern interface and a handy summary of which genes contribute to the enrichment.
2423

25-
![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/gprofiler.png)
24+
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/gprofiler.png) -->
25+
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="The gProfiler front page"}
26+
knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/gprofiler.png")
27+
```
28+
2629

2730
## PANTHER
2831

2932
http://www.pantherdb.org/
3033

3134
PANTHER performs overrepresentation tests across multiple databases; Gene ontology, reactome, PANTHER pathways and protein classes. Allows more control over the statistical test used and clearly summarises what was actually done.
3235

33-
![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/panther.png)
36+
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/panther.png) -->
37+
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="PANTHER"}
38+
knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/panther.png")
39+
```
40+
3441

3542
## DAVID
3643

3744
https://david.ncifcrf.gov/
3845

3946
Via its 'functional annotation' tool, DAVID allows you to calculate functional enrichment across a number of databases ; Gene Ontology, KEGG, reactome and others. Reliable, with a slightly clunky interface.
4047

41-
![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/david.png)
48+
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/david.png) -->
49+
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="DAVID"}
50+
knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/david.png")
51+
```
52+
4253

4354
## Enrichr
4455

4556
https://amp.pharm.mssm.edu/Enrichr/
4657

4758
Enrichr easily calculates enrichment across a wide range of databases. Currently does not allow for a background set.
4859

49-
![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/enrichr.png)
60+
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/enrichr.png) -->
61+
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="Enrichr"}
62+
knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/enrichr.png")
63+
```
5064

5165

5266

@@ -56,8 +70,10 @@ https://reactome.org/
5670

5771
The core of reactome is the reactome pathways and browser. ALthough other tools use the reactome database, the reactome website provides a means to browse enrichment within the pathway browser view.
5872

59-
![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/reactome.png)
60-
73+
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/reactome.png) -->
74+
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="Reactome"}
75+
knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/reactome.png")
76+
```
6177

6278

6379
## Biocyc
@@ -66,17 +82,23 @@ https://biocyc.org/
6682

6783
Biocyc is another suite of tools for enrichment and pathway browsing, which is particularly useful for prokaryotic work. It is licensed, but Monash does have a license.
6884

69-
![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/biocyc.png)
70-
85+
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/biocyc.png) -->
86+
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="Biocyc"}
87+
knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/biocyc.png")
88+
```
7189

7290

73-
## STRINGdb
91+
## STRING
7492

7593
https://string-db.org/
7694

7795
STRING is not a functional enrichment tool, rather it is a convenient way to explore interactions within a genelist. Results are viewed as an interaction network. Best suited to smaller genelists.
7896

79-
![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/string.png)
97+
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/string.png) -->
98+
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="STRING"}
99+
knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/string.png")
100+
```
101+
80102

81103

82104
## Gene Ontology
@@ -85,15 +107,21 @@ http://geneontology.org/
85107

86108
Gene Ontology (GO) terms are the most widely use set of functional annotations, used by many enrichment tools. The gene ontology resource website itself provides several tools for browsing the GO term hierarchy.
87109

88-
![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/go.png)
110+
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/go.png) -->
111+
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="Gene Ontology"}
112+
knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/go.png")
113+
```
89114

90115
## KEGG
91116

92117
https://www.genome.jp/kegg/
93118

94119
A well known curated pathway database. It is used by many other tools but with a caveat - KEGG moved to a subscription model in 2011, and so enrichment tools need to use the last open release from 2011. However up to date KEGG pathways are browsable directly through their website.
95120

96-
![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/kegg.png)
121+
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/kegg.png) -->
122+
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="KEGG"}
123+
knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/kegg.png")
124+
```
97125

98126

99127
## GSEA and MSigDB
@@ -102,18 +130,27 @@ http://software.broadinstitute.org/gsea/index.jsp
102130

103131
The desktop-based GSEA tool is (one of many) gene set enrichment approaches. It uses of gene rankings across all genes rather than hypogeometric or fishers-exact tests of genelist enrichment. MSigDB (Molecular signatures database) is a suite of annotation databases suitable for GSEA analysis.
104132

105-
![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/gsea.png)
133+
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/gsea.png) -->
134+
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="MSigDB"}
135+
knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/gsea.png")
136+
```
106137

107138

108139
## MetaboAnalyst
109140
MetaboAnalyst is popular among the metabolomics community for statistical, functional and integrative analysis of metabolomics data. It has a feature called **Functional enrichment analysis**, which performs metabolite set enrichment analysis, metabolic pathway analysis, and pathway activity prediction from MS peaks.
110141

111-
![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/metaboanalyst.png)
142+
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/metaboanalyst.png) -->
143+
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="MetaboAnalyst"}
144+
knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/metaboanalyst.png")
145+
```
112146

113147
## Cytoscape
114148

115149
https://cytoscape.org/
116150

117151
Cytoscape is a desktop-based biological network analysis / visualization tool, rather than a functional enrichment tool (although plugins can change that). It is mentioned here because it is often useful as a next step when you need to create custom figures showing the interactions of an interesting biological pathway.
118152

119-
![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/cytoscape.png)
153+
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/cytoscape.png) -->
154+
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="Cytoscape"}
155+
knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/cytoscape.png")
156+
```

0 commit comments

Comments
 (0)