all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55128] [PATCH] gnu: Add r-affixcan.
@ 2022-04-26 15:24 Mădălin Ionel Patrașcu
  2022-04-27 14:10 ` bug#55128: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2022-04-26 15:24 UTC (permalink / raw)
  To: 55128; +Cc: rekado


* gnu/packages/bioconductor.scm (r-affixcan): New variable.
---
 gnu/packages/bioconductor.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index fa862d736f..925ebcdbdc 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1616,6 +1616,31 @@ (define-public r-adam
 functionally associated genes} (GFAG).")
     (license license:gpl2+)))
 
+(define-public r-affixcan
+  (package
+    (name "r-affixcan")
+    (version "1.12.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "AffiXcan" version))
+              (sha256
+               (base32
+                "06yn87briv2141jqad934gg5rcd90w5nghrgmbhqnmwafn72gj9d"))))
+    (properties `((upstream-name . "AffiXcan")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-biocparallel r-crayon r-multiassayexperiment
+                             r-summarizedexperiment))
+    (native-inputs (list r-knitr))
+    (home-page "https://bioconductor.org/packages/AffiXcan")
+    (synopsis "Functional approach to impute genetically regulated expression")
+    (description
+     "The @code{AffiXcan} package imputes a @dfn{Genetically regulated
+expression} (GReX) for a set of genes in a sample of individuals, using a method
+based on the @dfn{total binding affinity} (TBA).  Statistical models to impute
+GReX can be trained with a training dataset where the real total expression
+values are known.")
+    (license license:gpl3)))
+
 (define-public r-aneufinder
   (package
     (name "r-aneufinder")

base-commit: 30ff557bd7255dddec16f4a032e58f5a88d5e448
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55128: [PATCH] gnu: Add r-affixcan.
  2022-04-26 15:24 [bug#55128] [PATCH] gnu: Add r-affixcan Mădălin Ionel Patrașcu
@ 2022-04-27 14:10 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-04-27 14:10 UTC (permalink / raw)
  To: Mădălin Ionel Patrașcu; +Cc: 55128-done


Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> writes:

> * gnu/packages/bioconductor.scm (r-affixcan): New variable.

Applied with stylistic changes, thank you!

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-27 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 15:24 [bug#55128] [PATCH] gnu: Add r-affixcan Mădălin Ionel Patrașcu
2022-04-27 14:10 ` bug#55128: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.