gnu: r-illuminahumanmethylation450kanno-ilmn12-hg19: Move to annotation section.
* gnu/packages/bioconductor.scm (r-illuminahumanmethylation450kanno-ilmn12-hg19): Move this variable up to the annotation section.
This commit is contained in:
parent
03009f2a2b
commit
919cecd00b
1 changed files with 26 additions and 26 deletions
|
@ -557,6 +557,32 @@ several related annotation packages.")
|
||||||
from several related annotation packages.")
|
from several related annotation packages.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-illuminahumanmethylation450kanno-ilmn12-hg19
|
||||||
|
(package
|
||||||
|
(name "r-illuminahumanmethylation450kanno-ilmn12-hg19")
|
||||||
|
(version "0.6.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri
|
||||||
|
"IlluminaHumanMethylation450kanno.ilmn12.hg19"
|
||||||
|
version 'annotation))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"059vlxsx3p3fcnywwirahsc6mlk813zpqnbv0jsrag6x5bb8z6r4"))))
|
||||||
|
(properties
|
||||||
|
`((upstream-name
|
||||||
|
. "IlluminaHumanMethylation450kanno.ilmn12.hg19")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-minfi))
|
||||||
|
(home-page
|
||||||
|
"https://bioconductor.org/packages/IlluminaHumanMethylation450kanno.ilmn12.hg19/")
|
||||||
|
(synopsis "Annotation for Illumina's 450k methylation arrays")
|
||||||
|
(description
|
||||||
|
"This package provides manifests and annotation for Illumina's 450k array
|
||||||
|
data.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-org-ce-eg-db
|
(define-public r-org-ce-eg-db
|
||||||
(package
|
(package
|
||||||
(name "r-org-ce-eg-db")
|
(name "r-org-ce-eg-db")
|
||||||
|
@ -11134,32 +11160,6 @@ regulatory networks from expression data.")
|
||||||
Characteristic} (ROC) curves, with a focus on micro arrays.")
|
Characteristic} (ROC) curves, with a focus on micro arrays.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-illuminahumanmethylation450kanno-ilmn12-hg19
|
|
||||||
(package
|
|
||||||
(name "r-illuminahumanmethylation450kanno-ilmn12-hg19")
|
|
||||||
(version "0.6.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (bioconductor-uri
|
|
||||||
"IlluminaHumanMethylation450kanno.ilmn12.hg19"
|
|
||||||
version 'annotation))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"059vlxsx3p3fcnywwirahsc6mlk813zpqnbv0jsrag6x5bb8z6r4"))))
|
|
||||||
(properties
|
|
||||||
`((upstream-name
|
|
||||||
. "IlluminaHumanMethylation450kanno.ilmn12.hg19")))
|
|
||||||
(build-system r-build-system)
|
|
||||||
(propagated-inputs (list r-minfi))
|
|
||||||
(home-page
|
|
||||||
"https://bioconductor.org/packages/IlluminaHumanMethylation450kanno.ilmn12.hg19/")
|
|
||||||
(synopsis "Annotation for Illumina's 450k methylation arrays")
|
|
||||||
(description
|
|
||||||
"This package provides manifests and annotation for Illumina's 450k array
|
|
||||||
data.")
|
|
||||||
(license license:artistic2.0)))
|
|
||||||
|
|
||||||
(define-public r-watermelon
|
(define-public r-watermelon
|
||||||
(package
|
(package
|
||||||
(name "r-watermelon")
|
(name "r-watermelon")
|
||||||
|
|
Reference in a new issue