all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61921] [PATCH] gnu: Add r-oscope.
@ 2023-03-02 16:48 Navid Afkhami
  2023-03-03 11:57 ` bug#61921: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Navid Afkhami @ 2023-03-02 16:48 UTC (permalink / raw)
  To: 61921; +Cc: Navid Afkhami

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 2bfca85bbc..c4fb44f7b2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1702,6 +1702,37 @@ (define-public r-curatedtcgadata
 across the entire multi-'omics experiment.")
     (license license:artistic2.0)))
 
+(define-public r-oscope
+  (let ((commit "32e0ea72236128731f35a60fb5abcde5b5d35433")
+        (revision "1"))
+    (package
+      (name "r-oscope")
+      (version (git-version "1.29.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://git.bioconductor.org/packages/Oscope")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "02929i7zd4fwdhxi0h2i7y3sn6v1k3srahn5a6v9wvihp5nmgcig"))))
+      (properties `((upstream-name . "Oscope")))
+      (build-system r-build-system)
+      (propagated-inputs (list r-biocparallel r-cluster r-ebseq r-testthat))
+      (home-page "https://git.bioconductor.org/packages/Oscope")
+      (synopsis
+       "Oscillatory genes identifier in unsynchronized single cell RNA-seq")
+      (description
+       "Oscope is a oscillatory genes identifier in unsynchronized single cell RNA-seq.
+This statistical pipeline has been developed to identify and recover the
+base cycle profiles of oscillating genes in an unsynchronized single cell
+RNA-seq experiment.  The Oscope pipeline includes three modules: a sine model
+module to search for candidate oscillator pairs; a K-medoids clustering module
+to cluster candidate oscillators into groups; and an extended nearest insertion
+module to recover the base cycle order for each oscillator group.")
+      (license license:asl2.0))))
+
 (define-public r-parathyroidse
   (package
     (name "r-parathyroidse")
-- 
2.34.1





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

* bug#61921: [PATCH] gnu: Add r-oscope.
  2023-03-02 16:48 [bug#61921] [PATCH] gnu: Add r-oscope Navid Afkhami
@ 2023-03-03 11:57 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2023-03-03 11:57 UTC (permalink / raw)
  To: 61921-done

Superseded by issue 61931.

-- 
Ricardo




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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02 16:48 [bug#61921] [PATCH] gnu: Add r-oscope Navid Afkhami
2023-03-03 11:57 ` bug#61921: " 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.