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
Release files for rdmlpython 1.7.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rdmlpython-1.7.2-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Release files / rdmlpython-1.7.2-py2.py3-none-any.whl
| Download URL | rdmlpython-1.7.2-py2.py3-none-any.whl |
|---|---|
| Size | 128.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
a2dc4d18849e7678d5c2f69802673b716d6dce1835232f32dde3d703372ef3a1
|
|
BLAKE2b-256 checksum How to use checksums |
3f8b31a6b8ae416af39d6b2075562bdd118f5342cf85c5d447d2c6a7d67f2c05
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.6
|