//! `mcpcounter-rust`: a pure-Rust port of the MCPcounter cell-population
//! quantification methods — MCP-counter (human) and mMCP-counter (mouse) —
//! validated for numeric parity against the original R implementations.
//!
//! Built with Claude Code (Anthropic). See the README for the AI-assistance
//! disclosure and per-method licensing.
pub use ExprMatrix;
pub use ;
pub use ;
pub use DeconvResult;