mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Add r-gqtlstats.
* gnu/packages/bioinformatics.scm (r-gqtlstats): New variable.
This commit is contained in:
parent
7fd5f60b8f
commit
794ff347a9
1 changed files with 54 additions and 0 deletions
|
@ -9980,6 +9980,60 @@ (define-public r-ldblock
|
|||
defining LD blocks.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-gqtlstats
|
||||
(package
|
||||
(name "r-gqtlstats")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "gQTLstats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cbdqawxzgna8rrgj3siph5sw4d2pb57qc0gn6ibfkhyk45f8gdv"))))
|
||||
(properties `((upstream-name . "gQTLstats")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotationdbi" ,r-annotationdbi)
|
||||
("r-batchjobs" ,r-batchjobs)
|
||||
("r-bbmisc" ,r-bbmisc)
|
||||
("r-beeswarm" ,r-beeswarm)
|
||||
("r-biobase" ,r-biobase)
|
||||
("r-biocgenerics" ,r-biocgenerics)
|
||||
("r-doparallel" ,r-doparallel)
|
||||
("r-dplyr" ,r-dplyr)
|
||||
("r-erma" ,r-erma)
|
||||
("r-ffbase" ,r-ffbase)
|
||||
("r-foreach" ,r-foreach)
|
||||
("r-genomeinfodb" ,r-genomeinfodb)
|
||||
("r-genomicfeatures" ,r-genomicfeatures)
|
||||
("r-genomicfiles" ,r-genomicfiles)
|
||||
("r-genomicranges" ,r-genomicranges)
|
||||
("r-ggbeeswarm" ,r-ggbeeswarm)
|
||||
("r-ggplot2" ,r-ggplot2)
|
||||
("r-gqtlbase" ,r-gqtlbase)
|
||||
("r-hardyweinberg" ,r-hardyweinberg)
|
||||
("r-iranges" ,r-iranges)
|
||||
("r-ldblock" ,r-ldblock)
|
||||
("r-limma" ,r-limma)
|
||||
("r-mgcv" ,r-mgcv)
|
||||
("r-plotly" ,r-plotly)
|
||||
("r-reshape2" ,r-reshape2)
|
||||
("r-s4vectors" ,r-s4vectors)
|
||||
("r-shiny" ,r-shiny)
|
||||
("r-snpstats" ,r-snpstats)
|
||||
("r-summarizedexperiment" ,r-summarizedexperiment)
|
||||
("r-variantannotation" ,r-variantannotation)))
|
||||
(home-page "https://bioconductor.org/packages/gQTLstats")
|
||||
(synopsis "Computationally efficient analysis for eQTL and allied studies")
|
||||
(description
|
||||
"This package provides tools for the computationally efficient analysis
|
||||
of @dfn{quantitative trait loci} (QTL) data, including eQTL, mQTL, dsQTL, etc.
|
||||
The software in this package aims to support refinements and functional
|
||||
interpretation of members of a collection of association statistics on a
|
||||
family of feature/genome hypotheses.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-qvalue
|
||||
(package
|
||||
(name "r-qvalue")
|
||||
|
|
Loading…
Reference in a new issue