Skip to main content

A class for converting BSMAPz methratio output into a fast and compressed hdf5 format

Project description

Meth5py

This will parse output from

and make a sparse, compressed hdf5 representation for fast queries based on position. Indexing is 1-based and follows the same conventions as samtools's faidx.

Installation

Test the package

python setup.py test

then install it into the system package location

pip install .

or, your local path

pip install --user .

Usage

from Meth5py import Meth5py
m5 = Meth5py('tests/test_meth.txt', 'tests/test.fa')
for record in m5.fetch('Chr1',10,11):
	print(record)
m5.close()

Documentation

Documentation can be found here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Meth5py-0.4.2.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distributions

Meth5py-0.4.2-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Meth5py-0.4.2-py2-none-any.whl (6.9 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page