mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 15:02:55 +01:00
gnu: Add r-sigfit.
* gnu/packages/bioinformatics.scm (r-sigfit): New variable. Change-Id: I9d63975d3512cf8583e7ec22f450bb4963c9ff2f Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
daab8d5c79
commit
cc678d0e4d
1 changed files with 37 additions and 0 deletions
|
@ -1553,6 +1553,43 @@ tests (SAIGE) and controlling for sample relatedness in region-based assoc
|
||||||
tests in large cohorts and biobanks (SAIGE-GENE+).")
|
tests in large cohorts and biobanks (SAIGE-GENE+).")
|
||||||
(license license:gpl2+))))
|
(license license:gpl2+))))
|
||||||
|
|
||||||
|
(define-public r-sigfit
|
||||||
|
(package
|
||||||
|
(name "r-sigfit")
|
||||||
|
(version "2.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/kgori/sigfit")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "16r6m8p90rnb4hxl86fz3kbals3626232i8fj0zhhd23p89z3w4v"))))
|
||||||
|
(properties `((upstream-name . "sigfit")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(native-inputs (list r-codetools))
|
||||||
|
(propagated-inputs (list r-rcpp
|
||||||
|
r-rstan
|
||||||
|
r-rstantools
|
||||||
|
r-coda
|
||||||
|
r-clue
|
||||||
|
r-knitr
|
||||||
|
r-rmarkdown
|
||||||
|
r-bh
|
||||||
|
r-rcppeigen
|
||||||
|
r-stanheaders))
|
||||||
|
(home-page "https://github.com/kgori/sigfit")
|
||||||
|
(synopsis "Flexible Bayesian inference of mutational signatures")
|
||||||
|
(description
|
||||||
|
"This R package lets you estimate signatures of mutational processes and
|
||||||
|
their activities on mutation count data. Starting from a set of
|
||||||
|
@dfn{single-nucleotide variants} (SNVs), it allows both estimation of the
|
||||||
|
exposure of samples to predefined mutational signatures (including whether the
|
||||||
|
signatures are present at all), and identification of signatures de novo from
|
||||||
|
the mutation counts.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-singlet
|
(define-public r-singlet
|
||||||
(let ((commit "765a6c45081807a1522f0e8983e2417822a36f36")
|
(let ((commit "765a6c45081807a1522f0e8983e2417822a36f36")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue