spateo.external =============== .. py:module:: spateo.external Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/spateo/external/CAST/index /autoapi/spateo/external/MERFISHVI/index /autoapi/spateo/external/STAGATE_pyG/index /autoapi/spateo/external/lack/index Attributes ---------- .. autoapisummary:: spateo.external._MERFISHVI_AVAILABLE Functions --------- .. autoapisummary:: spateo.external.is_merfishvi_available spateo.external.get_merfishvi_requirements Package Contents ---------------- .. py:data:: _MERFISHVI_AVAILABLE :value: True .. py:function:: is_merfishvi_available() Check if MERFISHVI and its dependencies are available. :returns: True if MERFISHVI can be imported successfully, False otherwise. :rtype: bool .. py:function:: get_merfishvi_requirements() Get the list of required packages for MERFISHVI functionality. :returns: List of required package names. :rtype: list