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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hmmcnv-1.1.7.tar.gz.
File metadata
- Download URL: hmmcnv-1.1.7.tar.gz
- Upload date:
- Size: 594.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.9 Darwin/25.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef826034d4fe3d19c7d0d4045a5250c34d01dd6941fd1913b34093a60552fc8a
|
|
| MD5 |
d7e851a35e754a0340e44f644837176e
|
|
| BLAKE2b-256 |
990d0b7c6cd75add2b3c441a0bcddbbfabbd4ea2a8328a0883e26473923e2f22
|
File details
Details for the file hmmcnv-1.1.7-cp312-cp312-macosx_26_0_arm64.whl.
File metadata
- Download URL: hmmcnv-1.1.7-cp312-cp312-macosx_26_0_arm64.whl
- Upload date:
- Size: 207.7 kB
- Tags: CPython 3.12, macOS 26.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.9 Darwin/25.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
361dcbc765fd0b93936cf011f6556344b17a117ed5a83f70216a421644891e1a
|
|
| MD5 |
8a9a14bce7b0c2f71865e077baea8c94
|
|
| BLAKE2b-256 |
92f1806f617670e5191ba9e51548fe3e2678c15266831f4ba91d805a2f4f4947
|