[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/21: gnu: Add r-scone.
From: |
guix-commits |
Subject: |
16/21: gnu: Add r-scone. |
Date: |
Wed, 13 Mar 2019 08:18:13 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit f088775799f4470d8c7e2c16380f83eea4f24e0e
Author: Ricardo Wurmus <address@hidden>
Date: Wed Mar 13 13:14:40 2019 +0100
gnu: Add r-scone.
* gnu/packages/bioconductor.scm (r-scone): New variable.
---
gnu/packages/bioconductor.scm | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index dfc43ac..a95fbbf 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2083,3 +2083,43 @@ of differences between two conditions. The package also
includes functions
for simulating data with these patterns from negative binomial
distributions.")
(license license:gpl2)))
+
+(define-public r-scone
+ (package
+ (name "r-scone")
+ (version "1.6.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "scone" version))
+ (sha256
+ (base32
+ "0l1x4cjnfjbpx6k55sjqx03555daa6v63rq0rg6b7jpz8xxzwa7p"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-aroma-light" ,r-aroma-light)
+ ("r-biocparallel" ,r-biocparallel)
+ ("r-boot" ,r-boot)
+ ("r-class" ,r-class)
+ ("r-cluster" ,r-cluster)
+ ("r-compositions" ,r-compositions)
+ ("r-diptest" ,r-diptest)
+ ("r-edger" ,r-edger)
+ ("r-fpc" ,r-fpc)
+ ("r-gplots" ,r-gplots)
+ ("r-hexbin" ,r-hexbin)
+ ("r-limma" ,r-limma)
+ ("r-matrixstats" ,r-matrixstats)
+ ("r-mixtools" ,r-mixtools)
+ ("r-rarpack" ,r-rarpack)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)
+ ("r-rhdf5" ,r-rhdf5)
+ ("r-ruvseq" ,r-ruvseq)
+ ("r-summarizedexperiment" ,r-summarizedexperiment)))
+ (home-page "https://bioconductor.org/packages/scone")
+ (synopsis "Single cell overview of normalized expression data")
+ (description
+ "SCONE is an R package for comparing and ranking the performance of
+different normalization schemes for single-cell RNA-seq and other
+high-throughput analyses.")
+ (license license:artistic2.0)))
- 11/21: gnu: Add r-icobra., (continued)
- 11/21: gnu: Add r-icobra., guix-commits, 2019/03/13
- 12/21: gnu: Add r-mast., guix-commits, 2019/03/13
- 05/21: gnu: Add r-shinybs., guix-commits, 2019/03/13
- 20/21: gnu: Add r-bumphunter., guix-commits, 2019/03/13
- 09/21: gnu: Add r-nor1mix., guix-commits, 2019/03/13
- 07/21: gnu: Add r-colourpicker., guix-commits, 2019/03/13
- 04/21: gnu: Add r-ihw., guix-commits, 2019/03/13
- 08/21: gnu: Add r-ggextra., guix-commits, 2019/03/13
- 10/21: gnu: Add r-beanplot., guix-commits, 2019/03/13
- 15/21: gnu: Add r-scdd., guix-commits, 2019/03/13
- 16/21: gnu: Add r-scone.,
guix-commits <=
- 18/21: gnu: Add r-illuminaio., guix-commits, 2019/03/13
- 19/21: gnu: Add r-siggenes., guix-commits, 2019/03/13
- 03/21: gnu: Add r-lpsymphony., guix-commits, 2019/03/13
- 13/21: gnu: Add r-monocle., guix-commits, 2019/03/13
- 17/21: gnu: Add r-geoquery., guix-commits, 2019/03/13
- 14/21: gnu: Add r-noiseq., guix-commits, 2019/03/13
- 21/21: gnu: Add r-minfi., guix-commits, 2019/03/13