[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/324: gnu: Add r-trajectoryutils.
From: |
guix-commits |
Subject: |
08/324: gnu: Add r-trajectoryutils. |
Date: |
Sat, 5 Jun 2021 03:14:25 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit efefb2be3a3992dacbe8a1c9ed210fb4a80331ab
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 01:47:08 2021 +0200
gnu: Add r-trajectoryutils.
* gnu/packages/bioconductor.scm (r-trajectoryutils): New variable.
---
gnu/packages/bioconductor.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 56906bd..dab37d5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4157,6 +4157,36 @@ purposes. The package also contains legacy support for
early single-end,
ungapped alignment formats.")
(license license:artistic2.0)))
+(define-public r-trajectoryutils
+ (package
+ (name "r-trajectoryutils")
+ (version "1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "TrajectoryUtils" version))
+ (sha256
+ (base32
+ "1b7mg3ypp1ay98cav47h9vn692lx0n9b5b0hpansgnkr5prb823b"))))
+ (properties
+ `((upstream-name . "TrajectoryUtils")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-igraph" ,r-igraph)
+ ("r-matrix" ,r-matrix)
+ ("r-s4vectors" ,r-s4vectors)
+ ("r-singlecellexperiment" ,r-singlecellexperiment)
+ ("r-summarizedexperiment" ,r-summarizedexperiment)))
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page "https://bioconductor.org/packages/TrajectoryUtils")
+ (synopsis "Single-cell trajectory analysis utilities")
+ (description
+ "This package implements low-level utilities for single-cell trajectory
+analysis, primarily intended for re-use inside higher-level packages. It
+includes a function to create a cluster-level minimum spanning tree and data
+structures to hold pseudotime inference results.")
+ (license license:gpl3)))
+
(define-public r-slingshot
(package
(name "r-slingshot")
- 24/324: gnu: r-biocversion: Update to 3.13.1., (continued)
- 24/324: gnu: r-biocversion: Update to 3.13.1., guix-commits, 2021/06/05
- 25/324: gnu: r-biocgenerics: Update to 0.38.0., guix-commits, 2021/06/05
- 13/324: gnu: r-rhdf5lib: Update to 1.14.0., guix-commits, 2021/06/05
- 14/324: gnu: r-bioccheck: Update to 1.28.0., guix-commits, 2021/06/05
- 17/324: gnu: r-rhdf5: Update to 2.36.0., guix-commits, 2021/06/05
- 20/324: gnu: r-flowworkspace: Update to 4.4.0., guix-commits, 2021/06/05
- 22/324: gnu: r-hdf5array: Update to 1.20.0., guix-commits, 2021/06/05
- 07/324: gnu: Add r-restfulr., guix-commits, 2021/06/05
- 12/324: gnu: Add r-metapod., guix-commits, 2021/06/05
- 26/324: gnu: r-coverageview: Update to 1.30.0., guix-commits, 2021/06/05
- 08/324: gnu: Add r-trajectoryutils.,
guix-commits <=
- 27/324: gnu: r-cummerbund: Update to 2.34.0., guix-commits, 2021/06/05
- 34/324: gnu: r-affy: Update to 1.70.0., guix-commits, 2021/06/05
- 42/324: gnu: r-annotationdbi: Update to 1.54.0., guix-commits, 2021/06/05
- 41/324: gnu: r-annotate: Update to 1.70.0., guix-commits, 2021/06/05
- 43/324: gnu: r-annotationfilter: Update to 1.16.0., guix-commits, 2021/06/05
- 44/324: gnu: r-annotationforge: Update to 1.34.0., guix-commits, 2021/06/05
- 50/324: gnu: r-biocparallel: Update to 1.26.0., guix-commits, 2021/06/05
- 30/324: gnu: r-delayedarray: Update to 0.18.0., guix-commits, 2021/06/05
- 32/324: gnu: r-ideoviz: Update to 1.28.0., guix-commits, 2021/06/05
- 53/324: gnu: r-bsgenome: Update to 1.60.0., guix-commits, 2021/06/05