mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: Add r-adductdata.
* gnu/packages/bioconductor.scm (r-adductdata): New variable.
This commit is contained in:
parent
f455c1e313
commit
290934c8fc
1 changed files with 22 additions and 0 deletions
|
@ -1166,6 +1166,28 @@ datasets which are derived from the Allen Brain Atlas:
|
||||||
All datasets are restricted to protein coding genes.")
|
All datasets are restricted to protein coding genes.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-adductdata
|
||||||
|
(package
|
||||||
|
(name "r-adductdata")
|
||||||
|
(version "1.10.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "adductData" version 'experiment))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0bp74p06gskwn2xl1srpnmsq27ajsrlynkzw6fcmvwwjcrzljmnj"))))
|
||||||
|
(properties `((upstream-name . "adductData")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-annotationhub r-experimenthub))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
|
(home-page "https://bioconductor.org/packages/adductData")
|
||||||
|
(synopsis "Data from untargeted mass spectrometry of modifications to Cys34")
|
||||||
|
(description
|
||||||
|
"This package contains data from untargeted @dfn{mass spectrometry} (MS)
|
||||||
|
of modifications to @dfn{oxidized cysteine} (Cys) 34 in @dfn{human serum
|
||||||
|
albumin} (HSA).")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-aneufinderdata
|
(define-public r-aneufinderdata
|
||||||
(package
|
(package
|
||||||
(name "r-aneufinderdata")
|
(name "r-aneufinderdata")
|
||||||
|
|
Loading…
Add table
Reference in a new issue