Metadata-Version: 2.1
Name: cellbrowser
Version: 0.5.36
Summary: UCSC Cellbrowser, an interactive browser for single cell data. Includes converters and basic pipelines for text files, Seurat, Scanpy and Cellranger.
Home-page: https://github.com/maximilianh/cellBrowser
Author: Maximilian Haeussler
Author-email: max@soe.ucsc.edu
License: GPL 3
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Requires-Python: >=2.5
Description-Content-Type: text/markdown

This is a package with a script that creates a web-based viewer for single cell
data. The main script is cbBuild. It accepts an expression matrix and cell
annotation (meta data) file. It creates an index.html, various .json and binary
data files, copies javascript files into the same directory. The resulting
webpage allows to move between datasets and to color the plot by gene or
annotation.


