A package to read and edit RDML files.
Project description
The Real-time PCR Data Markup Language (RDML) is a structured and universal data standard for exchanging quantitative PCR (qPCR) data. The rdmlpython package allows to load, view, modify and save RDML files.
Typical usage may looks like this:
#!/usr/bin/env python from rdmlpython as rdml dat = rdml.Rdml('sample.rdml') sam = dat.samples() for sample in sam: print(sample["id"] + " - " + sample["type"])
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for rdmlpython-0.9.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ad1f9a564cf65a61e7851894bfea0a795b3dc29a30c7269f65a565b8b346e05 |
|
MD5 | 9b00075606a29957aa08ccbe57c11d14 |
|
BLAKE2b-256 | de933015e389ff9976026dae264cc813cbf61e2a72d7ae9c9ec8bf18e5ce00c0 |