From a0a377fdd6c873aeb6340afeddcd23b4ead7657d Mon Sep 17 00:00:00 2001 From: Mădălin Ionel Patrașcu Date: Tue, 31 Oct 2023 11:57:29 +0100 Subject: gnu: Add r-radiogx. * gnu/packages/bioconductor.scm (r-radiogx): New variable. Change-Id: I8fd06a18bd68f9a3baa2cc129d62aef06528bc97 Signed-off-by: Ricardo Wurmus --- gnu/packages/bioconductor.scm | 45 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index fc216a4573..d79236ea26 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -7847,6 +7847,51 @@ multiple sequence alignments to assess basepair conservation and covariation, with numerical methods for computing statistics for each.") (license license:gpl3))) +(define-public r-radiogx + (package + (name "r-radiogx") + (version "2.4.0") + (source + (origin + (method url-fetch) + (uri (bioconductor-uri "RadioGx" version)) + (sha256 + (base32 "18zqfnwjil4mv7fgh4wvnniyybmyqkg0hk2wc57rcn0mlppa3602")))) + (properties `((upstream-name . "RadioGx"))) + (build-system r-build-system) + (propagated-inputs + (list r-assertthat + r-biobase + r-biocgenerics + r-biocparallel + r-catools + r-coregx + r-data-table + r-downloader + r-magicaxis + r-matrixstats + r-rcolorbrewer + r-reshape2 + r-s4vectors + r-scales + r-summarizedexperiment)) + (native-inputs (list r-knitr)) + (home-page "https://bioconductor.org/packages/RadioGx") + (synopsis "Analysis of large-scale radio-genomic data") + (description + "This package is a computational tool box for radio-genomic analysis +which integrates radio-response data, radio-biological modelling and +comprehensive cell line annotations for hundreds of cancer cell lines. The +@code{RadioSet} class enables creation and manipulation of standardized +datasets including information about cancer cells lines, radio-response assays +and dose-response indicators. Included methods allow fitting and plotting +dose-response data using established radio-biological models along with +quality control to validate results. Additional functions related to fitting +and plotting dose response curves, quantifying statistical correlation and +calculating @acronym{AUC, area under the curve} or @acronym{SF, survival +fraction} are included.") + (license license:gpl3))) + (define-public r-raggedexperiment (package (name "r-raggedexperiment") -- cgit 1.4.1