scfocus.cli.main

scfocus.cli.main()[source]

Main entry point for the scFocus command-line interface.

This function parses command-line arguments and dispatches to the appropriate subcommand handler. Available commands include:

  • ui: Launch the Streamlit web interface

  • process: Process single-cell data (planned for future release)

  • visualize: Visualize analysis results (planned for future release)

The function displays help information if no command is specified or if an invalid command is provided.