|
492
|
1 # Tutorials
|
|
|
2
|
|
542
|
3 Learn COBRAxy through hands-on tutorials for web-based analysis.
|
|
492
|
4
|
|
550
|
5 To set up Galaxy and start using it for web-based analyses, see the [Galaxy Setup](tutorials/galaxy-setup)
|
|
|
6
|
|
|
7 ## Available Workflows
|
|
|
8
|
|
|
9 This is a collection of GALAXY workflows illustrating different applications of the tool.
|
|
|
10 The general repository is at the following link: [Galaxy workflows](http://marea4galaxy.cloud.ba.infn.it/galaxy/workflows/list_published).
|
|
|
11
|
|
|
12 To use a workflow, click the "Import" button, and it will be added to your personal workflow page.
|
|
492
|
13
|
|
547
|
14 | Tutorial | Description |
|
|
|
15 |----------|-------------|
|
|
550
|
16 |[Flux Enrichment Analysis - separated datasets](http://marea4galaxy.cloud.ba.infn.it/galaxy/published/workflow?id=a64417ff266b740e) | Creation of maps of the fluxes differently expressed between two conditions. One gene expression dataset different for each condition. |
|
|
|
17 | [Flux Enrichment Analysis (sampling mean) - separated datasets](http://marea4galaxy.cloud.ba.infn.it/galaxy/published/workflow?id=16e792953f5b45db) | Creation of maps of the fluxes differently expressed between two conditions. One gene expression dataset different for each condition. |
|
|
|
18 | [Flux clustering (sampling mean) + Flux Enrichment Analys](http://marea4galaxy.cloud.ba.infn.it/galaxy/published/workflow?id=c851ab275e52f8af) | Creation of maps of the fluxes, using one dataset differently expressed for each condition and its sample group specification|
|
|
|
19 | [Flux Enrichment Analysis (pFBA) - separated datasets](http://marea4galaxy.cloud.ba.infn.it/galaxy/published/workflow?id=bf0806da5b28c6d9) | Creation of maps of the fluxes differently expressed between two conditions. One gene expression dataset different for each condition. |
|
|
|
20 | [Flux clustering (pFBA) + Flux Enrichment Analysis](http://marea4galaxy.cloud.ba.infn.it/galaxy/published/workflow?id=be0a27b9edd0db03) | Creation of maps of the fluxes, using one dataset differently expressed for each condition and its sample group specification |
|
|
|
21 | [RAS clustering + Reaction Enrichment Analysis](http://marea4galaxy.cloud.ba.infn.it/galaxy/published/workflow?id=81991b32733a4fc4) | Creation of RAS maps, one single expression gene dataset and its sample group specification |
|
|
|
22 | [Reaction Enrichment Analysis - unified datasets](http://marea4galaxy.cloud.ba.infn.it/galaxy/published/workflow?id=0d16186aaff7cbfd) |Creation of RAS maps starting from an expression dataset and its corresponding classes. One gene expression dataset as input and its classes to compare. |
|
|
|
23 | [Reaction Enrichment Analysis - separated datasets](http://marea4galaxy.cloud.ba.infn.it/galaxy/published/workflow?id=290670ee50ab85f0) | Creation of RAS maps using the tool MaREA. Confrontation of two datasets that must be different from one another. |
|
|
|
24
|
|
|
25 A more detailed description of the tools is available on the corresponding GALAXY page.
|
|
492
|
26
|
|
|
27 ## Tutorial Data
|
|
|
28
|
|
|
29 Download example datasets used in tutorials:
|
|
|
30
|
|
|
31 ```bash
|
|
|
32 # Download tutorial data
|
|
547
|
33 wget https://github.com/CompBtBs/COBRAxy/blob/main/data_tutorial/data_tutorial.zip
|
|
492
|
34 unzip tutorial_data.zip
|
|
|
35 ```
|
|
|
36
|
|
547
|
37 The tutorial data includes Sample gene expression datasets (Cancer.txt and Normal.txt)
|
|
492
|
38
|
|
|
39 ## Getting Help
|
|
|
40
|
|
|
41 If you encounter issues during tutorials:
|
|
|
42
|
|
|
43 1. Check the specific tutorial's troubleshooting section
|
|
547
|
44 2. Refer to the main [Troubleshooting Guide](troubleshooting)
|
|
492
|
45
|
|
|
46 ## Contributing
|
|
|
47
|
|
|
48 Found an error or want to improve a tutorial?
|
|
|
49
|
|
|
50 - [Edit on GitHub](https://github.com/CompBtBs/COBRAxy/tree/main/docs/tutorials)
|
|
|
51 - [Report issues](https://github.com/CompBtBs/COBRAxy/issues)
|
|
|
52 - Suggest new tutorial topics
|
|
|
53
|
|
547
|
54 Ready to start? Pick your first tutorial above! 🚀
|