.coveragerc
.editorconfig
.gitattributes
.gitignore
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
Dockerfile
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
bandit.yml
setup.cfg
setup.py
tox.ini
versioneer.py
docs_manual/.gitattributes
docs_manual/Makefile
docs_manual/__init__.py
docs_manual/conf.py
docs_manual/developer_release.rst
docs_manual/developer_setup.rst
docs_manual/index.rst
docs_manual/tutorial_analysis.rst
docs_manual/tutorial_cli.rst
docs_manual/tutorial_convert.rst
docs_manual/tutorial_input_formats.rst
docs_manual/_static/.gitkeep
docs_manual/figures/scelvis_cell_scatter.png
docs_manual/figures/scelvis_gene_scatter.png
docs_manual/figures/scelvis_goto_upload.png
docs_manual/figures/scelvis_movie.gif
docs_manual/figures/scelvis_movie_differential_expression.gif
docs_manual/figures/scelvis_movie_filtering.gif
docs_manual/figures/scelvis_movie_plot_controls.gif
examples/dummy.h5ad
examples/dummy_about.md
examples/dummy_raw.zip
examples/hgmm_1k.h5ad
examples/hgmm_1k_about.md
examples/hgmm_1k.raw/filtered_feature_bc_matrix.h5
examples/hgmm_1k.raw/analysis/clustering/graphclust/clusters.csv
examples/hgmm_1k.raw/analysis/diffexp/graphclust/differential_expression.csv
examples/hgmm_1k.raw/analysis/pca/10_components/projection.csv
examples/hgmm_1k.raw/analysis/tsne/2_components/projection.csv
requirements/base.txt
requirements/develop.txt
requirements/notesting.txt
requirements/rtd.txt
requirements/test.txt
requirements/test_black.txt
scelvis/__init__.py
scelvis/__main__.py
scelvis/_version.py
scelvis/app.py
scelvis/cache.py
scelvis/callbacks.py
scelvis/cli.py
scelvis/convert.py
scelvis/data.py
scelvis/exceptions.py
scelvis/settings.py
scelvis/store.py
scelvis/webserver.py
scelvis.egg-info/PKG-INFO
scelvis.egg-info/SOURCES.txt
scelvis.egg-info/dependency_links.txt
scelvis.egg-info/entry_points.txt
scelvis.egg-info/not-zip-safe
scelvis.egg-info/requires.txt
scelvis.egg-info/top_level.txt
scelvis/assets/bootstrap.min.css
scelvis/assets/scviz.css
scelvis/assets/fontawesome/css/all.min.css
scelvis/assets/fontawesome/webfonts/fa-brands-400.eot
scelvis/assets/fontawesome/webfonts/fa-brands-400.svg
scelvis/assets/fontawesome/webfonts/fa-brands-400.ttf
scelvis/assets/fontawesome/webfonts/fa-brands-400.woff
scelvis/assets/fontawesome/webfonts/fa-brands-400.woff2
scelvis/assets/fontawesome/webfonts/fa-regular-400.eot
scelvis/assets/fontawesome/webfonts/fa-regular-400.svg
scelvis/assets/fontawesome/webfonts/fa-regular-400.ttf
scelvis/assets/fontawesome/webfonts/fa-regular-400.woff
scelvis/assets/fontawesome/webfonts/fa-regular-400.woff2
scelvis/assets/fontawesome/webfonts/fa-solid-900.eot
scelvis/assets/fontawesome/webfonts/fa-solid-900.svg
scelvis/assets/fontawesome/webfonts/fa-solid-900.ttf
scelvis/assets/fontawesome/webfonts/fa-solid-900.woff
scelvis/assets/fontawesome/webfonts/fa-solid-900.woff2
scelvis/static/home.md
scelvis/static/scelvis_screenshot.png
scelvis/ui/__init__.py
scelvis/ui/cells.py
scelvis/ui/colors.py
scelvis/ui/common.py
scelvis/ui/genes.py
scelvis/ui/main.py
tests/__init__.py
tests/test_cli.py
tests/test_convert.py
tests/test_dash.py.bkp
tests/test_data.py