summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-07 12:22:12 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-05-08 12:53:14 +0200
commit155ac301f74f06cdbaeb4158da84a0921b88be65 (patch)
tree5ce6af4a96d752f64e9f026f8be3348c3a2263c9
parent6e126301b45c367d997b4a9834ef5a95239a9881 (diff)
gnu: Add r-psmatch.
* gnu/packages/bioconductor.scm (r-psmatch): New variable. Change-Id: I7b3071424563b713912016301f551ce00aceddea
-rw-r--r--gnu/packages/bioconductor.scm32
1 files changed, 32 insertions, 0 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 1bd8f9a591..3042501268 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10267,6 +10267,38 @@ data and detection of regions with abnormal copy number within each parental
chromosome. Both tumor-normal paired and tumor-only analyses are supported.")
(license license:gpl2+)))
+(define-public r-psmatch
+ (package
+ (name "r-psmatch")
+ (version "1.8.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "PSMatch" version))
+ (sha256
+ (base32 "13w145is3d95392qqdq6qh3mrlcixbj0jzz4r590xas1qjp5d03h"))))
+ (properties `((upstream-name . "PSMatch")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-biocgenerics
+ r-biocparallel
+ r-igraph
+ r-matrix
+ r-mscoreutils
+ r-protgenerics
+ r-qfeatures
+ r-s4vectors))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/RforMassSpectrometry/PSM")
+ (synopsis "Handling and managing peptide spectrum matches")
+ (description
+ "The PSMatch package helps proteomics practitioners to load, handle and
+manage peptide spectrum matches. It provides functions to model
+peptide-protein relations as adjacency matrices and connected components,
+visualise these as graphs and make informed decision about shared peptide
+filtering. The package also provides functions to calculate and visualise MS2
+fragment ions.")
+ (license license:artistic2.0)))
+
(define-public r-protgear
(package
(name "r-protgear")