# 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",
"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/9b/f1/0205931e2216147b55ace7ddf4f152bbc23770957bac8496cef27b928d1a/hmmcnv-1.1.6.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.6",
"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": "5496c297bad4123abb9922636bff26f07b16767ddf1986dfc49344ca57b9f6d9",
"md5": "ce4d1f4b839930d9b2b5293195a35710",
"sha256": "020fe9a6878993c0c99d7ea510b0a7ffafa7c93ac0711151c32dcd8c9e2c221d"
},
"downloads": -1,
"filename": "hmmcnv-1.1.6-cp312-cp312-macosx_14_0_x86_64.whl",
"has_sig": false,
"md5_digest": "ce4d1f4b839930d9b2b5293195a35710",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 600604,
"upload_time": "2024-11-20T22:35:20",
"upload_time_iso_8601": "2024-11-20T22:35:20.029314Z",
"url": "https://files.pythonhosted.org/packages/54/96/c297bad4123abb9922636bff26f07b16767ddf1986dfc49344ca57b9f6d9/hmmcnv-1.1.6-cp312-cp312-macosx_14_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9bf10205931e2216147b55ace7ddf4f152bbc23770957bac8496cef27b928d1a",
"md5": "4dd2c8b180e910a9e3add2d335100263",
"sha256": "0f238cf2728ecd68cff73666f5a24e145c5cb1261642a529e10688cc9a468fe7"
},
"downloads": -1,
"filename": "hmmcnv-1.1.6.tar.gz",
"has_sig": false,
"md5_digest": "4dd2c8b180e910a9e3add2d335100263",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 489815,
"upload_time": "2024-11-20T22:35:22",
"upload_time_iso_8601": "2024-11-20T22:35:22.953043Z",
"url": "https://files.pythonhosted.org/packages/9b/f1/0205931e2216147b55ace7ddf4f152bbc23770957bac8496cef27b928d1a/hmmcnv-1.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-20 22:35:22",
"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"
}