Skip to main content

This package creates useful helper functions for python API

Project description

hdcms

This library is available on pypi here. Install using pip install hdcms.

A very simple example:

import hdcms as hdc

hdc.generate_examples(visualize=True)
gaussian_sum_stat = hdc.regex2stats1d(r"gaus_\d+.txt")
laplacian_sum_stat = hdc.regex2stats1d(r"laplace_\d+\.txt")

print(hdc.compare(gaussian_sum_stat, laplacian_sum_stat))
hdc.write_image(gaussian_sum_stat, "tmp.png")

For more documentation: see examples/ directory.

Dependencies

This library is built on top of the hdcms-bindings package, which exposes python bindings to a C library.

numpy is a necessary dependency for every function.

matplotlib and scipy are needed for generate_example(), which will generate a random synthetic data set.

Change Log

0.1.25 Added missing optional args for filenames2stats*
0.1.24 Add npeaks for visualization
0.1.23 Add xtol
0.1.22 Fix new colors for write_image
0.1.21 New colors for write_image
0.1.20 Change name from ms_valid_data_format to is_valid_ms_data_format + scaling, start, end, num_bins
0.1.19 Return image from write_image
0.1.18 Add labels to visualization configuration options
0.1.17 Use matplotlib axes rather than my own
0.1.16 Bug fixes (text for x axis, names for regex2filenames)
0.1.15 Return image from write_image, rather than writing to file
0.1.14 Add new params to write_image
0.1.13 Add new params to write_image
0.1.12 Add params to write_image
0.1.11 Fix problems introduced by rename
0.1.10 Really rename (broken)
0.1.9 Rename, performance for visulize in 1D case (broken)
0.1.8 Add documentation

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

hdcms-0.1.25.tar.gz (6.1 MB view hashes)

Uploaded Source

Built Distribution

hdcms-0.1.25-py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 3

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