diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-27 16:32:55 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-28 22:00:48 +0200 |
commit | 708fe49523de255df3898e78b3ae5a865218c0da (patch) | |
tree | 2597f0815c4ee1f76a089042ef820fead179125f | |
parent | 2f5368d678aad334149b280e9dab90ec1635104b (diff) | |
download | guix-708fe49523de255df3898e78b3ae5a865218c0da.tar guix-708fe49523de255df3898e78b3ae5a865218c0da.tar.gz |
gnu: r-simplifyenrichment: Fix typo in description.
* gnu/packages/bioconductor.scm (r-simplifyenrichment)[description]:
Fix ‘implemeted’ typo.
-rw-r--r-- | gnu/packages/bioconductor.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index e163d33b11..4ec4e78791 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -4270,7 +4270,7 @@ ungapped alignment formats.") (home-page "https://github.com/jokergoo/simplifyEnrichment") (synopsis "Simplify functional enrichment results") (description "This package provides a new clustering algorithm, binary -cut, for clustering similarity matrices of functional terms is implemeted in +cut, for clustering similarity matrices of functional terms is implemented in this package. It also provides functionalities for visualizing, summarizing and comparing the clusterings.") (license license:expat))) |