mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: Add r-breakpointr.
* gnu/packages/bioconductor.scm (r-breakpointr): New variable.
This commit is contained in:
parent
4f7ef3f528
commit
fda2d75d8d
1 changed files with 34 additions and 0 deletions
|
@ -3500,6 +3500,40 @@ (define-public r-biocgenerics
|
|||
packages.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-breakpointr
|
||||
(package
|
||||
(name "r-breakpointr")
|
||||
(version "1.16.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "breakpointR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0j1f43lhgkapjyxlil9fflqh9nf3andhmvirdcv45y60wvljn4gx"))))
|
||||
(properties `((upstream-name . "breakpointR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biocgenerics
|
||||
r-breakpointrdata
|
||||
r-cowplot
|
||||
r-doparallel
|
||||
r-foreach
|
||||
r-genomeinfodb
|
||||
r-genomicalignments
|
||||
r-genomicranges
|
||||
r-ggplot2
|
||||
r-gtools
|
||||
r-iranges
|
||||
r-rsamtools
|
||||
r-s4vectors))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://github.com/daewoooo/BreakPointR")
|
||||
(synopsis "Find breakpoints in Strand-seq data")
|
||||
(description
|
||||
"This package implements functions for finding breakpoints, plotting and
|
||||
export of Strand-seq data.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-cardelino
|
||||
(package
|
||||
(name "r-cardelino")
|
||||
|
|
Loading…
Reference in a new issue