Metadata-Version: 2.4
Name: omicspreprocessing
Version: 0.1.2
Summary: Tools for imputation, statistical analysis and preprocessing of omics data
Author: Amirhossein Sakhteman
Author-email: amirhossein.sakhteman@tume.de
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: seaborn
Requires-Dist: matplotlib
Requires-Dist: plotly
Requires-Dist: scipy
Requires-Dist: statsmodels
Requires-Dist: scikit-posthocs
Requires-Dist: scikit-learn
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## 📦 PyPI
- For documentation refer to

https://omicspreprocessing.readthedocs.io/en/latest/omicspreprocessing.html

You can install this package via pip:

```bash
pip install omicspreprocessing
```

or first clone the package and then

```
pip install -e .


```
