[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: |
Tue, 11 Jul 2023 14:48:42 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 4989a5125d0064a5ec3761a061b7eb1497fe6245
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
- 101/174: gnu: r-readtext: Update to 0.90., (continued)
- 101/174: gnu: r-readtext: Update to 0.90., guix-commits, 2023/07/11
- 103/174: gnu: r-delaporte: Update to 8.1.1., guix-commits, 2023/07/11
- 104/174: gnu: r-paws-common: Update to 0.5.8., guix-commits, 2023/07/11
- 106/174: gnu: r-paws-cost-management: Update to 0.3.1., guix-commits, 2023/07/11
- 98/174: gnu: r-seurat: Update to 4.3.0.1., guix-commits, 2023/07/11
- 96/174: gnu: r-confintr: Update to 1.0.2., guix-commits, 2023/07/11
- 109/174: gnu: r-paws-application-integration: Update to 0.3.1., guix-commits, 2023/07/11
- 107/174: gnu: r-paws-developer-tools: Update to 0.3.1., guix-commits, 2023/07/11
- 114/174: gnu: r-paws-networking: Update to 0.3.0., guix-commits, 2023/07/11
- 130/174: gnu: r-robustbase: Update to 0.99-0., guix-commits, 2023/07/11
- 137/174: gnu: Add r-pfamanalyzer.,
guix-commits <=
- 116/174: gnu: r-paws-storage: Update to 0.3.0., guix-commits, 2023/07/11
- 126/174: gnu: r-rcpparmadillo: Update to 0.12.4.1.0., guix-commits, 2023/07/11
- 124/174: gnu: r-xml2: Update to 1.3.5., guix-commits, 2023/07/11
- 122/174: gnu: r-dbplyr: Update to 2.3.3., guix-commits, 2023/07/11
- 113/174: gnu: r-paws-management: Update to 0.3.1., guix-commits, 2023/07/11
- 118/174: gnu: r-paws: Update to 0.3.0., guix-commits, 2023/07/11
- 144/174: gnu: r-iranges: Update to 2.34.1., guix-commits, 2023/07/11
- 174/174: gnu: r-tcgabiolinks: Update to 2.28.3., guix-commits, 2023/07/11
- 159/174: gnu: r-interactionset: Update to 1.28.1., guix-commits, 2023/07/11
- 169/174: gnu: r-sparsematrixstats: Update to 1.12.2., guix-commits, 2023/07/11