mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add r-gtrellis.
* gnu/packages/bioconductor.scm (r-gtrellis): New variable.
This commit is contained in:
parent
9563dd5599
commit
398c4a9347
1 changed files with 27 additions and 0 deletions
|
@ -3658,3 +3658,30 @@ (define-public r-yamss
|
|||
preprocess data in a way that enables reliable and powerful differential
|
||||
analysis.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-gtrellis
|
||||
(package
|
||||
(name "r-gtrellis")
|
||||
(version "1.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "gtrellis" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17c43vs6m6hj90x5is0pbcpcv59gg9z98c47hnvlypgcqch38h6v"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-circlize" ,r-circlize)
|
||||
("r-genomicranges" ,r-genomicranges)
|
||||
("r-getoptlong" ,r-getoptlong)
|
||||
("r-iranges" ,r-iranges)))
|
||||
(home-page "https://github.com/jokergoo/gtrellis")
|
||||
(synopsis "Genome level Trellis layout")
|
||||
(description
|
||||
"Genome level Trellis graph visualizes genomic data conditioned by
|
||||
genomic categories (e.g. chromosomes). For each genomic category, multiple
|
||||
dimensional data which are represented as tracks describe different features
|
||||
from different aspects. This package provides high flexibility to arrange
|
||||
genomic categories and to add self-defined graphics in the plot.")
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Reference in a new issue