gnu: Add r-rdisop.
* gnu/packages/bioconductor.scm (r-rdisop): New variable.
This commit is contained in:
parent
67f4383769
commit
46e267c336
1 changed files with 22 additions and 0 deletions
|
|
@ -7627,6 +7627,28 @@ from a @code{GRangesList} representation and provides a semblance of a
|
||||||
rectangular dataset.")
|
rectangular dataset.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-rdisop
|
||||||
|
(package
|
||||||
|
(name "r-rdisop")
|
||||||
|
(version "1.60.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "Rdisop" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"02mj02sa9qxc6678irx7g3yzab4sa5sf4jkdjzsi9i6519xd7sa4"))))
|
||||||
|
(properties `((upstream-name . "Rdisop")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-rcpp))
|
||||||
|
(home-page "https://github.com/sneumann/Rdisop")
|
||||||
|
(synopsis "Decomposition of isotopic patterns")
|
||||||
|
(description
|
||||||
|
"This is a package for identification of metabolites using high precision
|
||||||
|
mass spectrometry. MS peaks are used to derive a ranked list of sum formulae,
|
||||||
|
alternatively for a given sum formula the theoretical isotope distribution can
|
||||||
|
be calculated to search in MS peak lists.")
|
||||||
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public r-rhtslib
|
(define-public r-rhtslib
|
||||||
(package
|
(package
|
||||||
(name "r-rhtslib")
|
(name "r-rhtslib")
|
||||||
|
|
|
||||||
Reference in a new issue