|
492
|
1 # COBRAxy Documentation
|
|
|
2
|
|
542
|
3 > A Python-based command-line suite for metabolic flux analysis and visualization, with Galaxy integration.
|
|
492
|
4
|
|
542
|
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/)
|
|
542
|
33 Step-by-step guides for Galaxy usage
|
|
492
|
34
|
|
|
35 ### [Tools Documentation](tools/)
|
|
|
36 Complete reference for all COBRAxy tools
|
|
|
37
|
|
|
38 ## Data Flow
|
|
|
39
|
|
542
|
40 COBRAxy supports three main analysis workflows:
|
|
|
41
|
|
|
42 1. **RAS-based Enrichment Analysis**:
|
|
|
43 Gene Expression → RAS Generation → MAREA → Enriched Pathway Maps
|
|
492
|
44
|
|
542
|
45 2. **Flux Sampling Analysis**:
|
|
|
46 Gene Expression → RAS Generation → RAS to Bounds → Flux Simulation → Flux to Map → Flux-enriched Maps
|
|
|
47
|
|
|
48 3. **RAS+RPS Combined Enrichment**:
|
|
|
49 Gene Expression + Metabolite Data → RAS + RPS Generation → MAREA → Multi-omics Enriched Maps
|
|
492
|
50
|
|
|
51 ## Community & Support
|
|
|
52
|
|
542
|
53 - **Documentation**: Complete guides and references
|
|
|
54 - **Issues**: Report bugs and request features on [GitHub](https://github.com/CompBtBs/COBRAxy/issues)
|
|
492
|
55 - **Contributing**: Help improve COBRAxy
|
|
|
56
|
|
|
57 **Ready to start?** Follow the [Installation Guide](installation.md) to get COBRAxy up and running! |