Developer Guide Overview¶
The most important idea in this codebase is that the framework is reusable even when the final applications are highly scenario-specific.
The project already contains four strong reference commands:
in_sight/commands/bayesmonstr2insights.pyin_sight/commands/cf2insights.pyin_sight/commands/plot2insights.pyin_sight/commands/scrna2insights.py
These are not just CLI tools. They are examples of how to build applications on top of the core framework:
- data ingestion
- region parsing
- read extraction
- dataframe generation
- R-backed visualization
- report or workflow orchestration