[PATCH 3/3] gnu: Add r-dorothea.

  • Done
  • quality assurance status badge
Details
2 participants
  • Navid Afkhami
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Navid Afkhami
Severity
normal

Debbugs page

Navid Afkhami wrote 2 years ago
(address . guix-patches@gnu.org)
20230203121854.95308-3-navid.afkhami@mdc-berlin.de
* gnu/packages/bioconductor.scm (r-dorothea): New variable.
---
gnu/packages/bioconductor.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)

Toggle diff (38 lines)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 521d6c00be..0786160b5e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -466,6 +466,31 @@ (define-public r-bsgenome-mmusculus-ucsc-mm10
in Biostrings objects.")
(license license:artistic2.0)))
+(define-public r-dorothea
+ (package
+ (name "r-dorothea")
+ (version "1.10.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "dorothea" version
+ 'experiment))
+ (sha256
+ (base32
+ "05vkb5mash2m8p6njk842sy5pz7vblrm8n9bphqbslm86kld5n92"))))
+ (properties `((upstream-name . "dorothea")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-bcellviper r-dplyr r-magrittr r-viper))
+ (native-inputs (list r-knitr))
+ (home-page "https://saezlab.github.io/dorothea/")
+ (synopsis "Collection of human and mouse TF regulons")
+ (description
+ "DoRothEA is a gene regulatory network containing signed transcription factor.
+DoRothEA regulons, the collection of a TF andits transcriptional targets,
+were curated and collected from different types ofevidence for both human
+and mouse. A confidence level was assigned to each TF-target interaction
+based on the number of supporting evidence.")
+ (license license:gpl3)))
+
(define-public r-genomeinfodbdata
(package
(name "r-genomeinfodbdata")
--
2.34.1
Ricardo Wurmus wrote 2 years ago
(address . 61252-done@debbugs.gnu.org)
87a61u929c.fsf@elephly.net
Thanks for the patch!

Since this depends on r-viper, which is nonfree I cannot add this
package to Guix. I have instead pushed it to the channel
“guix-science-nonfree”.

--
Ricardo
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 61252
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