From 695d7720efbe72f03227a84ce557eb1a4f37d4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C4=83d=C4=83lin=20Ionel=20Patra=C8=99cu?= Date: Wed, 22 Jun 2022 16:07:05 +0200 Subject: gnu: Add r-asgsca. * gnu/packages/bioconductor.scm (r-asgsca): New variable. --- gnu/packages/bioconductor.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 375104648b..2ace372c58 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -2317,6 +2317,29 @@ reproducible gene expression signatures capable of accurately distinguishing tumor samples from healthy controls.") (license license:artistic2.0))) +(define-public r-asgsca + (package + (name "r-asgsca") + (version "1.30.0") + (source (origin + (method url-fetch) + (uri (bioconductor-uri "ASGSCA" version)) + (sha256 + (base32 + "0mxrrkm2lg7gxjh8ynn6qmryn8wqda7b83sr51dpgblay83jcbaq")))) + (properties `((upstream-name . "ASGSCA"))) + (build-system r-build-system) + (propagated-inputs (list r-mass r-matrix)) + (home-page "https://bioconductor.org/packages/ASGSCA") + (synopsis "Analysis of associations between multiple genotypes and traits") + (description + "The package @dfn{ASGSCA} (Association Study using Generalized Structured +Component Analysis) provides tools to model and test the association between +multiple genotypes and multiple traits, taking into account the prior +biological knowledge. Genes, and clinical pathways are incorporated in the +model as latent variables.") + (license license:gpl3))) + (define-public r-aspli (package (name "r-aspli") -- cgit v1.2.3