Metadata-Version: 2.4
Name: plotnineseqsuite
Version: 1.2.1
Summary: A Python package for visualizing sequence data using ggplot2 style
Home-page: https://github.com/caotianze/plotnineseqsuite
Author: Cao Tianze
Author-email: hnrcao@qq.com
License: MIT
Project-URL: Bug Tracker, https://github.com/caotianze/plotnineseqsuite/issues
Keywords: ggplot2,plotnine,Bioinformatics tool,Sequence logo,Sequence alignment
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: plotnine>=0.15.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# plotnineSeqSuite: a Python package for visualizing sequence data using ggplot2 style
## Cite this work
Cao, T., Li, Q., Huang, Y. et al. plotnineSeqSuite: a Python package for visualizing sequence data using ggplot2 style. BMC Genomics 24, 585 (2023). https://doi.org/10.1186/s12864-023-09677-8
## Installation
`pip install plotnineseqsuite`
## Getting Started
See [plotnineSeqSuite Documentation](https://caotianze.github.io/plotnineseqsuite/) 
## Gallery
![https://caotianze.github.io/plotnineseqsuite/gallery.png](https://caotianze.github.io/plotnineseqsuite/gallery.png)
## Dependencies
plotnine
## Similar projects
R package [ggmsa](https://github.com/YuLab-SMU/ggmsa) and [ggseqlogo](https://github.com/omarwagih/ggseqlogo)
## Derivative projects
- [Pyggseqlogo](https://github.com/CaoTianze/pyggseqlogo): Python version of ggseqlogo. 
