Metadata-Version: 2.1
Name: scplotlib
Version: 1.0.2
Summary: A python package for visualizing the SingleCell data.
Home-page: https://edwinv87.github.io/scplotlib/
Author: Edwin Vans
Author-email: vans.edw@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# scplotlib

scplotlib is a python plotting library for the [SingleCell](https://edwinv87.github.io/singlecelldata/) object. It is built using [Altair](https://altair-viz.github.io/). It can generate various plots for data stored in a SingleCell object such as:

1. Core plots - line plots, bar plots, scatter plots

2. Visualizing high dimensional data - t-SNE plots, PCA plots

3. Specialized plots - heatmaps, silhouette plots, outlier score plots

## Installation

To install scplotlib, run the following command

`pip install scplotlib`

## Documentation

Check the project homepage for documentation.

## Contact

Contact the author on <vans.edw@gmail.com> to give feedback/suggestions for further improvements and to report issues.


