FinaleToolkit


NameFinaleToolkit JSON
Version 0.6.3 PyPI version JSON
download
home_pageNone
SummaryFinaleToolkit is a package and standalone program to extract fragmentation features of cell-free DNA from paired-end sequencing data.
upload_time2024-05-31 14:24:47
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License Copyright (c) 2024 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://bananasrlowkeygood.github.io/images/finaletools_logo_rounded.png" 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="#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.

## 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
- Motif Diversity Score [![DOI](https://img.shields.io/badge/DOI-10.1158%2F2159--8290.CD--19--0622-blue?style=flat-square)](https://doi.org/10.1158/2159-8290.CD-19-0622)
- Windowed Protection Score [![DOI](https://img.shields.io/badge/DOI-110.1016%2Fj.cell.2015.11.050-blue?style=flat-square)](https://doi.org/10.1016/j.cell.2015.11.050)
- DELFI [![DOI](https://img.shields.io/badge/DOI-10.1038%2Fs41586--019--1272--6-blue?style=flat-square&link=https%3A%2F%2Fdoi.org%2F10.1038%252Fs41586-019-1272-6)](https://doi.org/10.1038%2Fs41586-019-1272-6)
- Cleavage Profile [![DOI](https://img.shields.io/badge/DOI-10.1073%2Fpnas.2209852119-blue?style=flat-square)](https://doi.org/10.1073/pnas.2209852119)

### Documentation
Documentation for FinaleToolkit can be found [here](https://epifluidlab.github.io/finaletoolkit-docs/).

### 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`).
- Sequence Alignment Map (`.sam`) files.
- 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/80/57/e218025c66713b504363a685ce6668f07f223030df1f2eb23ec809711a30/finaletoolkit-0.6.3.tar.gz",
    "platform": null,
    "description": "# <img alt=\"dna with letters FT\" src=\"https://bananasrlowkeygood.github.io/images/finaletools_logo_rounded.png\" 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=\"#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 **Toolkit**) is a package and standalone program to extract fragmentation features of cell-free DNA from paired-end sequencing data.\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\n- Motif Diversity Score [![DOI](https://img.shields.io/badge/DOI-10.1158%2F2159--8290.CD--19--0622-blue?style=flat-square)](https://doi.org/10.1158/2159-8290.CD-19-0622)\n- Windowed Protection Score [![DOI](https://img.shields.io/badge/DOI-110.1016%2Fj.cell.2015.11.050-blue?style=flat-square)](https://doi.org/10.1016/j.cell.2015.11.050)\n- DELFI [![DOI](https://img.shields.io/badge/DOI-10.1038%2Fs41586--019--1272--6-blue?style=flat-square&link=https%3A%2F%2Fdoi.org%2F10.1038%252Fs41586-019-1272-6)](https://doi.org/10.1038%2Fs41586-019-1272-6)\n- Cleavage Profile [![DOI](https://img.shields.io/badge/DOI-10.1073%2Fpnas.2209852119-blue?style=flat-square)](https://doi.org/10.1073/pnas.2209852119)\n\n### Documentation\nDocumentation for FinaleToolkit can be found [here](https://epifluidlab.github.io/finaletoolkit-docs/).\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- Sequence Alignment Map (`.sam`) files.\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  Copyright (c) 2024 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.",
    "summary": "FinaleToolkit is a package and standalone program to extract fragmentation features of cell-free DNA from paired-end sequencing data.",
    "version": "0.6.3",
    "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"
    },
    "split_keywords": [
        "bioinformatics",
        " cell free dna",
        " computational biology",
        " genomics",
        " epigenomics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24459286102029cdd22aabe7e37c1aa4154db72ff27531a4dc664a394a00068a",
                "md5": "25719ea4cf77b49489fed5f941e665bd",
                "sha256": "996d3777fa0a78be3967416846410ad8491a76907bca71bdecf7e42f361e27fe"
            },
            "downloads": -1,
            "filename": "FinaleToolkit-0.6.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "25719ea4cf77b49489fed5f941e665bd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 52007,
            "upload_time": "2024-05-31T14:24:45",
            "upload_time_iso_8601": "2024-05-31T14:24:45.402786Z",
            "url": "https://files.pythonhosted.org/packages/24/45/9286102029cdd22aabe7e37c1aa4154db72ff27531a4dc664a394a00068a/FinaleToolkit-0.6.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8057e218025c66713b504363a685ce6668f07f223030df1f2eb23ec809711a30",
                "md5": "0f174e8d817dedc33f80fff42e3fb7f0",
                "sha256": "9a78e54d83a472acf0673919589e003db696a4030fca09c43bb4cbc6997b4d5e"
            },
            "downloads": -1,
            "filename": "finaletoolkit-0.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0f174e8d817dedc33f80fff42e3fb7f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 43913,
            "upload_time": "2024-05-31T14:24:47",
            "upload_time_iso_8601": "2024-05-31T14:24:47.867115Z",
            "url": "https://files.pythonhosted.org/packages/80/57/e218025c66713b504363a685ce6668f07f223030df1f2eb23ec809711a30/finaletoolkit-0.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-31 14:24:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "epifluidlab",
    "github_project": "FinaleToolkit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "finaletoolkit"
}
        
Elapsed time: 0.61317s