[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: r-fgsea: Various grammar and spelling fixes.
From: |
guix-commits |
Subject: |
05/05: gnu: r-fgsea: Various grammar and spelling fixes. |
Date: |
Sun, 12 Apr 2020 17:44:12 -0400 (EDT) |
vagrantc pushed a commit to branch master
in repository guix.
commit 23c8ef71245dbe8fcb5dff4520c2d796afaba6e1
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 14:41:45 2020 -0700
gnu: r-fgsea: Various grammar and spelling fixes.
* gnu/packages/bioconductor (r-fgsea): Fix spelling of "standard".
Fix grammar of "allows to make" to "makes".
---
gnu/packages/bioconductor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 2fbfdba..90e0b05 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3501,8 +3501,8 @@ phenotype of interest.")
(synopsis "Fast gene set enrichment analysis")
(description
"The package implements an algorithm for fast gene set enrichment
-analysis. Using the fast algorithm allows to make more permutations and get
-more fine grained p-values, which allows to use accurate stantard approaches
+analysis. Using the fast algorithm makes more permutations and gets
+more fine grained p-values, which allows using accurate standard approaches
to multiple hypothesis correction.")
(license license:expat)))