Metadata-Version: 2.1
Name: cell2cell
Version: 0.3.1
Summary: TBD
Home-page: UNKNOWN
Author: cell2cell development team
Author-email: earmingol@eng.ucsd.edu
Maintainer: cell2cell development team
Maintainer-email: earmingol@eng.ucsd.edu
License: BSD-3-Clause
Description: # Inferring cell-cell interactions from transcriptomes with cell2cell
        
        ## Installation
        Create a new conda environment:
        ```
        conda create -n cell2cell -y python=3.7 jupyter
        ```
        
        Activate that environment:
        
        ```
        conda activate cell2cell
        ```
        
        Then, install cell2cell:
        ```
        pip install cell2cell
        ```
        
        ## Examples
        
        - An example of using *cell2cell* to infer cell-cell interactions across the whole
        body of *C. elegans* is [available here](https://github.com/LewisLabUCSD/Celegans-cell2cell)
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Description-Content-Type: text/markdown
