mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: Add r-qqman.
* gnu/packages/cran.scm (r-qqman): New variable.
This commit is contained in:
parent
f431d5e299
commit
eb15df8dea
1 changed files with 22 additions and 0 deletions
|
@ -18684,3 +18684,25 @@ (define-public r-idpmisc
|
||||||
spectroscopy and analyses of environmental data: robust baseline fitting,
|
spectroscopy and analyses of environmental data: robust baseline fitting,
|
||||||
finding peaks in spectra, converting humidity measures.")
|
finding peaks in spectra, converting humidity measures.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public r-qqman
|
||||||
|
(package
|
||||||
|
(name "r-qqman")
|
||||||
|
(version "0.1.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "qqman" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1v9s9ag1hfb47py87wb2nad4mbsfx35832hdmrh5kxrb2f11zl1s"))))
|
||||||
|
(properties `((upstream-name . "qqman")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-calibrate" ,r-calibrate)))
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/qqman/")
|
||||||
|
(synopsis "Q-Q and Manhattan plots for GWAS data")
|
||||||
|
(description
|
||||||
|
"This package allows you to create Q-Q and Manhattan plots for GWAS data
|
||||||
|
from PLINK results.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
Loading…
Reference in a new issue