# MethylVerse
[](https://travis-ci.org/kylessmith/MethylVerse) [](https://badge.fury.io/py/MethylVerse)
[](https://www.buymeacoffee.com/kylessmith)
<img src="MethylVerse_logo.png" width="300" />
Library to work with WGBS, EM-seq, and/or methylation array data in one interface.
For full usage and installation [documentation][methylverse_docs]
## 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 methylverse
```
## Quick start
Test numpy random integers:
```python
import MethylVerse as mv
beta_values = mv.core.read_methylation("path/to/methylation")
```
Run the M-PACT classifier from the cammandline
```
python -m MethylVerse MPACT example.bedgraph --impute --regress --call_cnvs --verbose
```
[methylverse_docs]: https://www.biosciencestack.com/static/MethylVerse/docs/index.html
Raw data
{
"_id": null,
"home_page": "https://github.com/kylessmith/MethylVerse",
"name": "MethylVerseDash",
"maintainer": "Kyle S. Smith",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "kyle.smith@stjude.org",
"keywords": "WGBS, 450k, 850k, EPIC, methylation",
"author": "Kyle S. Smith",
"author_email": "kyle.smith@stjude.org",
"download_url": "https://files.pythonhosted.org/packages/37/f8/f127b1b6c2c9ab2eb9c0c02176cb20719cc00df2361ee4231adc2a28e2b6/methylversedash-1.1.0.tar.gz",
"platform": null,
"description": "# MethylVerse\n\n[](https://travis-ci.org/kylessmith/MethylVerse) [](https://badge.fury.io/py/MethylVerse)\n[](https://www.buymeacoffee.com/kylessmith)\n\n<img src=\"MethylVerse_logo.png\" width=\"300\" />\nLibrary to work with WGBS, EM-seq, and/or methylation array data in one interface.\n\n\nFor full usage and installation [documentation][methylverse_docs]\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 pip install methylverse\n```\n\n## Quick start\n\nTest numpy random integers:\n\n```python\nimport MethylVerse as mv\n\nbeta_values = mv.core.read_methylation(\"path/to/methylation\")\n\n```\n\nRun the M-PACT classifier from the cammandline\n```\npython -m MethylVerse MPACT example.bedgraph --impute --regress --call_cnvs --verbose\n```\n\n\n[methylverse_docs]: https://www.biosciencestack.com/static/MethylVerse/docs/index.html",
"bugtrack_url": null,
"license": "GPL-2.0-or-later",
"summary": "Python package for methylation data",
"version": "1.1.0",
"project_urls": {
"Documentation": "https://www.biosciencestack.com/static/MethylVerse/docs/index.html",
"Homepage": "https://github.com/kylessmith/MethylVerse",
"Repository": "https://github.com/kylessmith/MethylVerse"
},
"split_keywords": [
"wgbs",
" 450k",
" 850k",
" epic",
" methylation"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "77463f244fd3cd17737a27c500a4f271c5d51de6f5e75d800fb6d3b7b01e6134",
"md5": "6c09a14d82870bb2aed4fe82bf62b2d3",
"sha256": "5c44fb123dd027c2eaf20425302750a1688819f27698beb4a8700236b7141c8a"
},
"downloads": -1,
"filename": "methylversedash-1.1.0-cp311-cp311-macosx_15_0_x86_64.whl",
"has_sig": false,
"md5_digest": "6c09a14d82870bb2aed4fe82bf62b2d3",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 788618,
"upload_time": "2025-08-04T17:17:02",
"upload_time_iso_8601": "2025-08-04T17:17:02.972071Z",
"url": "https://files.pythonhosted.org/packages/77/46/3f244fd3cd17737a27c500a4f271c5d51de6f5e75d800fb6d3b7b01e6134/methylversedash-1.1.0-cp311-cp311-macosx_15_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "37f8f127b1b6c2c9ab2eb9c0c02176cb20719cc00df2361ee4231adc2a28e2b6",
"md5": "acfaab64701fe1439e393246465c0f29",
"sha256": "85f2c6136025e874d51841c4bc5d2886eff3a5950bd84cbe22de057da8f42196"
},
"downloads": -1,
"filename": "methylversedash-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "acfaab64701fe1439e393246465c0f29",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 756360,
"upload_time": "2025-08-04T17:17:04",
"upload_time_iso_8601": "2025-08-04T17:17:04.543858Z",
"url": "https://files.pythonhosted.org/packages/37/f8/f127b1b6c2c9ab2eb9c0c02176cb20719cc00df2361ee4231adc2a28e2b6/methylversedash-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-04 17:17:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kylessmith",
"github_project": "MethylVerse",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "methylversedash"
}