Skip to content

Commit f48ced1

Browse files
committed
resources documents modified
1 parent 6d9f4dc commit f48ced1

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

08-resources.Rmd

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Note that most of these tools do more than just enrichment tests, and some inclu
1818

1919
https://biit.cs.ut.ee/gprofiler/gost
2020

21-
The g:GOSt 'functional profiling' tool of g:Profiler calculates
22-
It has a clean modern interface and a handy summary of which genes contribute to the enrichment.
21+
The `g:GOSt` 'functional profiling' tool of `gProfiler`calculates functional enrichment for gene lists, identifying enriched terms across various ontologies and pathways.
22+
It features a clean, modern interface and provides a handy summary highlighting which genes contribute to the enrichment.
2323

2424
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/gprofiler.png) -->
2525
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="The gProfiler front page"}
@@ -55,7 +55,7 @@ knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichme
5555

5656
https://amp.pharm.mssm.edu/Enrichr/
5757

58-
Enrichr easily calculates enrichment across a wide range of databases. Currently does not allow for a background set.
58+
Enrichr easily calculates enrichment across a wide range of databases. Currently does allow for a background set.
5959

6060
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/enrichr.png) -->
6161
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="Enrichr"}
@@ -92,15 +92,13 @@ knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichme
9292

9393
https://string-db.org/
9494

95-
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.
95+
STRING was originally designed as a convenient tool to explore interactions within a gene list, visualised as an interaction network. While it is best suited for smaller gene lists, it now also includes functionality for performing functional enrichment analysis.
9696

9797
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/string.png) -->
9898
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="STRING"}
9999
knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/string.png")
100100
```
101101

102-
103-
104102
## Gene Ontology
105103

106104
http://geneontology.org/
@@ -128,7 +126,7 @@ knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichme
128126

129127
http://software.broadinstitute.org/gsea/index.jsp
130128

131-
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.
129+
The GSEA Desktop is (one of many) gene set enrichment approaches. It uses of gene rankings across all genes rather than hypogeometric or fishers-exact tests of gene list enrichment. MSigDB (Molecular signatures database) is a suite of annotation databases suitable for GSEA analysis.
132130

133131
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/gsea.png) -->
134132
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="MSigDB"}
@@ -148,7 +146,7 @@ knitr::include_graphics("https://monashbioinformaticsplatform.github.io/enrichme
148146

149147
https://cytoscape.org/
150148

151-
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.
149+
Cytoscape is a desktop-based biological network analysis / visualisation 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.
152150

153151
<!-- ![](https://monashbioinformaticsplatform.github.io/enrichment_analysis_workshop/img/cytoscape.png) -->
154152
```{r, echo=FALSE, out.width="100%", fig.align = "centre", fig.cap="Cytoscape"}

0 commit comments

Comments
 (0)