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.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
rdmlpython-1.7.1-py2.py3-none-any.whl
(128.2 kB
view hashes)
Close
Hashes for rdmlpython-1.7.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a4a86b9463e8ca27380664be6de798ec0d4eacf22f36b1febed07fe1180565a |
|
MD5 | a2395869aba9a1ede7bb0bdde68c6371 |
|
BLAKE2b-256 | bef7ab8ce85429cb1ffac40ff6689282aa0dc5c70a433e7d7e920b88704e55b1 |