Metadata-Version: 2.1
Name: scArches
Version: 0.1.0
Summary: Transfer learning with Architecture Surgery on Single-cell data
Home-page: https://github.com/theislab/scarches
Author: Mohsen Naghipourfar, Mohammad Lotfollahi, Matin Khajavi
Author-email: naghipourfar@ce.sharif.edu, mohammad.lotfollahi@helmholtz-muenchen.de
License: MIT
Description: |PyPI| |PyPIDownloads| |travis| |Docs|
        
        scArches - single-cell architecture surgery
        =========================================================================
        .. raw:: html
        
         <img src="https://user-images.githubusercontent.com/33202701/85222703-bbd96980-b3bd-11ea-927b-00d21153f97b.jpg" width="400px" align="left">
        
        scArches is a package to integrate newly produced single-cell datasets into integrated references atlases. Our method can facilitate large collaborative projects with decentralise training and integration of multiple datasets by different groups. scArches is compatible with `scanpy <https://scanpy.readthedocs.io/en/stable/>`_. and hosts efficient implementations of all conditional generative models for single-cell data. Start
        
        What can you do with scArches?
        =========================================================================
        - Integrate many singl-cell datasets and share the trained model and the data (if possible).
        - Download a pre-trained model for your atlas of interest, update it wih new datasets and share with your collaborators.
        - Project and integrate query datasets on the top of a reference and use latent repesentation for downstream tasks,e.g.:diff testing, clustering.
        
        Usage
        =========================================================================
        See `here <https://scarches.readthedocs.io/>`_ for documentation and tutorials.
        
        
        Support and contribute
        =========================================================================
        If you have a question or new architchuture or a model that could be integrated in to our pipe-line, you can
        post an `issue <https://github.com/theislab/scarches/issues/new>`__ or reach us by `email <mailto:mo.lotfollahi@gmail.com>`_. Our package support tf/keras now but pytorch version will be added very soon.
        
        Reference
        =========================================================================
        
        
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/scarches.svg
           :target: https://pypi.org/project/scarches
        
        .. |PyPIDownloads| image:: https://pepy.tech/badge/scarches
           :target: https://pepy.tech/project/scarches
        
        .. |Docs| image:: https://readthedocs.org/projects/scarches/badge/?version=latest
           :target: https://scarches.readthedocs.io
        
        .. |travis| image:: https://travis-ci.org/theislab/scarches.svg?branch=master
           :target: https://travis-ci.org/theislab/scarches
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Environment :: Console
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
