Type: Package
Package: gDRcore
Title: Processing functions and interface to process and analyze drug
    dose-response data
Version: 1.9.3
Date: 2025-11-27
Authors@R: c(
    person("Bartosz", "Czech", , "bartosz.czech@contractors.roche.com", role = "aut",
           comment = c(ORCID = "0000-0002-9908-3007")),
    person("Arkadiusz", "Gladki", role=c("cre", "aut"), email="gladki.arkadiusz@gmail.com",
           comment = c(ORCID = "0000-0002-7059-6378")),
    person("Marc", "Hafner", role = "aut",
           comment = c(ORCID = "0000-0003-1337-7598")),
    person("Pawel", "Piatkowski", role = "aut"),
    person("Natalia", "Potocka", role = "aut"),
    person("Dariusz", "Scigocki", role = "aut"),
    person("Janina", "Smola", role = "aut"),
    person("Sergiu", "Mocanu", role = "aut"),
    person("Marcin", "Kamianowski", role="aut"),
    person("Allison", "Vuong", role = "aut")
  )
Description: This package contains core functions to process and analyze drug response data. The package provides tools for normalizing, averaging,
  and calculation of gDR metrics data. All core functions are wrapped into the pipeline function allowing analyzing the data in a straightforward way.
License: Artistic-2.0
Depends:
    R (>= 4.2)
Imports:
    BumpyMatrix,
    BiocParallel,
    checkmate,
    futile.logger,
    gDRutils (>= 1.7.1),
    MultiAssayExperiment,
    purrr,
    stringr,    
    S4Vectors,
    SummarizedExperiment,
    data.table
Suggests:
    BiocStyle,
    gDRstyle (>= 1.7.1),
    gDRimport (>= 1.7.1),
    gDRtestData (>= 1.7.1),
    IRanges,
    knitr,
    pkgbuild,
    qs,
    testthat,
    yaml
VignetteBuilder: 
    knitr
URL: https://github.com/gdrplatform/gDRcore, https://gdrplatform.github.io/gDRcore/
BugReports: https://github.com/gdrplatform/gDRcore/issues
biocViews: Software, ShinyApps
ByteCompile: TRUE
DeploySubPath: gDRcore
Encoding: UTF-8
LazyLoad: yes
NeedsCompilation: yes
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE) 
SwitchrLibrary: gDRcore
git_url: https://git.bioconductor.org/packages/gDRcore
git_branch: devel
git_last_commit: e12da0a
git_last_commit_date: 2025-11-28
Repository: Bioconductor 3.23
