You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
background_list_text <- "The background gene list used for pathway analysis is saved [here](./pathway_analysis/metadata/custom_background.txt)"
2375
+
} else {
2376
+
background_list_text <- ""
2377
+
}
2378
+
2371
2379
if (mv_status) {
2372
2380
if (isProvided(params$custom_gmt)) {
2373
2381
gost_text <- "A custom GMT file was provided for the gost query; it is saved [here](./pathway_analysis/metadata). In case this GMT file contained entries from datasources other than the selected ones, it was filtered and the resulting filtered GMT was used for querying. The filtered version is also saved to the metadata folder."
2374
2382
} else {
2375
2383
gost_text <- "A GMT file corresponding to the current gprofiler database version was downloaded to allow for reproducing the gost query; it is saved [here](./pathway_analysis/metadata). Note that the downloaded GMT contains entries from various datasources, not just the selected ones. Also, some datasources might be missing from the files due to licensing reasons."
2376
2384
}
2377
2385
} else {
2378
-
gost_text <- paste0("Failed to fetch the GMT file of the current gprofiler database with this URL: ", gmt_url, ". For reproducibility reasons, try to download the GMT file manually by visiting https://biit.cs.ut.ee/gprofiler/gost, then selecting the correct organism and finally, in datasources, clicking 'combined ENSG.gmt'.")
2386
+
gost_text <- paste0("The GMT file of the current gprofiler database could not be downloaded with this URL: ", gmt_url, ". For reproducibility reasons, try to download the GMT file manually by visiting https://biit.cs.ut.ee/gprofiler/gost, then selecting the correct organism and finally, in datasources, clicking 'combined ENSG.gmt'.")
2379
2387
}
2380
2388
2381
2389
# The following details block creates a collapsible explaining the output folders/files
@@ -2404,7 +2412,7 @@ gost_text,
2404
2412
"\n
2405
2413
## Enriched pathways
2406
2414
The plot below summarizes the pathways that were found significantly enriched in DE genes for each contrast (padj value <= ", pval_text, ").
2407
-
Only contrasts for which an enriched pathway was found are shown. Both KEGG pathways and REACTOME (REAC) pathways are considered.
2415
+
Only contrasts for which an enriched pathway was found are shown.
2408
2416
Hover over the dots to reveal the pathway names. The table below provides more detail on all enriched pathways."))
0 commit comments