gnu: Add r-bayesknockdown.

* gnu/packages/bioconductor.scm (r-bayesknockdown): New variable.

Change-Id: Icceffc04071efaa8a8b79144005fa7745abc7e1a
This commit is contained in:
Mădălin Ionel Patrașcu 2023-11-06 12:06:43 +01:00 committed by Ricardo Wurmus
parent 77025bd511
commit 598b911334
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -22757,6 +22757,30 @@ Functions are also provided to enable smooth interoperability of multiple
Python environments in a single R session.")
(license license:gpl3)))
(define-public r-bayesknockdown
(package
(name "r-bayesknockdown")
(version "1.28.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BayesKnockdown" version))
(sha256
(base32 "1argd4gfld2yb0vvpgb5k7m6agmi58712f6g5dj4gnb7kg4rp1l8"))))
(properties `((upstream-name . "BayesKnockdown")))
(build-system r-build-system)
(propagated-inputs (list r-biobase))
(home-page "https://bioconductor.org/packages/BayesKnockdown")
(synopsis "Posterior probabilities for edges from knockdown data")
(description
"This package provides a simple, fast Bayesian method for computing
posterior probabilities for relationships between a single predictor variable
and multiple potential outcome variables, incorporating prior probabilities of
relationships. In the context of knockdown experiments, the predictor
variable is the knocked-down gene, while the other genes are potential
targets. It can also be used for differential expression/2-class data.")
(license license:gpl3)))
(define-public r-biocthis
(package
(name "r-biocthis")