diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-06-28 10:18:47 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-06-28 10:18:47 +0300 |
commit | 5e5bcba29576698fe50bcf9cc8e4de2576583d2d (patch) | |
tree | a890a25d7ae9b695bed8064d8de2f9c52b65ed69 /gnu | |
parent | 54bb476670521e4af22541863cd8a308776593a6 (diff) |
gnu: r-qtl2: Update synopsis, description.
* gnu/packages/bioinformatics.scm (r-qtl2)[synopsis]: Use upstream's
synopsis.
[description]: Same.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 4b582a4809..05397e843a 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8547,11 +8547,12 @@ two-dimensional genome scans.") ("r-rsqlite" ,r-rsqlite) ("r-yaml" ,r-yaml))) (home-page "https://kbroman.org/qtl2/") - (synopsis - "QTL analysis software for high-dimensional data and complex cross designs") + (synopsis "Quantitative Trait Locus Mapping in Experimental Crosses") (description - "R/qtl2 (aka qtl2) is a reimplementation of the QTL analysis software -R/qtl, to better handle high-dimensional data and complex cross designs.") + "This package provides a set of tools to perform @dfn{Quantitative Trait +Locus} (QTL) analysis in experimental crosses. It is a reimplementation of the +@code{R/qtl} package to better handle high-dimensional data and complex cross +designs. Broman et al. (2018) <doi:10.1534/genetics.118.301595>.") (license license:gpl3))) (define-public r-zlibbioc |