|
492
|
1 # Tutorials
|
|
|
2
|
|
542
|
3 Learn COBRAxy through hands-on tutorials for web-based analysis.
|
|
492
|
4
|
|
|
5 ## Available Tutorials
|
|
|
6
|
|
547
|
7 | Tutorial | Description |
|
|
|
8 |----------|-------------|
|
|
|
9 | [Galaxy Setup](tutorials/galaxy-setup) | Set up Galaxy for web-based analysis |
|
|
|
10 | | |
|
|
|
11 | | |
|
|
492
|
12
|
|
|
13 ## Tutorial Data
|
|
|
14
|
|
|
15 Download example datasets used in tutorials:
|
|
|
16
|
|
|
17 ```bash
|
|
|
18 # Download tutorial data
|
|
547
|
19 wget https://github.com/CompBtBs/COBRAxy/blob/main/data_tutorial/data_tutorial.zip
|
|
492
|
20 unzip tutorial_data.zip
|
|
|
21 ```
|
|
|
22
|
|
547
|
23 The tutorial data includes Sample gene expression datasets (Cancer.txt and Normal.txt)
|
|
492
|
24
|
|
|
25 ## Getting Help
|
|
|
26
|
|
|
27 If you encounter issues during tutorials:
|
|
|
28
|
|
|
29 1. Check the specific tutorial's troubleshooting section
|
|
547
|
30 2. Refer to the main [Troubleshooting Guide](troubleshooting)
|
|
492
|
31
|
|
|
32 ## Contributing
|
|
|
33
|
|
|
34 Found an error or want to improve a tutorial?
|
|
|
35
|
|
|
36 - [Edit on GitHub](https://github.com/CompBtBs/COBRAxy/tree/main/docs/tutorials)
|
|
|
37 - [Report issues](https://github.com/CompBtBs/COBRAxy/issues)
|
|
|
38 - Suggest new tutorial topics
|
|
|
39
|
|
547
|
40 Ready to start? Pick your first tutorial above! 🚀
|