Metadata-Version: 2.4
Name: SpaMI
Version: 1.0.0
Summary: A spatial multi-omics data integration tool
Author: Gao congqiang
License: MIT License
        
        Copyright (c) [2025] [GaoCongqiang]
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: h5py>=3.10.0
Requires-Dist: scikit-learn>=1.3.2
Requires-Dist: episcanpy>=0.4.0
Requires-Dist: scipy>=1.10.1
Requires-Dist: numpy>=1.22.4
Requires-Dist: pandas>=2.0.3
Requires-Dist: scanpy>=1.9.8
Requires-Dist: anndata>=0.9.2
Requires-Dist: torch>=2.2.1
Requires-Dist: torch_geometric>=2.5.1
Requires-Dist: matplotlib>=3.7.5
Requires-Dist: tqdm>=4.66.2
Requires-Dist: POT>=0.9.3
Dynamic: license-file

To integrate spatial transcriptome data more efficiently, we introduce the SpaMI method. It is an efficient and universally applicable deep learning method designed for the integrated representation of spatial multimodal data from the same tissue section. The method is able to take into account the heterogeneity of data from different histologies, preserve the biological significance of different histologies, and organically integrate the data so that the integrated data can reveal more comprehensive biological features, providing a comprehensive and complementary perspective for understanding cell expression patterns and spatial organization.

If you want to use GPU to train the model, please download and install cuDNN from NVIDIA official website (https://developer.nvidia.com/cudnn) according to your GPU and system configuration.
