Analyze metabolite-mediated cell-cell communication using MeboCost to infer metabolic signaling between cell types from scRNA-seq data.
pip install mebocost scanpy anndataTell your AI agent what you want to do:
- "Analyze metabolite communication between my cell types"
- "Find which metabolites are secreted by macrophages"
- "Compare metabolic signaling between tumor and normal tissue"
"Run MeboCost on my scRNA-seq data"
"Find significant metabolite-receptor interactions between cell types"
"Which cells secrete lactate and which receive it?"
"Analyze amino acid signaling in my dataset"
"Compare metabolite communication between treatment and control"
"Find differential metabolic signaling in tumor microenvironment"
"Plot the metabolite communication network"
"Visualize glutamine signaling flow between cell types"
- Load and verify scRNA-seq data format
- Create MeboCost object with cell type annotations
- Run permutation-based communication inference
- Identify significant metabolite-receptor interactions
- Summarize by cell type pairs and metabolites
- Generate network visualizations
- Normalization - Data must be log-normalized (scanpy standard preprocessing)
- Cell types - Need at least 50 cells per type for robust statistics
- Permutations - Use 1000 for publication; 100 for quick exploration
- Gene symbols - MeboCost requires gene symbols, not Ensembl IDs
- Species - Supports 'human' and 'mouse'