mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Add r-pegas.
* gnu/packages/cran.scm (r-pegas): New variable.
This commit is contained in:
parent
91c1fbdfdd
commit
3d2bc81751
1 changed files with 26 additions and 0 deletions
|
@ -12305,3 +12305,29 @@ (define-public r-adegenet
|
|||
several spatial methods. A range of both empirical and simulated datasets is
|
||||
also provided to illustrate various methods.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-pegas
|
||||
(package
|
||||
(name "r-pegas")
|
||||
(version "0.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pegas" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0l21bapzbjcvblbvks3jh9rpy9hng1ccd7f0glhqw695lc737bpx"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-adegenet" ,r-adegenet)
|
||||
("r-ape" ,r-ape)))
|
||||
(home-page "http://ape-package.ird.fr/pegas.html")
|
||||
(synopsis "Population and evolutionary genetics analysis system")
|
||||
(description
|
||||
"This package provides functions for reading, writing, plotting,
|
||||
analysing, and manipulating allelic and haplotypic data, including from VCF
|
||||
files, and for the analysis of population nucleotide sequences and
|
||||
micro-satellites including coalescent analyses, linkage disequilibrium,
|
||||
population structure (Fst, Amova) and equilibrium (HWE), haplotype networks,
|
||||
minimum spanning tree and network, and median-joining networks.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue