Python package for Copy-Number Variation calling
Project description
HMM copy number variation calling
This is a Python package for Copy Number Variation detection using an HMM as implemented in ichorCNA.
All citations should reference to original 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
from hmmCNV import hmmCNV
# Call CNVs for bin data
loglik, hmm_results = hmmCNV.hmmCNV(tumour_copy, verbose=True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hmmcnv-1.1.6.tar.gz
(489.8 kB
view details)
Built Distribution
File details
Details for the file hmmcnv-1.1.6.tar.gz
.
File metadata
- Download URL: hmmcnv-1.1.6.tar.gz
- Upload date:
- Size: 489.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.3 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f238cf2728ecd68cff73666f5a24e145c5cb1261642a529e10688cc9a468fe7 |
|
MD5 | 4dd2c8b180e910a9e3add2d335100263 |
|
BLAKE2b-256 | 9bf10205931e2216147b55ace7ddf4f152bbc23770957bac8496cef27b928d1a |
File details
Details for the file hmmcnv-1.1.6-cp312-cp312-macosx_14_0_x86_64.whl
.
File metadata
- Download URL: hmmcnv-1.1.6-cp312-cp312-macosx_14_0_x86_64.whl
- Upload date:
- Size: 600.6 kB
- Tags: CPython 3.12, macOS 14.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.3 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 020fe9a6878993c0c99d7ea510b0a7ffafa7c93ac0711151c32dcd8c9e2c221d |
|
MD5 | ce4d1f4b839930d9b2b5293195a35710 |
|
BLAKE2b-256 | 5496c297bad4123abb9922636bff26f07b16767ddf1986dfc49344ca57b9f6d9 |