Skip to content

lewiscelllabs/mcbo

Repository files navigation

MCBO - Mammalian Cell Bioprocessing Ontology

CI/CD Documentation Status

A hub-and-spoke, IOF-anchored application ontology for mammalian cell bioprocessing and RNA-seq data curation.

📖 Full Documentation

Term Requests

Please click New Term Request to submit your request.

(Issues > New Issue > MCBO Term Request)

Quick Start

Pre-requisites:

  • Conda/Miniconda (for environment management)
make conda-env
conda activate mcbo
make install
make demo

See the Installation Guide for detailed setup instructions.

Ontology Overview

MCBO Ontology Diagram

Competency Questions

MCBO supports 8 competency questions.

See the full CQ documentation.

LLM Agent

Answer competency questions using natural language with an LLM-powered agent:

# Install agent dependencies
make install-agent

# Set your API key
export OPENAI_API_KEY=sk-...  # or ANTHROPIC_API_KEY

# Ask questions!
mcbo-agent-eval --data-dir data.sample --cq CQ1
mcbo-agent-eval --data-dir data.sample \
  --cq "What genes are differentially expressed under Fed-batch vs Perfusion?"

# Or use local LLM (free, private)
make install-ollama
mcbo-agent-eval --data-dir data.sample --cq CQ1 --provider ollama

📖 Agent Documentation - Full setup, customization, and MCP server integration.

Documentation

Section Description
Installation Environment setup and dependencies
Quick Start Run the demo in minutes
Workflows Data ingestion scenarios
CLI Reference Command-line tools and CSV columns
Ontology Design Modeling patterns and architecture
API Reference Python package documentation
Development Contributing and QC checks

License

MIT License - see LICENSE for details.

Citation

MCBO: Mammalian Cell Bioprocessing Ontology, A Hub-and-Spoke, IOF-Anchored Application Ontology

Kimberly Robasky, James Morrissey, Markus Riedl, Andreas Dräger, Nicole Borth, Michael J Betenbaugh, Nathan E Lewis

bioRxiv 2026.01.05.697007; doi: https://doi.org/10.64898/2026.01.05.697007

This article is a preprint and has not been certified by peer review.

Supersedes: Robasky, K., Morrissey, J., Riedl, M., Dräger, A., Borth, N., Betenbaugh, M. J., & Lewis, N. E. (2025). MCBO: Mammalian Cell Bioprocessing Ontology, A Hub-and-Spoke, IOF-Anchored Application Ontology. ICBO-EAST 2025.


About

Bioprocessing ontology that builds on IOF process patterns and BFO foundations, with domain-specific extensions that reference OBO ontology classes for measurement, sequencing, and biological entities; designed for RNA-seq analysis, culture condition optimization, and product development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors