[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/54: gnu: r-pcamethods: Move to (gnu packages bioconductor).
From: |
guix-commits |
Subject: |
14/54: gnu: r-pcamethods: Move to (gnu packages bioconductor). |
Date: |
Mon, 31 May 2021 10:03:07 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ad46c8aa7f8ae74aa8f594b4cd663ea2ea9a8115
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri May 21 22:25:46 2021 +0200
gnu: r-pcamethods: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-pcamethods): Move from here...
* gnu/packages/bioconductor.scm (r-pcamethods): ...to here.
---
gnu/packages/bioconductor.scm | 30 ++++++++++++++++++++++++++++++
gnu/packages/bioinformatics.scm | 30 ------------------------------
2 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b25cc8e..e70f2bc 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2731,6 +2731,36 @@ contains a number of utilities to explore the MS/MS
results and assess missed
and irregular enzymatic cleavages, mass measurement accuracy, etc.")
(license license:artistic2.0)))
+(define-public r-pcamethods
+ (package
+ (name "r-pcamethods")
+ (version "1.82.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "pcaMethods" version))
+ (sha256
+ (base32
+ "04xb4vjky6hq58l30i1iq9rv5gzjdxnidjxpnzg7pvg67vz8pgf0"))))
+ (properties `((upstream-name . "pcaMethods")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-biobase" ,r-biobase)
+ ("r-biocgenerics" ,r-biocgenerics)
+ ("r-mass" ,r-mass)
+ ("r-rcpp" ,r-rcpp)))
+ (home-page "https://github.com/hredestig/pcamethods")
+ (synopsis "Collection of PCA methods")
+ (description
+ "This package provides Bayesian PCA, Probabilistic PCA, Nipals PCA,
+Inverse Non-Linear PCA and the conventional SVD PCA. A cluster based method
+for missing value estimation is included for comparison. BPCA, PPCA and
+NipalsPCA may be used to perform PCA on incomplete data as well as for
+accurate missing value estimation. A set of methods for printing and plotting
+the results is also provided. All PCA methods make use of the same data
+structure (pcaRes) to provide a common interface to the PCA results.")
+ (license license:gpl3+)))
+
(define-public r-rbgl
(package
(name "r-rbgl")
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1b94b62..a2c99ec 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9227,36 +9227,6 @@ mzIdentML files with the drawback of having less pretty
output than a vendor
specific parser.")
(license license:gpl2+)))
-(define-public r-pcamethods
- (package
- (name "r-pcamethods")
- (version "1.82.0")
- (source
- (origin
- (method url-fetch)
- (uri (bioconductor-uri "pcaMethods" version))
- (sha256
- (base32
- "04xb4vjky6hq58l30i1iq9rv5gzjdxnidjxpnzg7pvg67vz8pgf0"))))
- (properties `((upstream-name . "pcaMethods")))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-biobase" ,r-biobase)
- ("r-biocgenerics" ,r-biocgenerics)
- ("r-mass" ,r-mass)
- ("r-rcpp" ,r-rcpp)))
- (home-page "https://github.com/hredestig/pcamethods")
- (synopsis "Collection of PCA methods")
- (description
- "This package provides Bayesian PCA, Probabilistic PCA, Nipals PCA,
-Inverse Non-Linear PCA and the conventional SVD PCA. A cluster based method
-for missing value estimation is included for comparison. BPCA, PPCA and
-NipalsPCA may be used to perform PCA on incomplete data as well as for
-accurate missing value estimation. A set of methods for printing and plotting
-the results is also provided. All PCA methods make use of the same data
-structure (pcaRes) to provide a common interface to the PCA results.")
- (license license:gpl3+)))
-
(define-public r-aroma-light
(package
(name "r-aroma-light")
- branch master updated (d2d1f8b -> ec543ba), guix-commits, 2021/05/31
- 02/54: gnu: r-rtracklayer: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 08/54: gnu: r-samr: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 04/54: gnu: r-topgo: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 09/54: gnu: r-impute: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 13/54: gnu: r-genomationdata: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 11/54: gnu: r-go-db: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 14/54: gnu: r-pcamethods: Move to (gnu packages bioconductor).,
guix-commits <=
- 16/54: gnu: r-aroma-light: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 19/54: gnu: r-interactivedisplaybase: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 06/54: gnu: r-msnid: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 07/54: gnu: r-msnbase: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 05/54: gnu: r-bsgenome: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 03/54: gnu: r-genomicfeatures: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 01/54: gnu: r-genomicalignments: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 12/54: gnu: r-genomation: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 10/54: gnu: r-seqpattern: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 15/54: gnu: r-mzid: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31