mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: r-methylkit: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-methylkit): Move from here... * gnu/packages/bioconductor.scm (r-methylkit): ...to here.
This commit is contained in:
parent
7ab44aeed6
commit
c294c0d782
2 changed files with 47 additions and 47 deletions
|
@ -3307,6 +3307,53 @@ (define-public r-limma
|
|||
different technologies, including microarrays, RNA-seq, and quantitative PCR.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-methylkit
|
||||
(package
|
||||
(name "r-methylkit")
|
||||
(version "1.16.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "methylKit" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1c9b11gfh3cc37iwym9rgsba3mh2xkp78a1gvnjqhzlkiz667mn3"))))
|
||||
(properties `((upstream-name . "methylKit")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-data-table" ,r-data-table)
|
||||
("r-emdbook" ,r-emdbook)
|
||||
("r-fastseg" ,r-fastseg)
|
||||
("r-genomeinfodb" ,r-genomeinfodb)
|
||||
("r-genomicranges" ,r-genomicranges)
|
||||
("r-gtools" ,r-gtools)
|
||||
("r-iranges" ,r-iranges)
|
||||
("r-kernsmooth" ,r-kernsmooth)
|
||||
("r-limma" ,r-limma)
|
||||
("r-mclust" ,r-mclust)
|
||||
("r-mgcv" ,r-mgcv)
|
||||
("r-qvalue" ,r-qvalue)
|
||||
("r-r-utils" ,r-r-utils)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-rhtslib" ,r-rhtslib)
|
||||
("r-rsamtools" ,r-rsamtools)
|
||||
("r-rtracklayer" ,r-rtracklayer)
|
||||
("r-s4vectors" ,r-s4vectors)
|
||||
("r-zlibbioc" ,r-zlibbioc)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr))) ; for vignettes
|
||||
(home-page "https://github.com/al2na/methylKit")
|
||||
(synopsis
|
||||
"DNA methylation analysis from high-throughput bisulfite sequencing results")
|
||||
(description
|
||||
"MethylKit is an R package for DNA methylation analysis and annotation
|
||||
from high-throughput bisulfite sequencing. The package is designed to deal
|
||||
with sequencing data from @dfn{Reduced representation bisulfite
|
||||
sequencing} (RRBS) and its variants, but also target-capture methods and whole
|
||||
genome bisulfite sequencing. It also has functions to analyze base-pair
|
||||
resolution 5hmC data from experimental protocols such as oxBS-Seq and
|
||||
TAB-Seq.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-motifrg
|
||||
(package
|
||||
(name "r-motifrg")
|
||||
|
|
|
@ -8486,53 +8486,6 @@ (define-public variant-tools
|
|||
manipulate and analyze genetic variants.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-methylkit
|
||||
(package
|
||||
(name "r-methylkit")
|
||||
(version "1.16.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "methylKit" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1c9b11gfh3cc37iwym9rgsba3mh2xkp78a1gvnjqhzlkiz667mn3"))))
|
||||
(properties `((upstream-name . "methylKit")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-data-table" ,r-data-table)
|
||||
("r-emdbook" ,r-emdbook)
|
||||
("r-fastseg" ,r-fastseg)
|
||||
("r-genomeinfodb" ,r-genomeinfodb)
|
||||
("r-genomicranges" ,r-genomicranges)
|
||||
("r-gtools" ,r-gtools)
|
||||
("r-iranges" ,r-iranges)
|
||||
("r-kernsmooth" ,r-kernsmooth)
|
||||
("r-limma" ,r-limma)
|
||||
("r-mclust" ,r-mclust)
|
||||
("r-mgcv" ,r-mgcv)
|
||||
("r-qvalue" ,r-qvalue)
|
||||
("r-r-utils" ,r-r-utils)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-rhtslib" ,r-rhtslib)
|
||||
("r-rsamtools" ,r-rsamtools)
|
||||
("r-rtracklayer" ,r-rtracklayer)
|
||||
("r-s4vectors" ,r-s4vectors)
|
||||
("r-zlibbioc" ,r-zlibbioc)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr))) ; for vignettes
|
||||
(home-page "https://github.com/al2na/methylKit")
|
||||
(synopsis
|
||||
"DNA methylation analysis from high-throughput bisulfite sequencing results")
|
||||
(description
|
||||
"MethylKit is an R package for DNA methylation analysis and annotation
|
||||
from high-throughput bisulfite sequencing. The package is designed to deal
|
||||
with sequencing data from @dfn{Reduced representation bisulfite
|
||||
sequencing} (RRBS) and its variants, but also target-capture methods and whole
|
||||
genome bisulfite sequencing. It also has functions to analyze base-pair
|
||||
resolution 5hmC data from experimental protocols such as oxBS-Seq and
|
||||
TAB-Seq.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-raremetals2
|
||||
(package
|
||||
(name "r-raremetals2")
|
||||
|
|
Loading…
Reference in a new issue