* [bug#37666] [PATCH 0/2] Add r-htqpcr and r-unifiedwmwqpcr. @ 2019-10-08 16:53 zimoun 2019-10-08 17:35 ` [bug#37666] [PATCH 1/2] gnu: Add r-htqpcr zimoun 0 siblings, 1 reply; 5+ messages in thread From: zimoun @ 2019-10-08 16:53 UTC (permalink / raw) To: 37666; +Cc: zimoun Dear, These patches add two BioConductor packages. The licenses are compliant with the ones find in the file 'DESCRIPTION' but `guix build' reports: installing 0 license files from '.' All the best, simon zimoun (2): gnu: Add r-htqpcr. gnu: Add r-unifiedwmwqpcr. gnu/packages/bioconductor.scm | 59 +++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) -- 2.21.0 ^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#37666] [PATCH 1/2] gnu: Add r-htqpcr. 2019-10-08 16:53 [bug#37666] [PATCH 0/2] Add r-htqpcr and r-unifiedwmwqpcr zimoun @ 2019-10-08 17:35 ` zimoun 2019-10-08 17:35 ` [bug#37666] [PATCH 1/1] gnu: Add r-unifiedwmwqpcr zimoun ` (2 more replies) 0 siblings, 3 replies; 5+ messages in thread From: zimoun @ 2019-10-08 17:35 UTC (permalink / raw) To: 37666; +Cc: zimoun * gnu/packages/bioconductor.scm (r-htqpcr): New variable. --- gnu/packages/bioconductor.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 7b0405427c..4fc4ffbce2 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2016, 2017, 2018 Roel Janssen <roel@gnu.org> ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2019 Simon Tournier <zimon.toutoune@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -6048,3 +6049,36 @@ attributable to individual, tissue, time point, or technical variables. The package includes dream differential expression analysis for repeated measures.") (license license:gpl2+))) + +(define-public r-htqpcr + (package + (name "r-htqpcr") + (version "1.38.0") + (source + (origin + (method url-fetch) + (uri (bioconductor-uri "HTqPCR" version)) + (sha256 + (base32 + "09xgj797f0qsbm4jswxw7ijjwa4jxg06bfkq66xfhbvascyyrhg7")))) + (properties `((upstream-name . "HTqPCR"))) + (build-system r-build-system) + (propagated-inputs + `(("r-affy" ,r-affy) + ("r-biobase" ,r-biobase) + ("r-gplots" ,r-gplots) + ("r-limma" ,r-limma) + ("r-rcolorbrewer" ,r-rcolorbrewer))) + (home-page "http://www.ebi.ac.uk/bertone/software") + (synopsis "Automated analysis of high-throughput qPCR data") + (description + "Analysis of Ct values from high throughput quantitative real-time +PCR (qPCR) assays across multiple conditions or replicates. The input data +can be from spatially-defined formats such ABI TaqMan Low Density Arrays or +OpenArray; LightCycler from Roche Applied Science; the CFX plates from Bio-Rad +Laboratories; conventional 96- or 384-well plates; or microfluidic devices +such as the Dynamic Arrays from Fluidigm Corporation. HTqPCR handles data +loading, quality assessment, normalization, visualization and parametric or +non-parametric testing for statistical significance in Ct values between +features (e.g. genes, microRNAs).") + (license license:artistic2.0))) -- 2.21.0 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#37666] [PATCH 1/1] gnu: Add r-unifiedwmwqpcr. 2019-10-08 17:35 ` [bug#37666] [PATCH 1/2] gnu: Add r-htqpcr zimoun @ 2019-10-08 17:35 ` zimoun 2019-10-08 17:35 ` [bug#37666] [PATCH 2/2] " zimoun 2019-10-15 12:13 ` bug#37666: [PATCH 1/2] gnu: Add r-htqpcr Ludovic Courtès 2 siblings, 0 replies; 5+ messages in thread From: zimoun @ 2019-10-08 17:35 UTC (permalink / raw) To: 37666; +Cc: zimoun * gnu/packages/bioconductor.scm (r-unifiedwmwqpcr): New variable. --- gnu/packages/bioconductor.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 4fc4ffbce2..9cd36fc69c 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -6082,3 +6082,28 @@ loading, quality assessment, normalization, visualization and parametric or non-parametric testing for statistical significance in Ct values between features (e.g. genes, microRNAs).") (license license:artistic2.0))) + +(define-public r-unifiedwmwqpcr + (package + (name "r-unifiedwmwqpcr") + (version "1.20.0") + (source + (origin + (method url-fetch) + (uri (bioconductor-uri "unifiedWMWqPCR" version)) + (sha256 + (base32 + "10j70bp5y1x2prz2iagqmwf04y79yqinq08wz4ilh8wggb9f7l8a")))) + (properties + `((upstream-name . "unifiedWMWqPCR"))) + (build-system r-build-system) + (propagated-inputs + `(("r-biocgenerics" ,r-biocgenerics) + ("r-htqpcr" ,r-htqpcr))) + (home-page "https://bioconductor.org/packages/unifiedWMWqPCR") + (synopsis "Unified Wilcoxon-Mann Whitney Test for differential expression in qPCR data") + (description + "This packages implements the unified Wilcoxon-Mann-Whitney Test for qPCR +data. This modified test allows for testing differential expression in qPCR +data.") + (license license:gpl2+))) -- 2.21.0 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#37666] [PATCH 2/2] gnu: Add r-unifiedwmwqpcr. 2019-10-08 17:35 ` [bug#37666] [PATCH 1/2] gnu: Add r-htqpcr zimoun 2019-10-08 17:35 ` [bug#37666] [PATCH 1/1] gnu: Add r-unifiedwmwqpcr zimoun @ 2019-10-08 17:35 ` zimoun 2019-10-15 12:13 ` bug#37666: [PATCH 1/2] gnu: Add r-htqpcr Ludovic Courtès 2 siblings, 0 replies; 5+ messages in thread From: zimoun @ 2019-10-08 17:35 UTC (permalink / raw) To: 37666; +Cc: zimoun * gnu/packages/bioconductor.scm (r-unifiedwmwqpcr): New variable. --- gnu/packages/bioconductor.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 4fc4ffbce2..9cd36fc69c 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -6082,3 +6082,28 @@ loading, quality assessment, normalization, visualization and parametric or non-parametric testing for statistical significance in Ct values between features (e.g. genes, microRNAs).") (license license:artistic2.0))) + +(define-public r-unifiedwmwqpcr + (package + (name "r-unifiedwmwqpcr") + (version "1.20.0") + (source + (origin + (method url-fetch) + (uri (bioconductor-uri "unifiedWMWqPCR" version)) + (sha256 + (base32 + "10j70bp5y1x2prz2iagqmwf04y79yqinq08wz4ilh8wggb9f7l8a")))) + (properties + `((upstream-name . "unifiedWMWqPCR"))) + (build-system r-build-system) + (propagated-inputs + `(("r-biocgenerics" ,r-biocgenerics) + ("r-htqpcr" ,r-htqpcr))) + (home-page "https://bioconductor.org/packages/unifiedWMWqPCR") + (synopsis "Unified Wilcoxon-Mann Whitney Test for differential expression in qPCR data") + (description + "This packages implements the unified Wilcoxon-Mann-Whitney Test for qPCR +data. This modified test allows for testing differential expression in qPCR +data.") + (license license:gpl2+))) -- 2.21.0 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* bug#37666: [PATCH 1/2] gnu: Add r-htqpcr. 2019-10-08 17:35 ` [bug#37666] [PATCH 1/2] gnu: Add r-htqpcr zimoun 2019-10-08 17:35 ` [bug#37666] [PATCH 1/1] gnu: Add r-unifiedwmwqpcr zimoun 2019-10-08 17:35 ` [bug#37666] [PATCH 2/2] " zimoun @ 2019-10-15 12:13 ` Ludovic Courtès 2 siblings, 0 replies; 5+ messages in thread From: Ludovic Courtès @ 2019-10-15 12:13 UTC (permalink / raw) To: zimoun; +Cc: 37666-done Hello! zimoun <zimon.toutoune@gmail.com> skribis: > * gnu/packages/bioconductor.scm (r-htqpcr): New variable. [...] > * gnu/packages/bioconductor.scm (r-unifiedwmwqpcr): New variable. Applied, thanks! :-) Ludo’. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-10-15 12:14 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-10-08 16:53 [bug#37666] [PATCH 0/2] Add r-htqpcr and r-unifiedwmwqpcr zimoun 2019-10-08 17:35 ` [bug#37666] [PATCH 1/2] gnu: Add r-htqpcr zimoun 2019-10-08 17:35 ` [bug#37666] [PATCH 1/1] gnu: Add r-unifiedwmwqpcr zimoun 2019-10-08 17:35 ` [bug#37666] [PATCH 2/2] " zimoun 2019-10-15 12:13 ` bug#37666: [PATCH 1/2] gnu: Add r-htqpcr Ludovic Courtès
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/guix.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.