unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61254] [PATCH] gnu: Add r-psupertime.
@ 2023-02-03 13:44 Navid Afkhami
  2023-02-03 15:53 ` bug#61254: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Navid Afkhami @ 2023-02-03 13:44 UTC (permalink / raw)
  To: 61254

* gnu/packages/bioinformatics.scm (r-psupertime): New variable.
---
 gnu/packages/bioinformatics.scm | 44 +++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b8676b0ece..703d71fb68 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8229,6 +8229,50 @@ (define-public r-doubletcollection
 benchmark of those eight mentioned methods.")
       (license license:gpl3+))))
 
+(define-public r-psupertime
+  (let ((commit "73825a28d3bd9bc881c15ee0c4c218eec1c9c207")
+        (revision "1"))
+    (package
+      (name "r-psupertime")
+      (version (git-version "0.2.6" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/wmacnair/psupertime")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "00h1r3ffz6m9dwcgkvyki8405b059qn6mnjsd8d76a1rabaf2vfh"))))
+      (properties `((upstream-name . "psupertime")))
+      (build-system r-build-system)
+      (propagated-inputs (list r-cowplot
+                               r-data-table
+                               r-fastcluster
+                               r-forcats
+                               r-ggplot2
+                               r-glmnet
+                               r-knitr
+                               r-matrix
+                               r-rcolorbrewer
+                               r-scales
+                               r-scran
+                               r-singlecellexperiment
+                               r-stringr
+                               r-summarizedexperiment
+                               r-topgo))
+      (native-inputs (list r-knitr))
+      (home-page "https://github.com/wmacnair/psupertime")
+      (synopsis
+       "Psupertime is supervised pseudotime for single cell RNAseq data")
+      (description
+       "Psupertime uses single cell RNAseq data, where the cells have a known ordering.
+This ordering helps to identify a small number of genes which place
+cells in that known order.  It can be used for discovery of relevant
+genes, for identification of subpopulations, and characterization of
+further unknown or differently labelled data.")
+      (license license:gpl3))))
+
 (define-public r-pando
   (package
     (name "r-pando")
-- 
2.34.1





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

* bug#61254: [PATCH] gnu: Add r-psupertime.
  2023-02-03 13:44 [bug#61254] [PATCH] gnu: Add r-psupertime Navid Afkhami
@ 2023-02-03 15:53 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2023-02-03 15:53 UTC (permalink / raw)
  To: 61254-done

Thanks for the patch.  Applied!

-- 
Ricardo




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

end of thread, other threads:[~2023-02-03 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-03 13:44 [bug#61254] [PATCH] gnu: Add r-psupertime Navid Afkhami
2023-02-03 15:53 ` bug#61254: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).