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”])
For more information visit: https://www.gear-genomics.com/rdml-tools/help.html#LRP-Library
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size rdmlpython-0.9.15-py2.py3-none-any.whl (102.6 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Close
Hashes for rdmlpython-0.9.15-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06f4e4430204e02c4b31115886b1707852d5646007e487b35f9e477442bf382a |
|
MD5 | 1bd7ba37a865ad7fc6482e2b5be026c2 |
|
BLAKE2-256 | 589ff69b0b0f171a16249c72fa1e739d5129a7b8c629c359c2741821efcf41df |