guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/11: gnu: Add r-radiogx.


From: guix-commits
Subject: 11/11: gnu: Add r-radiogx.
Date: Tue, 31 Oct 2023 08:59:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a0a377fdd6c873aeb6340afeddcd23b4ead7657d
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Tue Oct 31 11:57:29 2023 +0100

    gnu: Add r-radiogx.
    
    * gnu/packages/bioconductor.scm (r-radiogx): New variable.
    
    Change-Id: I8fd06a18bd68f9a3baa2cc129d62aef06528bc97
    Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]