all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 74115@debbugs.gnu.org
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>,
	Laurent Gatto <laurent.gatto@gmail.com>,
	Ricardo Wurmus <rekado@elephly.net>,
	Simon Tournier <zimon.toutoune@gmail.com>
Subject: [bug#74115] [PATCH] gnu: Add r-fateid.
Date: Wed, 30 Oct 2024 18:34:13 +0000	[thread overview]
Message-ID: <f24860f4f4504812ecf5d44c3ac945a22d06b136.1730313253.git.navid.afkhami@mdc-berlin.de> (raw)

* gnu/packages/cran.scm (r-fateid): New variable.

Change-Id: If8d8dc20a0d377173a7428ebbfa238695a5d8002
---
 gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 212f305ba1..aa57134166 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1038,6 +1038,35 @@ (define-public r-emdist
 Distance (EMD).")
     (license license:expat)))
 
+(define-public r-fateid
+  (package
+    (name "r-fateid")
+    (version "0.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "FateID" version))
+       (sha256
+        (base32 "0sgvaqhqkmmkcsl53bm1jlfpzrvzfb5cz8k513nizfsi638vydlm"))))
+    (properties `((upstream-name . "FateID")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-locfit
+                             r-matrixstats
+                             r-pheatmap
+                             r-princurve
+                             r-randomforest
+                             r-rcolorbrewer
+                             r-rtsne
+                             r-som
+                             r-umap))
+    (native-inputs (list r-knitr))
+    (home-page "https://cran.r-project.org/package=FateID")
+    (synopsis "Quantification of fate bias in multipotent progenitors")
+    (description
+     "This package computes cell fate bias for multi-lineage single-cell data.
+It also provides visualization tools for analyzing these biases.")
+    (license license:gpl3)))
+
 (define-public r-fuzzyjoin
   (package
     (name "r-fuzzyjoin")

base-commit: d6f775c30c6f47e174f6110d1089edc6315600e4
prerequisite-patch-id: 54292fa0b75533f02730e2da44993ad685d4a432
prerequisite-patch-id: 360575ef7e49c4e4e6b52644964df061856aee57
-- 
2.43.0





                 reply	other threads:[~2024-10-30 18:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f24860f4f4504812ecf5d44c3ac945a22d06b136.1730313253.git.navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=74115@debbugs.gnu.org \
    --cc=laurent.gatto@gmail.com \
    --cc=rekado@elephly.net \
    --cc=zimon.toutoune@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.