gnu: Add r-gprofiler.

* gnu/packages/bioinformatics.scm (r-gprofiler): New variable.
master
Ricardo Wurmus 2017-11-07 15:35:22 +01:00
parent 60faf94597
commit 96a392a0b2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 24 additions and 0 deletions

View File

@ -9768,6 +9768,30 @@ views. High-level plots include sequence fragment length, edge-linked
interval to data view, mismatch pileup, and several splicing summaries.")
(license license:artistic2.0)))
(define-public r-gprofiler
(package
(name "r-gprofiler")
(version "0.6.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "gProfileR" version))
(sha256
(base32
"1qix15d0wa9nspdclcawml94mng4qmr2jciv7d24py315wfsvv8p"))))
(properties `((upstream-name . "gProfileR")))
(build-system r-build-system)
(propagated-inputs
`(("r-plyr" ,r-plyr)
("r-rcurl" ,r-rcurl)))
(home-page "http://cran.r-project.org/web/packages/gProfileR/")
(synopsis "Interface to the g:Profiler toolkit")
(description
"This package provides tools for functional enrichment analysis,
gene identifier conversion and mapping homologous genes across related
organisms via the @code{g:Profiler} toolkit.")
(license license:gpl2+)))
(define-public r-qvalue
(package
(name "r-qvalue")