Metadata-Version: 2.1
Name: lcwgsus
Version: 0.0.1
Summary: Downstream lcWGS analysis
Author-email: Sus <bjzzp01@163.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: numpy
Requires-Dist: pandas>=1.2
Requires-Dist: matplotlib>=3.4
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: statsmodels
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: mypy ; extra == "dev"
Requires-Dist: flit ; extra == "dev"
Requires-Dist: scipy>=1.7 ; extra == "stats"
Requires-Dist: statsmodels>=0.12 ; extra == "stats"
Project-URL: Source, https://github.com/Suuuuuuuus/lcwgsus/
Provides-Extra: dev
Provides-Extra: stats

lcwgsus: processing low-coverage vcf files
=======================================

Lcwgsus is a Python package the Sus has written to perform downstream low-coverage whole-genome sequencing (lcWGS) analysis, hence more of personal use at all releases at the forseeable feature. This package will be properly editted and formatted if related works are about to be published.

Documentation
-------------

Online documentation is currently UNAVAILABLE, due to its lack priority :) 

See

However, feel free to reach out, submit bugs, and/or make suggestions on improvement of this library. All are welcomed!

Dependencies
------------

Lcwgsus supports Python 3.8+.

Installation requires [numpy](https://numpy.org/), [pandas](https://pandas.pydata.org/), [matplotlib](https://matplotlib.org/), [seaborn](https://seaborn.pydata.org/), [statsmodels](https://statsmodels.org/), and [scipy](https://scipy.org/).

Development
-----------

See the main site of lcwgsus: https://github.com/Suuuuuuuus/lcwgsus.

Bugs shall be submitted to the [issue tracker](https://github.com/Suuuuuuuus/lcwgsus/issues). Please kindly provide a REPRODUCIBLE example demonstrating the problem, otherwise debugging per se is foolhardy :)
