Name | FinaleToolkit JSON |
Version |
0.11.0
JSON |
| download |
home_page | None |
Summary | FinaleToolkit is a package and standalone program to extract fragmentation features of cell-free DNA from paired-end sequencing data. |
upload_time | 2025-09-05 22:18:19 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | MIT License
Copyright (c) 2025 EpiFluidLab
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
keywords |
bioinformatics
cell free dna
computational biology
genomics
epigenomics
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# <img alt="dna with letters FT" src="https://github.com/epifluidlab/FinaleToolkit/blob/b99b38e22a3b07ee9b7e0fa44a488a1eb5442efe/docs/_static/finaletoolkit_logo_rounded.png?raw=true" height="60"> FinaleToolkit
<summary><h3>Table of Contents</h2></summary>
<ol>
<li><a href="#about-the-project">About The Project</a></li>
<li><a href="#installation">Installation</a></li>
<li>
<a href="#usage">Usage</a>
<ul>
<li><a href="#functionality">Functionality</a></li>
<li><a href="#documentation">Documentation</a></li>
<li><a href="#wikitutorials">Wiki/Tutorials</a></li>
<li><a href="#compatible-file-formats">Compatible File Formats</a></li>
<li><a href="#using-fragment-files">Using Fragment Files</a></li>
</ul>
</li>
<li><a href="#contact">Contact</a></li>
<li><a href="#license">License</a></li>
</ol>
## About The Project
FinaleToolkit (**F**ragmentat**I**o**N** **A**na**L**ysis of c**E**ll-free DNA
**Toolkit**) is a package and standalone program to extract fragmentation
features of cell-free DNA from paired-end sequencing data.
### Citation
If you use FinaleToolkit in your research, please consider citing our paper:
Li J*, Bandaru R*, Liu Y (2024) FinaleToolkit: Accelerating Cell-Free DNA Fragmentation Analysis with a High-Speed Computational Toolkit. BioRxiv Preprint [](https://doi.org/10.1101/2024.05.29.596414)
## Installation
You can install the package using `pip`.
```
$ pip install finaletoolkit
```
## Usage
### Functionality
FinaleToolkit has support for the following cell-free DNA fragmentation features:
- Fragment Length
- Coverage
- End Motifs [](https://doi.org/10.1158/2159-8290.cd-19-0622)
- Motif Diversity Score [](https://doi.org/10.1158/2159-8290.CD-19-0622)
- Windowed Protection Score [](https://doi.org/10.1016/j.cell.2015.11.050)
- DELFI [](https://doi.org/10.1038%2Fs41586-019-1272-6)
- Cleavage Profile [](https://doi.org/10.1073/pnas.2209852119)
### Documentation
Documentation for FinaleToolkit can be found [here](https://epifluidlab.github.io/FinaleToolkit/).
### Wiki/Tutorials
The wiki and tutorial page for FinaleToolkit can be found [here](https://github.com/epifluidlab/FinaleToolkit/wiki).
### Compatible File Formats
FinaleToolkit is compatible with almost any paired-end sequence data:
- Binary Alignment Map (`.bam`) files with an associated index file (`.bam.bai`).
- Compressed Reference-oriented Alignment Map (`.cram`) files.
- Fragment (`.frag.gz`) files with an associated tabix index file (`.frag.gz.tbi`).
### Using Fragment Files
Fragment (`.frag.gz`) files are block-gzipped BED3+2 files with the following columns: `chrom` , `start` , `stop` , `mapq` , `strand`.
We encourage you to use our comprehensive database, FinaleDB, to access relevant fragment files. Learn more about FinaleDB [here](http://finaledb.research.cchmc.org).
## Contact
- James Li: lijw21@wfu.edu
- Ravi Bandaru: ravi.bandaru@northwestern.edu
- Yaping Liu: yaping@northwestern.edu
## License
This project falls under an MIT license. See the included `LICENSE` file for details.
Raw data
{
"_id": null,
"home_page": null,
"name": "FinaleToolkit",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "bioinformatics, cell free DNA, computational biology, genomics, epigenomics",
"author": null,
"author_email": "James Li <lijw21@wfu.edu>, Ravi Bandaru <ravi.bandaru@northwestern.edu>, Yaping Liu <yaping@northwestern.edu>",
"download_url": "https://files.pythonhosted.org/packages/b1/be/1db985f35de43a5b1343a23c425d0e8eee0e8a0c8d8fd94c5ca95121f765/finaletoolkit-0.11.0.tar.gz",
"platform": null,
"description": "# <img alt=\"dna with letters FT\" src=\"https://github.com/epifluidlab/FinaleToolkit/blob/b99b38e22a3b07ee9b7e0fa44a488a1eb5442efe/docs/_static/finaletoolkit_logo_rounded.png?raw=true\" height=\"60\"> \u200e \u200e \u200eFinaleToolkit\n<summary><h3>Table of Contents</h2></summary>\n<ol>\n <li><a href=\"#about-the-project\">About The Project</a></li>\n <li><a href=\"#installation\">Installation</a></li>\n <li>\n <a href=\"#usage\">Usage</a>\n <ul>\n <li><a href=\"#functionality\">Functionality</a></li>\n <li><a href=\"#documentation\">Documentation</a></li>\n <li><a href=\"#wikitutorials\">Wiki/Tutorials</a></li>\n <li><a href=\"#compatible-file-formats\">Compatible File Formats</a></li>\n <li><a href=\"#using-fragment-files\">Using Fragment Files</a></li>\n </ul>\n </li>\n <li><a href=\"#contact\">Contact</a></li>\n <li><a href=\"#license\">License</a></li>\n</ol>\n\n\n\n\n## About The Project\nFinaleToolkit (**F**ragmentat**I**o**N** **A**na**L**ysis of c**E**ll-free DNA \n**Toolkit**) is a package and standalone program to extract fragmentation\nfeatures of cell-free DNA from paired-end sequencing data.\n\n### Citation\nIf you use FinaleToolkit in your research, please consider citing our paper:\n\nLi J*, Bandaru R*, Liu Y (2024) FinaleToolkit: Accelerating Cell-Free DNA Fragmentation Analysis with a High-Speed Computational Toolkit. BioRxiv Preprint [](https://doi.org/10.1101/2024.05.29.596414)\n\n\n## Installation\nYou can install the package using `pip`.\n```\n$ pip install finaletoolkit\n```\n\n## Usage\n\n### Functionality\n\nFinaleToolkit has support for the following cell-free DNA fragmentation features:\n\n- Fragment Length\n- Coverage\n- End Motifs [](https://doi.org/10.1158/2159-8290.cd-19-0622)\n- Motif Diversity Score [](https://doi.org/10.1158/2159-8290.CD-19-0622)\n- Windowed Protection Score [](https://doi.org/10.1016/j.cell.2015.11.050)\n- DELFI [](https://doi.org/10.1038%2Fs41586-019-1272-6)\n- Cleavage Profile [](https://doi.org/10.1073/pnas.2209852119)\n\n### Documentation\nDocumentation for FinaleToolkit can be found [here](https://epifluidlab.github.io/FinaleToolkit/).\n\n### Wiki/Tutorials\nThe wiki and tutorial page for FinaleToolkit can be found [here](https://github.com/epifluidlab/FinaleToolkit/wiki).\n\n### Compatible File Formats\n\nFinaleToolkit is compatible with almost any paired-end sequence data:\n\n- Binary Alignment Map (`.bam`) files with an associated index file (`.bam.bai`).\n- Compressed Reference-oriented Alignment Map (`.cram`) files.\n- Fragment (`.frag.gz`) files with an associated tabix index file (`.frag.gz.tbi`).\n\n### Using Fragment Files\n\nFragment (`.frag.gz`) files are block-gzipped BED3+2 files with the following columns: `chrom` , `start` , `stop` , `mapq` , `strand`.\n\nWe encourage you to use our comprehensive database, FinaleDB, to access relevant fragment files. Learn more about FinaleDB [here](http://finaledb.research.cchmc.org).\n\n## Contact\n- James Li: lijw21@wfu.edu\n- Ravi Bandaru: ravi.bandaru@northwestern.edu\n- Yaping Liu: yaping@northwestern.edu\n\n## License\nThis project falls under an MIT license. See the included `LICENSE` file for details.\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2025 EpiFluidLab\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "FinaleToolkit is a package and standalone program to extract fragmentation features of cell-free DNA from paired-end sequencing data.",
"version": "0.11.0",
"project_urls": {
"Changelog": "https://github.com/epifluidlab/FinaleToolkit/blob/main/CHANGELOG.md",
"Homepage": "https://epifluidlab.github.io/FinaleToolkit/",
"Issues": "https://github.com/epifluidlab/FinaleToolkit/issues",
"Lab Website": "https://epifluidlab.github.io/",
"Repository": "https://github.com/epifluidlab/finaletoolkit",
"Wiki": "https://github.com/epifluidlab/FinaleToolkit/wiki"
},
"split_keywords": [
"bioinformatics",
" cell free dna",
" computational biology",
" genomics",
" epigenomics"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "9a74163a3ba09e468be8cfc610952cfd968a6564efd9f060b2271a4e1e7f26d6",
"md5": "c426eda7d3aa922845b1714775e9856d",
"sha256": "2bbddefa301828b5a4e6c1e0489ead08b1c1dbcb668eb216067b714e8936159e"
},
"downloads": -1,
"filename": "finaletoolkit-0.11.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c426eda7d3aa922845b1714775e9856d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 94799,
"upload_time": "2025-09-05T22:18:18",
"upload_time_iso_8601": "2025-09-05T22:18:18.372721Z",
"url": "https://files.pythonhosted.org/packages/9a/74/163a3ba09e468be8cfc610952cfd968a6564efd9f060b2271a4e1e7f26d6/finaletoolkit-0.11.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b1be1db985f35de43a5b1343a23c425d0e8eee0e8a0c8d8fd94c5ca95121f765",
"md5": "7d001f8c3653457ad85956a8f410cf23",
"sha256": "4f41be57cf8fe8ac3cfaf790d04ecc94ab65b7d8df7822d2a25e704ff6d011f0"
},
"downloads": -1,
"filename": "finaletoolkit-0.11.0.tar.gz",
"has_sig": false,
"md5_digest": "7d001f8c3653457ad85956a8f410cf23",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 90525,
"upload_time": "2025-09-05T22:18:19",
"upload_time_iso_8601": "2025-09-05T22:18:19.806092Z",
"url": "https://files.pythonhosted.org/packages/b1/be/1db985f35de43a5b1343a23c425d0e8eee0e8a0c8d8fd94c5ca95121f765/finaletoolkit-0.11.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-05 22:18:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "epifluidlab",
"github_project": "FinaleToolkit",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "finaletoolkit"
}