mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-biomvrcns.
* gnu/packages/bioconductor.scm (r-biomvrcns): New variable.
This commit is contained in:
parent
9cb08ead85
commit
2794024dc2
1 changed files with 28 additions and 0 deletions
|
@ -14249,6 +14249,34 @@ (define-public r-biomvcclass
|
|||
design.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public r-biomvrcns
|
||||
(package
|
||||
(name "r-biomvrcns")
|
||||
(version "1.32.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "biomvRCNS" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wyzj422smr4m9mswzn9inc1sn86pnia7jmd6k28nd2a7fjyrm16"))))
|
||||
(properties `((upstream-name . "biomvRCNS")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-genomicranges" ,r-genomicranges)
|
||||
("r-gviz" ,r-gviz)
|
||||
("r-iranges" ,r-iranges)
|
||||
("r-mvtnorm" ,r-mvtnorm)))
|
||||
(home-page "https://bioconductor.org/packages/biomvRCNS")
|
||||
(synopsis "Copy number study and segmentation for multivariate biological data")
|
||||
(description
|
||||
"In this package, a @dfn{Hidden Semi Markov Model} (HSMM) and one
|
||||
homogeneous segmentation model are designed and implemented for segmentation
|
||||
genomic data, with the aim of assisting in transcripts detection using high
|
||||
throughput technology like RNA-seq or tiling array, and copy number analysis
|
||||
using aCGH or sequencing.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-tximeta
|
||||
(package
|
||||
(name "r-tximeta")
|
||||
|
|
Loading…
Reference in a new issue