Metadata-Version: 2.1
Name: ykenan-fragments
Version: 1.2.8
Summary: Forming fragments files through three files (barcodes.txt.gz, .mtx.gz and .peaks.txt)
Author-email: Yu Zhengmin <3236170161@qq.com>
Project-URL: github, https://github.com/YuZhengM/ykenan_fragments
Keywords: ykenan,fragments
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ykenan-log (>=0.2.0)
Requires-Dist: ykenan-file (>=0.1.11)
Requires-Dist: pandas (>=1.5.3)

# ykenan_fragments

> **`Forming fragments files through three files (barcodes.txt.gz, .mtx.gz and .peaks.txt)`**

This is a simple log package. You can see
[Github-ykenan_file](https://github.com/YuZhengM/ykenan_fragments)
[PyPI-ykenan_file](https://pypi.org/project/ykenan-fragments/)

## Use

> install

```shell
pip install ykenan_fragments
```

> import

```shell
from ykenan_fragments import Run
```


