[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: Add r-gofuncr.
From: |
guix-commits |
Subject: |
03/10: gnu: Add r-gofuncr. |
Date: |
Fri, 29 Mar 2019 14:28:54 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 3972cfce6a03c8714c2b762b8d573e833efd8aee
Author: Ricardo Wurmus <address@hidden>
Date: Fri Mar 29 17:43:52 2019 +0100
gnu: Add r-gofuncr.
* gnu/packages/bioconductor.scm (r-gofuncr): New variable.
---
gnu/packages/bioconductor.scm | 47 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index c0f0520..fb7e5a9 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3383,3 +3383,50 @@ diagnostic plots of fragment size distribution,
proportion of mitochondria
reads, nucleosome positioning pattern, and CTCF or other Transcript Factor
footprints.")
(license license:gpl2+)))
+
+(define-public r-gofuncr
+ (package
+ (name "r-gofuncr")
+ (version "1.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "GOfuncR" version))
+ (sha256
+ (base32
+ "021kgcbm8n2yalhzab11cyppwznlkglynnh45wsgy9i2vi2n2znk"))))
+ (properties `((upstream-name . "GOfuncR")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-annotationdbi" ,r-annotationdbi)
+ ("r-genomicranges" ,r-genomicranges)
+ ("r-gtools" ,r-gtools)
+ ("r-iranges" ,r-iranges)
+ ("r-mapplots" ,r-mapplots)
+ ("r-rcpp" ,r-rcpp)
+ ("r-vioplot" ,r-vioplot)))
+ (home-page "https://bioconductor.org/packages/GOfuncR/")
+ (synopsis "Gene ontology enrichment using FUNC")
+ (description
+ "GOfuncR performs a gene ontology enrichment analysis based on the
+ontology enrichment software FUNC. GO-annotations are obtained from
+OrganismDb or OrgDb packages (@code{Homo.sapiens} by default); the GO-graph is
+included in the package and updated regularly. GOfuncR provides the standard
+candidate vs background enrichment analysis using the hypergeometric test, as
+well as three additional tests:
+
address@hidden
address@hidden the Wilcoxon rank-sum test that is used when genes are ranked,
address@hidden a binomial test that is used when genes are associated with two
counts,
+ and
address@hidden a Chi-square or Fisher's exact test that is used in cases when
genes are
+associated with four counts.
address@hidden enumerate
+
+To correct for multiple testing and interdependency of the tests, family-wise
+error rates are computed based on random permutations of the gene-associated
+variables. GOfuncR also provides tools for exploring the ontology graph and
+the annotations, and options to take gene-length or spatial clustering of
+genes into account. It is also possible to provide custom gene coordinates,
+annotations and ontologies.")
+ (license license:gpl2+)))
- branch master updated (32e0f90 -> 51e98f7), guix-commits, 2019/03/29
- 01/10: gnu: Add r-mapplots., guix-commits, 2019/03/29
- 03/10: gnu: Add r-gofuncr.,
guix-commits <=
- 04/10: gnu: Add r-abaenrichment., guix-commits, 2019/03/29
- 02/10: gnu: Add r-abadata., guix-commits, 2019/03/29
- 07/10: gnu: Add r-allelicimbalance., guix-commits, 2019/03/29
- 05/10: gnu: Add r-annotationfuncs., guix-commits, 2019/03/29
- 08/10: gnu: Add r-aucell., guix-commits, 2019/03/29
- 06/10: gnu: Add r-annotationtools., guix-commits, 2019/03/29
- 10/10: gnu: Add r-yamss., guix-commits, 2019/03/29
- 09/10: gnu: Add r-ebimage., guix-commits, 2019/03/29