Package: RDML
Type: Package
Title: Importing Real-Time Thermo Cycler (qPCR) Data from RDML Format
        Files
Version: 1.1
Date: 2025-07-09
Description: Imports real-time thermo cycler (qPCR) data from Real-time PCR
    Data Markup Language (RDML) and transforms to the appropriate formats of
    the 'qpcR' and 'chipPCR' packages, as described in Rodiger et al. (2017) <doi:10.1093/bioinformatics/btx528>.
    Contains a dendrogram visualization for the structure of RDML object and GUI for RDML editing. 
Authors@R: c(
    person("Konstantin", "Blagodatskikh",
    email = "k.blag@yandex.ru", role = c("cre", "aut")),
    person("Stefan", "Roediger",
    email = "stefan.roediger@b-tu.de",
    role = "aut"),
    person("Michal", "Burdukiewicz",
    email = "michalburdukiewicz@gmail.com", 
    comment = c(ORCID = "0000-0001-8926-582X"),
    role = "aut"),
    person("Andrej-Nikolai", "Spiess",
    email = "draspiess@gmail.com", role = "aut"))
License: MIT + file LICENSE
URL: https://github.com/PCRuniversum/RDML
Depends: R (>= 3.2.0)
Imports: checkmate (>= 1.6.2), data.table, pipeR, readxl, rlist (>=
        0.4), R6 (>= 2.0.1), stringr, tools (>= 3.2), xml2 (>= 1.0),
        lubridate (>= 1.6.0)
Collate: 'RDML.types.R' 'RDML.R' 'RDML.AsDendrogram.R' 'RDML.AsTable.R'
        'RDML.GetFData.R' 'RDML.Merge.R' 'RDML.SetFData.R'
        'RDML.init.R' 'functional_wrappers.R' 'rdmlEdit.R'
Suggests: chipPCR, magrittr, reshape2, qpcR, dplyr, ggplot2, knitr,
        kfigr, MBmca, shiny, shinyjs, shinythemes, V8, testthat
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-07-23 11:10:57 UTC; blagodatskih
Maintainer: Konstantin Blagodatskikh <k.blag@yandex.ru>
Repository: CRAN
Date/Publication: 2025-07-23 11:50:08 UTC
Author: Konstantin Blagodatskikh [cre, aut],
  Stefan Roediger [aut],
  Michal Burdukiewicz [aut] (ORCID:
    <https://orcid.org/0000-0001-8926-582X>),
  Andrej-Nikolai Spiess [aut]
Built: R 4.4.1; ; 2025-07-23 12:05:47 UTC; unix
