hmmCNV


NamehmmCNV JSON
Version 1.1.4 PyPI version JSON
download
home_pagehttps://github.com/kylessmith/hmmCNV
SummaryPython package for Copy-Number Variation calling
upload_time2023-11-21 03:14:35
maintainerKyle S. Smith
docs_urlNone
authorKyle S. Smith
requires_python>=3.10,<4.0
licenseGPL-2.0-or-later
keywords variant cnv copy number
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # HMM copy number variation calling

[![Build Status](https://travis-ci.org/kylessmith/hmmCNV.svg?branch=master)](https://travis-ci.org/kylessmith/hmmCNV) [![PyPI version](https://badge.fury.io/py/hmmCNV.svg)](https://badge.fury.io/py/hmmCNV)
[![Coffee](https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee&color=ff69b4)](https://www.buymeacoffee.com/kylessmith)

This is a Python package for Copy Number Variation
detection using an HMM as implemented in [ichorCNA][code].

All citations should reference to [original paper][paper].

## Install

If you dont already have numpy and scipy installed, it is best to download
`Anaconda`, a python distribution that has them included.  
```
    https://continuum.io/downloads
```

Dependencies can be installed by:

```
    pip install -r requirements.txt
```

PyPI install, presuming you have all its requirements installed:
```
	pip install hmmCNV
```

## Usage

```python
from hmmCNV import hmmCNV

# Call CNVs for bin data
loglik, hmm_results = hmmCNV.hmmCNV(tumour_copy, verbose=True)
```

[code]: https://github.com/broadinstitute/ichorCNA
[paper]: https://www.nature.com/articles/s41467-017-00965-y
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kylessmith/hmmCNV",
    "name": "hmmCNV",
    "maintainer": "Kyle S. Smith",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "kyle.smith@stjude.org",
    "keywords": "variant,CNV,copy,number",
    "author": "Kyle S. Smith",
    "author_email": "kyle.smith@stjude.org",
    "download_url": "https://files.pythonhosted.org/packages/40/d1/0b78e672b44aa108a1296535bd5fd902dbf7cfd004c64b9fbc3b28734504/hmmcnv-1.1.4.tar.gz",
    "platform": null,
    "description": "# HMM copy number variation calling\n\n[![Build Status](https://travis-ci.org/kylessmith/hmmCNV.svg?branch=master)](https://travis-ci.org/kylessmith/hmmCNV) [![PyPI version](https://badge.fury.io/py/hmmCNV.svg)](https://badge.fury.io/py/hmmCNV)\n[![Coffee](https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee&color=ff69b4)](https://www.buymeacoffee.com/kylessmith)\n\nThis is a Python package for Copy Number Variation\ndetection using an HMM as implemented in [ichorCNA][code].\n\nAll citations should reference to [original paper][paper].\n\n## Install\n\nIf you dont already have numpy and scipy installed, it is best to download\n`Anaconda`, a python distribution that has them included.  \n```\n    https://continuum.io/downloads\n```\n\nDependencies can be installed by:\n\n```\n    pip install -r requirements.txt\n```\n\nPyPI install, presuming you have all its requirements installed:\n```\n\tpip install hmmCNV\n```\n\n## Usage\n\n```python\nfrom hmmCNV import hmmCNV\n\n# Call CNVs for bin data\nloglik, hmm_results = hmmCNV.hmmCNV(tumour_copy, verbose=True)\n```\n\n[code]: https://github.com/broadinstitute/ichorCNA\n[paper]: https://www.nature.com/articles/s41467-017-00965-y",
    "bugtrack_url": null,
    "license": "GPL-2.0-or-later",
    "summary": "Python package for Copy-Number Variation calling",
    "version": "1.1.4",
    "project_urls": {
        "Documentation": "https://www.biosciencestack.com/static/hmmCNV/docs/index.html",
        "Homepage": "https://github.com/kylessmith/hmmCNV",
        "Repository": "https://github.com/kylessmith/hmmCNV"
    },
    "split_keywords": [
        "variant",
        "cnv",
        "copy",
        "number"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac9376dd811056328dfdc005d3a24bf32ea19973cca012e9f20290cc545f4929",
                "md5": "5f95374766b86256bd13d35ba8757d0f",
                "sha256": "d626aa6b6f617ebb763421ae074931a0987c352012ce9cca2da00ed86b192101"
            },
            "downloads": -1,
            "filename": "hmmcnv-1.1.4-cp311-cp311-macosx_14_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5f95374766b86256bd13d35ba8757d0f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10,<4.0",
            "size": 351850,
            "upload_time": "2023-11-21T03:14:34",
            "upload_time_iso_8601": "2023-11-21T03:14:34.235367Z",
            "url": "https://files.pythonhosted.org/packages/ac/93/76dd811056328dfdc005d3a24bf32ea19973cca012e9f20290cc545f4929/hmmcnv-1.1.4-cp311-cp311-macosx_14_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40d10b78e672b44aa108a1296535bd5fd902dbf7cfd004c64b9fbc3b28734504",
                "md5": "b78110c561ebe6e72b74acb8f7395131",
                "sha256": "d0a00e021825fd0d7c9f015dd51165f4ea3666b82ec9408cd697fe982a3d5956"
            },
            "downloads": -1,
            "filename": "hmmcnv-1.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "b78110c561ebe6e72b74acb8f7395131",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 348035,
            "upload_time": "2023-11-21T03:14:35",
            "upload_time_iso_8601": "2023-11-21T03:14:35.736355Z",
            "url": "https://files.pythonhosted.org/packages/40/d1/0b78e672b44aa108a1296535bd5fd902dbf7cfd004c64b9fbc3b28734504/hmmcnv-1.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-21 03:14:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kylessmith",
    "github_project": "hmmCNV",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "hmmcnv"
}
        
Elapsed time: 0.14377s