@@ -157,7 +157,7 @@ Rscript ${__tool_directory__}/reactome_analysis.R
157
157
checked =" true" />
158
158
159
159
<param name =" max_missing_values" type =" float" label =" Max missing values"
160
- help =" The maximum (relative) number of missing values withing one comparison group before a gene/protein is
160
+ help =" The maximum (relative) number of missing values within one comparison group before a gene/protein is
161
161
removed form the analysis. If no comparison groups are defined, the number of missing values across all samples
162
162
is used. Must be between 0-1"
163
163
value =" 0.5" />
@@ -224,8 +224,62 @@ Rscript ${__tool_directory__}/reactome_analysis.R
224
224
</tests >
225
225
226
226
<help ><![CDATA[
227
- `Reactome <https://reactome.org>`_ is a curated database of pathways and reactions in human biology.
228
- ]]> </help >
227
+ `Reactome <https://reactome.org>`_ is a manually-curated and peer-reviewed database of pathways and reactions in human biology.
228
+
229
+ Analyse Gene Expression (ReactomeGSA)
230
+ -------------------------------------
231
+
232
+ This “Analyse Gene Expression” or ReactomeGSA resource provides comparative pathway analyses of multi-omics datasets. It allows
233
+ researchers to uncover the functional relevance of a list of genes, associated with quantitative data, in the context of
234
+ biological pathways and processes.
235
+
236
+ The ideal identifiers to use are:
237
+
238
+ * UniProt IDs for proteins
239
+ * ChEBI IDs for small molecules
240
+ * HGNC gene symbols or ENSEMBL IDs for DNA/RNA molecules
241
+
242
+ These are our main external reference sources for proteins and small molecules.
243
+
244
+ In Reactome, we offer three gene-set enrichment analysis algorithms:
245
+
246
+ PADOG: Pathway Analysis with Down-weighting of Overlapping Genes
247
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
248
+
249
+ - It corrects for **gene set redundancy**; some pathways share many genes, which can bias results.
250
+ - Instead of treating all genes equally, PADOG down-weights genes that appear in multiple pathways, making the analysis less biased
251
+ by highly represented genes.
252
+ - Works well in cases where overlapping genes skew enrichment scores in traditional methods.
253
+
254
+ CAMERA: Correlation Adjusted Mean Rank
255
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
256
+
257
+ - It adjusts for **inter-gene** correlation in gene sets.
258
+ - Traditional enrichment approaches assume genes are independent, but in reality, co-expressed genes within a pathway tend to be correlated.
259
+ - CAMERA corrects for this by adjusting the statistical testing, making it more reliable when genes within pathways have strong dependencies.
260
+ - Works well for datasets where gene co-expression is expected, for example, in transcriptomic data.
261
+
262
+ ssGSEA: Single-sample Gene Set Enrichment Analysis
263
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
264
+
265
+ - ssGSEA calculates an **enrichment score** for each gene set in individual samples.
266
+ - It does not rely on ranking differentially expressed genes across conditions but rather assigns an enrichment score per sample based
267
+ on the expression of genes in a pathway.
268
+ - This makes it useful for single-sample comparisons, such as identifying pathway activity in individual patients or cell types.
269
+ - Works well for single-cell or single-sample datasets.
270
+
271
+ More Information
272
+ ----------------
273
+ Visit the `Reactome User Guide <https://reactome.org/userguide>`_ for detailed documentation about each tool.
274
+
275
+ For more information: visit our Youtube channel for an `Introduction to Reactome <https://youtu.be/cA7lQACsgZk>`_!
276
+
277
+ Contact Us
278
+ ----------
279
+
280
+ If you have any feedback or questions, please contact us at the `Reactome HelpDesk <mailto:help@reactome.org>`_.
281
+
282
+ ]]> </help >
229
283
230
284
<citations >
231
285
<citation type =" doi" >10.1093/bioinformatics/btae338</citation >
0 commit comments