|
492
|
1 # COBRAxy Documentation
|
|
|
2
|
|
|
3 > A Python toolkit for metabolic flux analysis and visualization, with Galaxy integration.
|
|
|
4
|
|
538
|
5 COBRAxy enables the integration of transcriptomics data with COBRA-based metabolic models, offering a comprehensive framework for studying metabolism in both health and disease. With COBRAxy, users can load and enrich metabolic models by incorporating transcriptomic data and adjusting the model’s medium conditions.
|
|
492
|
6
|
|
|
7 ## Overview
|
|
|
8
|
|
538
|
9 COBRAxy enables constraint-based modeling and sampling techniques, allowing users to compute metabolic
|
|
|
10 flux distributions for multiple biological samples. The tool also enables the integration of medium
|
|
|
11 composition information to refine flux predictions. Additionally, COBRAxy provides a user-friendly interface
|
|
|
12 for visualizing significant flux differences between populations on an enriched metabolic map. This
|
|
|
13 extension provides a comprehensive and accessible framework for advanced metabolic analysis, enabling
|
|
|
14 researchers without extensive programming expertise to explore complex metabolic processes
|
|
|
15
|
|
|
16 By offering an intuitive and accessible platform for multi-omics integration and metabolic analysis, COBRAxy meets the growing need for tools that help researchers explore complex metabolic processes with ease.
|
|
492
|
17
|
|
|
18 ## Key Features
|
|
|
19
|
|
538
|
20 - **Galaxy Tools** - Web-based analysis with intuitive interface
|
|
492
|
21 - **Reaction Activity Scores (RAS)** - Compute metabolic activity from gene expression data
|
|
|
22 - **Reaction Propensity Scores (RPS)** - Infer metabolic preferences from metabolite abundance
|
|
538
|
23 - **Flux computation** - Compute metabolic flux distributions using different optimization or sampling algorithms
|
|
|
24 - **Statistical Analysis** - Perform statistically significant flux differences between groups of samples and report on an enriched metabolic map
|
|
|
25 - **Built-in Models** - Ready-to-use models including ENGRO2 and Recon3D
|
|
492
|
26
|
|
|
27 ## Quick Navigation
|
|
|
28
|
|
|
29 ### [Installation](installation.md)
|
|
|
30 Install COBRAxy and get it running on your system
|
|
|
31
|
|
|
32 ### [Tutorials](tutorials/)
|
|
|
33 Step-by-step guides for Galaxy and Python usage
|
|
|
34
|
|
|
35 ### [Tools Documentation](tools/)
|
|
|
36 Complete reference for all COBRAxy tools
|
|
|
37
|
|
|
38 ## Data Flow
|
|
|
39
|
|
538
|
40 COBRAxy follows several analysis paths:
|
|
492
|
41
|
|
538
|
42 1. **RAS Enrichment Analysis**: RAS computation → MAREA → Enriched Maps
|
|
|
43 2. **Flux Enrichment Analysis Simulation**: RAS computation → Model Constraints → Flux Sampling → Flux Maps
|
|
|
44 3. **RAS/RPS Enrichment Analysis**: RAS + RPS computation → MAREA → Enriched Maps
|
|
492
|
45
|
|
|
46 ## Community & Support
|
|
|
47
|
|
|
48 - **Documentation**: Complete guides and API reference
|
|
|
49 - **Discussions**: Ask questions and share experiences
|
|
|
50 - **Issues**: Report bugs and request features
|
|
|
51 - **Contributing**: Help improve COBRAxy
|
|
|
52
|
|
|
53 ## Quick Links
|
|
|
54
|
|
|
55 | Resource | Description |
|
|
|
56 |----------|-------------|
|
|
|
57 | [Installation Guide](installation.md) | Get COBRAxy running on your system |
|
|
|
58 | [Galaxy Tutorial](tutorials/galaxy-setup.md) | Web-based analysis setup |
|
|
|
59 | [Python Tutorial](tutorials/python-api.md) | Use COBRAxy programmatically |
|
|
|
60 | [Tools Documentation](tools/) | Complete tool reference |
|
|
|
61
|
|
|
62 ---
|
|
|
63
|
|
|
64 **Ready to start?** Follow the [Installation Guide](installation.md) to get COBRAxy up and running! |