mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05: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 @@ (define-public r-abadata
|
|||
All datasets are restricted to protein coding genes.")
|
||||
(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
|
||||
(package
|
||||
(name "r-aneufinderdata")
|
||||
|
|
Loading…
Reference in a new issue