[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/215: gnu: Add r-biocsingular.
From: |
guix-commits |
Subject: |
03/215: gnu: Add r-biocsingular. |
Date: |
Sun, 5 May 2019 18:15:28 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 993912905d6e9130fa4b543b7b45a07113785c8b
Author: Ricardo Wurmus <address@hidden>
Date: Sun May 5 23:13:50 2019 +0200
gnu: Add r-biocsingular.
* gnu/packages/bioconductor.scm (r-biocsingular): New variable.
---
gnu/packages/bioconductor.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index deb179c..b18c5bf 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1742,6 +1742,38 @@ to search for all neighbors within a given distance.
Parallelization is
achieved for all methods using the BiocParallel framework.")
(license license:gpl3)))
+(define-public r-biocsingular
+ (package
+ (name "r-biocsingular")
+ (version "1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "BiocSingular" version))
+ (sha256
+ (base32
+ "129z6bkdhm5wlvrjiwrr8yl2jj9chh4i6dm6firlj4c4ql3jp4f5"))))
+ (properties `((upstream-name . "BiocSingular")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-beachmat" ,r-beachmat)
+ ("r-biocgenerics" ,r-biocgenerics)
+ ("r-biocparallel" ,r-biocparallel)
+ ("r-delayedarray" ,r-delayedarray)
+ ("r-irlba" ,r-irlba)
+ ("r-matrix" ,r-matrix)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rsvd" ,r-rsvd)
+ ("r-s4vectors" ,r-s4vectors)))
+ (home-page "https://github.com/LTLA/BiocSingular")
+ (synopsis "Singular value decomposition for Bioconductor packages")
+ (description
+ "This package implements exact and approximate methods for singular value
+decomposition and principal components analysis, in a framework that allows
+them to be easily switched within Bioconductor packages or workflows. Where
+possible, parallelization is achieved using the BiocParallel framework.")
+ (license license:gpl3)))
+
(define-public r-destiny
(package
(name "r-destiny")
- branch master updated (123e424 -> 85c1d20), guix-commits, 2019/05/05
- 02/215: gnu: Add r-base64url., guix-commits, 2019/05/05
- 03/215: gnu: Add r-biocsingular.,
guix-commits <=
- 12/215: gnu: r-units: Update to 0.6-3., guix-commits, 2019/05/05
- 01/215: guix: Update to Bioconductor 3.9., guix-commits, 2019/05/05
- 05/215: gnu: Add r-grimport2., guix-commits, 2019/05/05
- 06/215: gnu: Add r-scrime., guix-commits, 2019/05/05
- 04/215: gnu: Add r-rcpphnsw., guix-commits, 2019/05/05
- 07/215: gnu: Add r-blme., guix-commits, 2019/05/05
- 11/215: gnu: Add r-dqrng., guix-commits, 2019/05/05
- 10/215: gnu: Add r-sitmo., guix-commits, 2019/05/05
- 08/215: gnu: Add r-batchtools., guix-commits, 2019/05/05
- 13/215: gnu: r-rgraphviz: Update to 2.28.0., guix-commits, 2019/05/05