[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
137/174: gnu: Add r-pfamanalyzer.
From: |
guix-commits |
Subject: |
137/174: gnu: Add r-pfamanalyzer. |
Date: |
Wed, 12 Jul 2023 08:32:12 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 990bac0ea5daae426801df9b64e67d51a9316d8d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 16:36:42 2023 +0200
gnu: Add r-pfamanalyzer.
* gnu/packages/bioconductor.scm (r-pfamanalyzer): New variable.
---
gnu/packages/bioconductor.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 20add7af89..840a9cdde8 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8313,6 +8313,29 @@ 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-pfamanalyzer
+ (package
+ (name "r-pfamanalyzer")
+ (version "1.0.1")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "pfamAnalyzeR" version))
+ (sha256
+ (base32
+ "0zff887lc4bjrv683kqsw47vjwmf6886wybklsf2wd6hpy23mxfy"))))
+ (properties `((upstream-name . "pfamAnalyzeR")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-dplyr r-magrittr r-readr r-stringr r-tibble))
+ (native-inputs (list r-knitr))
+ (home-page "https://bioconductor.org/packages/pfamAnalyzeR")
+ (synopsis "Identification of domain isotypes in pfam data")
+ (description
+ "This R package enables the user to read pfam predictions into R. Most
+human protein domains exist as multiple distinct variants termed domain
+isotypes. This R package enables the identification and classification of such
+domain isotypes from pfam data.")
+ (license license:expat)))
+
;; This is a CRAN package, but it depends on a Bioconductor package:
;; r-aroma-light, r-dnacopy..
(define-public r-pscbs
- 169/174: gnu: r-sparsematrixstats: Update to 1.12.2., (continued)
- 169/174: gnu: r-sparsematrixstats: Update to 1.12.2., guix-commits, 2023/07/12
- 172/174: gnu: r-biocthis: Update to 1.10.3., guix-commits, 2023/07/12
- 119/174: gnu: r-kernsmooth: Update to 2.23-22., guix-commits, 2023/07/12
- 118/174: gnu: r-paws: Update to 0.3.0., guix-commits, 2023/07/12
- 128/174: gnu: r-mvtnorm: Update to 1.2-2., guix-commits, 2023/07/12
- 125/174: gnu: r-rstudioapi: Update to 0.15.0., guix-commits, 2023/07/12
- 132/174: gnu: r-robust: Update to 0.7-2., guix-commits, 2023/07/12
- 134/174: gnu: r-logspline: Update to 2.1.20., guix-commits, 2023/07/12
- 126/174: gnu: r-rcpparmadillo: Update to 0.12.4.1.0., guix-commits, 2023/07/12
- 124/174: gnu: r-xml2: Update to 1.3.5., guix-commits, 2023/07/12
- 137/174: gnu: Add r-pfamanalyzer.,
guix-commits <=
- 141/174: gnu: r-alevinqc: Update to 1.16.1., guix-commits, 2023/07/12
- 139/174: gnu: r-gdsfmt: Update to 1.36.1., guix-commits, 2023/07/12
- 155/174: gnu: r-maaslin2: Update to 1.14.1., guix-commits, 2023/07/12
- 159/174: gnu: r-interactionset: Update to 1.28.1., guix-commits, 2023/07/12
- 166/174: gnu: r-universalmotif: Update to 1.18.1., guix-commits, 2023/07/12
- 170/174: gnu: r-delayedmatrixstats: Update to 1.22.1., guix-commits, 2023/07/12
- 116/174: gnu: r-paws-storage: Update to 0.3.0., guix-commits, 2023/07/12
- 120/174: gnu: r-matrix: Update to 1.6-0., guix-commits, 2023/07/12
- 131/174: gnu: r-rrcov: Update to 1.7-4., guix-commits, 2023/07/12
- 174/174: gnu: r-tcgabiolinks: Update to 2.28.3., guix-commits, 2023/07/12