Metadata-Version: 2.1
Name: scplotlib
Version: 2.0.1
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
License-File: LICENSE

# scplotlib

scplotlib is a python plotting library for the [SingleCell](https://edwinv87.github.io/singlecelldata/) object. It is based on [matplotlib](https://matplotlib.org/). It can generate various plots for data stored in a SingleCell object such as:

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

2. 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 <info@edwinvans.com> to give feedback/suggestions for further improvements and to report issues.


