gnu: r-simplifyenrichment: Fix typo in description.

* gnu/packages/bioconductor.scm (r-simplifyenrichment)[description]:
Fix ‘implemeted’ typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-09-27 16:32:55 +02:00
parent 2f5368d678
commit 708fe49523
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4270,7 +4270,7 @@ (define-public r-simplifyenrichment
(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)))