diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2020-10-30 21:46:26 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2020-10-30 21:49:33 +0100 |
| commit | a07717cc8bdde665ee577eb2b008865fbf768533 (patch) | |
| tree | e44d0806e9453263c2f0deb0646fb375988c9840 /gnu | |
| parent | 96767739a1d2222ed802dd5dcfa2bda1df85df77 (diff) | |
gnu: Add r-perfmeas.
* gnu/packages/bioconductor.scm (r-perfmeas): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioconductor.scm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index f30f2fd1179..eac9c074a9b 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm | |||
| @@ -1765,6 +1765,32 @@ expressed genes in DNA microarray experiments.") | |||
| 1765 | fitting of some classes of graphical Markov models.") | 1765 | fitting of some classes of graphical Markov models.") |
| 1766 | (license license:gpl2+))) | 1766 | (license license:gpl2+))) |
| 1767 | 1767 | ||
| 1768 | ;; This is a CRAN package, but it depends on a Bioconductor package, r-graph. | ||
| 1769 | (define-public r-perfmeas | ||
| 1770 | (package | ||
| 1771 | (name "r-perfmeas") | ||
| 1772 | (version "1.2.1") | ||
| 1773 | (source | ||
| 1774 | (origin | ||
| 1775 | (method url-fetch) | ||
| 1776 | (uri (cran-uri "PerfMeas" version)) | ||
| 1777 | (sha256 | ||
| 1778 | (base32 | ||
| 1779 | "1x7ancmb41zd1js24rx94plgbssyc71z2bvpic6mg34xjkwdjw93")))) | ||
| 1780 | (properties `((upstream-name . "PerfMeas"))) | ||
| 1781 | (build-system r-build-system) | ||
| 1782 | (propagated-inputs | ||
| 1783 | `(("r-graph" ,r-graph) | ||
| 1784 | ("r-limma" ,r-limma) | ||
| 1785 | ("r-rbgl" ,r-rbgl))) | ||
| 1786 | (home-page "https://cran.r-project.org/web/packages/PerfMeas/") | ||
| 1787 | (synopsis "Performance measures for ranking and classification tasks") | ||
| 1788 | (description | ||
| 1789 | "This package implements different performance measures for | ||
| 1790 | classification and ranking tasks. @dfn{Area under curve} (AUC), precision at | ||
| 1791 | a given recall, F-score for single and multiple classes are available.") | ||
| 1792 | (license license:gpl2+))) | ||
| 1793 | |||
| 1768 | ;; This is a CRAN package, but it depends on a Bioconductor package. | 1794 | ;; This is a CRAN package, but it depends on a Bioconductor package. |
| 1769 | (define-public r-codedepends | 1795 | (define-public r-codedepends |
| 1770 | (package | 1796 | (package |
