diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-18 08:49:45 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-18 11:18:38 +0100 |
commit | 676507e388be98d8b2c21e964f5167ce5d7f0656 (patch) | |
tree | c70d1e8935b4d1303a0c66d08e1c29117943ed3d /gnu | |
parent | d595fed33dec04b669e7180e210a3fcdd3b15a65 (diff) | |
download | patches-676507e388be98d8b2c21e964f5167ce5d7f0656.tar patches-676507e388be98d8b2c21e964f5167ce5d7f0656.tar.gz |
gnu: r-org-hs-eg-db: Clarify description.
* gnu/packages/bioinformatics.scm (r-org-hs-eg-db)[description]: Clarify.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 30ac8a80e9..4ef5b36737 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7524,8 +7524,8 @@ downloaded from Encode.") (home-page "https://www.bioconductor.org/packages/org.Hs.eg.db/") (synopsis "Genome wide annotation for Human") (description - "This package provides mappings from Entrez gene identifiers to various -annotations for the human genome.") + "This package contains genome-wide annotations for Human, primarily based +on mapping using Entrez Gene identifiers.") (license license:artistic2.0))) (define-public r-org-ce-eg-db |