# 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": "MethylVerse",
"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/9c/22/e9c73ae377ad4022050f6d4e8898ee722c7d9ef8a1612fdedb709f9cf143/methylverse-1.0.5.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.0.5",
"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": "3ee849f8bbe834f6a8262112a7cda10ad40f69fd3abdcef0680f33223d3527a4",
"md5": "e71fed0cd5f04f2a2dc960274b40f4d9",
"sha256": "d59394669a18e563a1509fadf1809cf3ea7705cbe88714f0e6d4690992f48e76"
},
"downloads": -1,
"filename": "methylverse-1.0.5-cp311-cp311-macosx_15_0_x86_64.whl",
"has_sig": false,
"md5_digest": "e71fed0cd5f04f2a2dc960274b40f4d9",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 787710,
"upload_time": "2025-08-02T14:06:47",
"upload_time_iso_8601": "2025-08-02T14:06:47.507009Z",
"url": "https://files.pythonhosted.org/packages/3e/e8/49f8bbe834f6a8262112a7cda10ad40f69fd3abdcef0680f33223d3527a4/methylverse-1.0.5-cp311-cp311-macosx_15_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9c22e9c73ae377ad4022050f6d4e8898ee722c7d9ef8a1612fdedb709f9cf143",
"md5": "2fbd27fc2b472e7ebe546624da7b869d",
"sha256": "840f57c989334684147e8dc5cc39d20d72b2f2c381c83405b663aa431439135b"
},
"downloads": -1,
"filename": "methylverse-1.0.5.tar.gz",
"has_sig": false,
"md5_digest": "2fbd27fc2b472e7ebe546624da7b869d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 756000,
"upload_time": "2025-08-02T14:06:49",
"upload_time_iso_8601": "2025-08-02T14:06:49.201577Z",
"url": "https://files.pythonhosted.org/packages/9c/22/e9c73ae377ad4022050f6d4e8898ee722c7d9ef8a1612fdedb709f9cf143/methylverse-1.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-02 14:06:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kylessmith",
"github_project": "MethylVerse",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "methylverse"
}