mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Add r-hgu95av2.
* gnu/packages/bioconductor.scm (r-hgu95av2): New variable. Change-Id: Ibbadbfd247755c54e56cc22ec59172c4da098bdf
This commit is contained in:
parent
10980be68b
commit
3e18cf8a0a
1 changed files with 20 additions and 0 deletions
|
@ -173,6 +173,26 @@ (define-public r-genomewidesnp6crlmm
|
|||
@code{GenomeWideSnp_6} arrays using the @code{crlmm} package.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-hgu95av2
|
||||
(package
|
||||
(name "r-hgu95av2")
|
||||
(version "2.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "hgu95av2" version
|
||||
'annotation))
|
||||
(sha256
|
||||
(base32 "181bady90v89yx2gzwahhcl63aiypcx33pkfnjxkyq45qgb18bqi"))))
|
||||
(properties `((upstream-name . "hgu95av2")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/hgu95av2")
|
||||
(synopsis "Affymetrix Human Genome U95 Set annotation data (hgu95av2)")
|
||||
(description
|
||||
"This package provides Affymetrix Human Genome U95 Set annotation
|
||||
data (hgu95av2) assembled using data from public data repositories.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-hgu95av2-db
|
||||
(package
|
||||
(name "r-hgu95av2-db")
|
||||
|
|
Loading…
Reference in a new issue