[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/32: gnu: r-missmethyl: Move out of experiments section.
From: |
guix-commits |
Subject: |
17/32: gnu: r-missmethyl: Move out of experiments section. |
Date: |
Wed, 19 Jul 2023 09:55:45 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2edbfd43aab8ff3a99dee552974b7c0153568ca4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jul 19 15:06:03 2023 +0200
gnu: r-missmethyl: Move out of experiments section.
* gnu/packages/bioconductor.scm (r-missmethyl): Move from experiments
section
to packages section.
---
gnu/packages/bioconductor.scm | 100 +++++++++++++++++++++---------------------
1 file changed, 50 insertions(+), 50 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b19daa2e3f..f2aecc2fd5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1731,56 +1731,6 @@ in Nature Genetics, January 2018.")
methylation arrays.")
(license license:artistic2.0)))
-(define-public r-missmethyl
- (package
- (name "r-missmethyl")
- (version "1.34.0")
- (source (origin
- (method url-fetch)
- (uri (bioconductor-uri "missMethyl" version))
- (sha256
- (base32
- "1jvrdr57mv93pcbyazcg1bcx1zd0kp72hi1if839gw54hk3igs3h"))))
- (properties `((upstream-name . "missMethyl")))
- (build-system r-build-system)
- (propagated-inputs
- (list r-annotationdbi
- r-biasedurn
- r-biobase
- r-biocgenerics
- r-genomicranges
- r-go-db
- r-illuminahumanmethylation450kanno-ilmn12-hg19
- r-illuminahumanmethylation450kmanifest
- r-illuminahumanmethylationepicanno-ilm10b4-hg19
- r-illuminahumanmethylationepicmanifest
- r-iranges
- r-limma
- r-methylumi
- r-minfi
- r-org-hs-eg-db
- r-ruv
- r-s4vectors
- r-statmod
- r-stringr
- r-summarizedexperiment))
- (native-inputs (list r-knitr))
- (home-page "https://bioconductor.org/packages/missMethyl")
- (synopsis "Analyzing Illumina HumanMethylation BeadChip data")
- (description
- "This is a package for normalization, testing for differential
-variability and differential methylation and gene set testing for data from
-Illumina's Infinium HumanMethylation arrays. The normalization procedure is
-subset-quantile within-array normalization (SWAN), which allows Infinium I and
-II type probes on a single array to be normalized together. The test for
-differential variability is based on an empirical Bayes version of Levene's
-test. Differential methylation testing is performed using RUV, which can
-adjust for systematic errors of unknown origin in high-dimensional data by
-using negative control probes. Gene ontology analysis is performed by taking
-into account the number of probes per gene on the array, as well as taking
-into account multi-gene associated probes.")
- (license license:gpl2)))
-
(define-public r-msdata
(package
(name "r-msdata")
@@ -12850,6 +12800,56 @@ model.")
methylation arrays.")
(license license:artistic2.0)))
+(define-public r-missmethyl
+ (package
+ (name "r-missmethyl")
+ (version "1.34.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "missMethyl" version))
+ (sha256
+ (base32
+ "1jvrdr57mv93pcbyazcg1bcx1zd0kp72hi1if839gw54hk3igs3h"))))
+ (properties `((upstream-name . "missMethyl")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-annotationdbi
+ r-biasedurn
+ r-biobase
+ r-biocgenerics
+ r-genomicranges
+ r-go-db
+ r-illuminahumanmethylation450kanno-ilmn12-hg19
+ r-illuminahumanmethylation450kmanifest
+ r-illuminahumanmethylationepicanno-ilm10b4-hg19
+ r-illuminahumanmethylationepicmanifest
+ r-iranges
+ r-limma
+ r-methylumi
+ r-minfi
+ r-org-hs-eg-db
+ r-ruv
+ r-s4vectors
+ r-statmod
+ r-stringr
+ r-summarizedexperiment))
+ (native-inputs (list r-knitr))
+ (home-page "https://bioconductor.org/packages/missMethyl")
+ (synopsis "Analyzing Illumina HumanMethylation BeadChip data")
+ (description
+ "This is a package for normalization, testing for differential
+variability and differential methylation and gene set testing for data from
+Illumina's Infinium HumanMethylation arrays. The normalization procedure is
+subset-quantile within-array normalization (SWAN), which allows Infinium I and
+II type probes on a single array to be normalized together. The test for
+differential variability is based on an empirical Bayes version of Levene's
+test. Differential methylation testing is performed using RUV, which can
+adjust for systematic errors of unknown origin in high-dimensional data by
+using negative control probes. Gene ontology analysis is performed by taking
+into account the number of probes per gene on the array, as well as taking
+into account multi-gene associated probes.")
+ (license license:gpl2)))
+
(define-public r-methylumi
(package
(name "r-methylumi")
- 13/32: gnu: Add r-spatialexperiment., (continued)
- 13/32: gnu: Add r-spatialexperiment., guix-commits, 2023/07/19
- 21/32: gnu: Add r-seqarray., guix-commits, 2023/07/19
- 23/32: gnu: Add r-tcgautils., guix-commits, 2023/07/19
- 28/32: import/utils: Add more initial words to beautify-description., guix-commits, 2023/07/19
- 29/32: gnu: Add r-rtcgatoolbox., guix-commits, 2023/07/19
- 10/32: gnu: Add r-tkwidgets., guix-commits, 2023/07/19
- 12/32: gnu: Add r-singscore., guix-commits, 2023/07/19
- 15/32: gnu: Add r-mfuzz., guix-commits, 2023/07/19
- 16/32: gnu: r-cellid: Move out of experiments section., guix-commits, 2023/07/19
- 18/32: gnu: Add r-survcomp., guix-commits, 2023/07/19
- 17/32: gnu: r-missmethyl: Move out of experiments section.,
guix-commits <=
- 19/32: gnu: Add r-ggtreeextra., guix-commits, 2023/07/19
- 22/32: gnu: Add r-globalancova., guix-commits, 2023/07/19
- 25/32: gnu: Add r-beaddatapackr., guix-commits, 2023/07/19
- 30/32: gnu: Add r-spectra., guix-commits, 2023/07/19
- 32/32: import/utils: beautify-description: Wrap class names in @code{...}., guix-commits, 2023/07/19
- 27/32: gnu: Add r-gwastools., guix-commits, 2023/07/19
- 31/32: gnu: Add r-qfeatures., guix-commits, 2023/07/19
- 26/32: gnu: Add r-beadarray., guix-commits, 2023/07/19