[PATCH] gnu: Add r-parathyroidse.

  • Done
  • quality assurance status badge
Details
2 participants
  • Mădălin Ionel Patrașcu
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Mădălin Ionel Patrașcu
Severity
normal

Debbugs page

Mădălin Ionel Patrașcu wrote 3 years ago
(address . guix-patches@gnu.org)
20220822103319.29907-1-madalinionel.patrascu@mdc-berlin.de
* gnu/packages/bioconductor.scm (r-parathyroidse): New variable.
---
gnu/packages/bioconductor.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

Toggle diff (39 lines)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 7d2ca413e9..b4f880a080 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1541,6 +1541,30 @@ (define-public r-curatedtcgadata
across the entire multi-'omics experiment.")
(license license:artistic2.0)))
+(define-public r-parathyroidse
+ (package
+ (name "r-parathyroidse")
+ (version "1.34.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "parathyroidSE" version
+ 'experiment))
+ (sha256
+ (base32
+ "1h33x55c4gbzmh085skqif04wdcvjp2l9fm55qzwws27kwd30c16"))))
+ (properties `((upstream-name . "parathyroidSE")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-summarizedexperiment))
+ (home-page "https://bioconductor.org/packages/parathyroidSE")
+ (synopsis "RangedSummarizedExperiment for RNA-Seq of parathyroid tumors")
+ (description
+ "This package provides @code{RangedSummarizedExperiment} objects of read
+counts in genes and exonic parts for paired-end RNA-Seq data from experiments on
+primary cultures of parathyroid tumors. The sequencing was performed on tumor
+cultures from 4 patients at 2 time points over 3 conditions (DPN, OHT and control).")
+ ;; The author(s) mentions only LGPL without any specific version.
+ (license license:lgpl2.1+)))
+
(define-public r-tcgabiolinksgui-data
(package
(name "r-tcgabiolinksgui-data")

base-commit: 706b3ef38b2f7ce9f05aa56e2eaaaf1c19e25f90
--
2.37.2
Ricardo Wurmus wrote 3 years ago
(name . Mădălin Ionel Patrașcu)(address . madalinionel.patrascu@mdc-berlin.de)(address . 57338-done@debbugs.gnu.org)
87sflnz3nm.fsf@elephly.net
Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> writes:

Toggle quote (2 lines)
> * gnu/packages/bioconductor.scm (r-parathyroidse): New variable.

Applied, thanks!

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 57338@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57338
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help