mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add r-ciara.
* gnu/packages/bioconductor.scm (r-ciara): New variable.
This commit is contained in:
parent
38d024dc58
commit
2efc787811
1 changed files with 24 additions and 0 deletions
|
@ -11989,6 +11989,30 @@ genes in the gene-set that are ranked above the leading edge).")
|
||||||
"This package provides a pipeline for analysing Capture Hi-C data.")
|
"This package provides a pipeline for analysing Capture Hi-C data.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
;; This is a CRAN package, but it depends on Bioconductor packages, so we put
|
||||||
|
;; it here.
|
||||||
|
(define-public r-ciara
|
||||||
|
(package
|
||||||
|
(name "r-ciara")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "CIARA" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0nr7wks9231326x0lhpbh824c6vcb5hr5jn89s9bmg9mci907bsf"))))
|
||||||
|
(properties `((upstream-name . "CIARA")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-biobase r-ggplot2 r-ggraph r-magrittr))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
|
(home-page "https://cran.r-project.org/package=CIARA")
|
||||||
|
(synopsis "Cluster-independent algorithm for rare cell types identification")
|
||||||
|
(description
|
||||||
|
"This is a package to support identification of markers of rare cell
|
||||||
|
types by looking at genes whose expression is confined in small regions of the
|
||||||
|
expression space.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-cicero
|
(define-public r-cicero
|
||||||
(package
|
(package
|
||||||
(name "r-cicero")
|
(name "r-cicero")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue