all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55124] [PATCH] gnu: Add r-adimpute and r-saver
@ 2022-04-26 11:33 MadalinIonel.Patrascu
  2022-04-26 11:36 ` [bug#55124] [PATCH 1/2] gnu: Add r-saver Mădălin Ionel Patrașcu
  2022-04-27 13:51 ` bug#55124: [PATCH] gnu: Add r-adimpute and r-saver Ricardo Wurmus
  0 siblings, 2 replies; 4+ messages in thread
From: MadalinIonel.Patrascu @ 2022-04-26 11:33 UTC (permalink / raw)
  To: 55124

[-- Attachment #1: Type: text/plain, Size: 2 bytes --]



[-- Attachment #2: Type: text/html, Size: 533 bytes --]

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

* [bug#55124] [PATCH 1/2] gnu: Add r-saver.
  2022-04-26 11:33 [bug#55124] [PATCH] gnu: Add r-adimpute and r-saver MadalinIonel.Patrascu
@ 2022-04-26 11:36 ` Mădălin Ionel Patrașcu
  2022-04-26 11:36   ` [bug#55124] [PATCH 2/2] gnu: Add r-adimpute Mădălin Ionel Patrașcu
  2022-04-27 13:51 ` bug#55124: [PATCH] gnu: Add r-adimpute and r-saver Ricardo Wurmus
  1 sibling, 1 reply; 4+ messages in thread
From: Mădălin Ionel Patrașcu @ 2022-04-26 11:36 UTC (permalink / raw)
  To: 55124; +Cc: rekado

* gnu/packages/cran.scm (r-saver): New variable.
---
 gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 21cfca3102..ab93a94158 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2333,6 +2333,37 @@ (define-public r-sass
 language, which is stable, powerful, and CSS compatible.")
     (license license:expat)))
 
+(define-public r-saver
+  (package
+    (name "r-saver")
+    (version "1.1.2")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "SAVER" version))
+              (sha256
+               (base32
+                "1s1kw8idkaj7j90fw4qn9k0wd4vz0sblsk06ry6lm4afcar0p158"))))
+    (properties `((upstream-name . "SAVER")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-doparallel r-foreach r-glmnet r-iterators
+                             r-matrix))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/mohuangx/SAVER")
+    (synopsis
+     "Recovery of the gene expression profile in noisy and sparse scRNA-seq data")
+    (description
+     "This package is an implementation of a regularized regression prediction
+and empirical Bayes method to recover the true gene expression profile in noisy
+and sparse single-cell RNA-seq data.  In @dfn{single-cell RNA sequencing}
+(scRNA-seq) studies, only a small fraction of the transcripts present in each
+cell are sequenced.  This leads to unreliable quantification of genes with low
+or moderate expression, which hinders downstream analysis.  This package
+@dfn{single-cell analysis via expression recovery} (SAVER) implements an
+expression recovery method for unique molecule index (UMI)-based scRNA-seq data
+that borrows information across genes and cells to provide accurate expression
+estimates for all genes.")
+    (license license:gpl2)))
+
 ;; This package includes minified JavaScript files.  When upgrading please
 ;; check that there are no new minified JavaScript files.
 (define-public r-bslib

base-commit: 30ff557bd7255dddec16f4a032e58f5a88d5e448
-- 
2.34.0





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

* [bug#55124] [PATCH 2/2] gnu: Add r-adimpute.
  2022-04-26 11:36 ` [bug#55124] [PATCH 1/2] gnu: Add r-saver Mădălin Ionel Patrașcu
@ 2022-04-26 11:36   ` Mădălin Ionel Patrașcu
  0 siblings, 0 replies; 4+ messages in thread
From: Mădălin Ionel Patrașcu @ 2022-04-26 11:36 UTC (permalink / raw)
  To: 55124

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index fa862d736f..a861c2e576 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1616,6 +1616,54 @@ (define-public r-adam
 functionally associated genes} (GFAG).")
     (license license:gpl2+)))
 
+(define-public r-adimpute
+  (package
+    (name "r-adimpute")
+    (version "1.4.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "ADImpute" version))
+              (sha256
+               (base32
+                "1bkq1hd8sqg9r28r70a9vd3gb2nsmg6dybf002d621p88cdfjib2"))))
+    (properties `((upstream-name . "ADImpute")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-biocparallel
+                             r-checkmate
+                             r-data-table
+                             r-drimpute
+                             r-kernlab
+                             r-mass
+                             r-matrix
+                             r-rsvd
+                             r-s4vectors
+                             r-saver
+                             r-singlecellexperiment
+                             r-summarizedexperiment))
+    (native-inputs (list r-knitr))
+    (home-page "https://bioconductor.org/packages/ADImpute")
+    (synopsis "Adaptive computational prediction for dropout imputations")
+    (description
+     "@dfn{Single-cell RNA sequencing} (scRNA-seq) methods are typically unable
+to quantify the expression levels of all genes in a cell, creating a need for
+the computational prediction of missing values (dropout imputation).  Most
+existing dropout imputation methods are limited in the sense that they
+exclusively use the scRNA-seq dataset at hand and do not exploit external
+gene-gene relationship information.  The @code{ADImpute} package proposes two
+novel methods to address this issue:
+
+@enumerate
+@item a gene regulatory network-based approach using gene-gene relationships
+learnt from external data;
+@item a baseline approach corresponding to a sample-wide average.
+@end enumerate
+
+@code{ADImpute} implements these novel methods and also combines them with
+existing imputation methods like @code{DrImpute} and @code{SAVER}.
+@code{ADImpute} can learn the best performing method per gene and combine the
+results from different methods into an ensemble.")
+    (license license:gpl3+)))
+
 (define-public r-aneufinder
   (package
     (name "r-aneufinder")
-- 
2.34.0





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

* bug#55124: [PATCH] gnu: Add r-adimpute and r-saver
  2022-04-26 11:33 [bug#55124] [PATCH] gnu: Add r-adimpute and r-saver MadalinIonel.Patrascu
  2022-04-26 11:36 ` [bug#55124] [PATCH 1/2] gnu: Add r-saver Mădălin Ionel Patrașcu
@ 2022-04-27 13:51 ` Ricardo Wurmus
  1 sibling, 0 replies; 4+ messages in thread
From: Ricardo Wurmus @ 2022-04-27 13:51 UTC (permalink / raw)
  To: 55124-done

Thanks for the patches.  I applied them with minor stylistic changes.

-- 
Ricardo




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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 11:33 [bug#55124] [PATCH] gnu: Add r-adimpute and r-saver MadalinIonel.Patrascu
2022-04-26 11:36 ` [bug#55124] [PATCH 1/2] gnu: Add r-saver Mădălin Ionel Patrașcu
2022-04-26 11:36   ` [bug#55124] [PATCH 2/2] gnu: Add r-adimpute Mădălin Ionel Patrașcu
2022-04-27 13:51 ` bug#55124: [PATCH] gnu: Add r-adimpute and r-saver 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.