Metadata-Version: 2.1
Name: degex
Version: 0.0.24
Summary: Detect Gene Expression in Single-CEll data
Home-page: https://github.com/dsm-72/degex
Author: dsm-72
Author-email: sumner.magruder@yale.edu
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python single cell detect gene expression spot marker genes
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# DEtect Gene EXpression (degex)

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Install

``` sh
# create conda environment
$ conda env create -f env.yml

# update conda environment
$ conda env update -n degex --file env.yml
```

``` sh
pip install degex
```
