[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/54: gnu: r-mutationalpatterns: Move to (gnu packages bioconductor).
From: |
guix-commits |
Subject: |
42/54: gnu: r-mutationalpatterns: Move to (gnu packages bioconductor). |
Date: |
Mon, 31 May 2021 10:03:17 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit bf8f50295696a95a0ae3dca14188709b4330efac
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri May 21 22:26:14 2021 +0200
gnu: r-mutationalpatterns: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Move from here...
* gnu/packages/bioconductor.scm (r-mutationalpatterns): ...to here.
---
gnu/packages/bioconductor.scm | 45 +++++++++++++++++++++++++++++++++++++++++
gnu/packages/bioinformatics.scm | 45 -----------------------------------------
2 files changed, 45 insertions(+), 45 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ca9e15d..f66ba6c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3218,6 +3218,51 @@ different technologies, including microarrays, RNA-seq,
and quantitative PCR.")
throughput genetic sequencing data sets using regression methods.")
(license license:artistic2.0)))
+(define-public r-mutationalpatterns
+ (package
+ (name "r-mutationalpatterns")
+ (version "3.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "MutationalPatterns" version))
+ (sha256
+ (base32
+ "1988kjjgq8af0hj7chhpxi88717wwmzs9qgrwapjh0hm2hjwhn35"))))
+ (build-system r-build-system)
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (propagated-inputs
+ `(("r-biocgenerics" ,r-biocgenerics)
+ ("r-biostrings" ,r-biostrings)
+ ("r-bsgenome" ,r-bsgenome)
+ ;; These two packages are suggested packages
+ ("r-bsgenome-hsapiens-1000g" ,r-bsgenome-hsapiens-1000genomes-hs37d5)
+ ("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
+ ("r-cowplot" ,r-cowplot)
+ ("r-dplyr" ,r-dplyr)
+ ("r-genomeinfodb" ,r-genomeinfodb)
+ ("r-genomicranges" ,r-genomicranges)
+ ("r-ggalluvial" ,r-ggalluvial)
+ ("r-ggdendro" ,r-ggdendro)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-iranges" ,r-iranges)
+ ("r-magrittr" ,r-magrittr)
+ ("r-nmf" ,r-nmf)
+ ("r-pracma" ,r-pracma)
+ ("r-purrr" ,r-purrr)
+ ("r-s4vectors" ,r-s4vectors)
+ ("r-stringr" ,r-stringr)
+ ("r-tibble" ,r-tibble)
+ ("r-tidyr" ,r-tidyr)
+ ("r-variantannotation" ,r-variantannotation)))
+ (home-page "https://bioconductor.org/packages/MutationalPatterns/")
+ (synopsis "Extract and visualize mutational patterns in genomic data")
+ (description "This package provides an extensive toolset for the
+characterization and visualization of a wide range of mutational patterns
+in SNV base substitution data.")
+ (license license:expat)))
+
(define-public r-msnbase
(package
(name "r-msnbase")
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e9eebd3..2fc46c7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8097,51 +8097,6 @@ secondary structure and comparative analysis in R.")
@dfn{RNA-centric annotation system} (RCAS).")
(license license:agpl3+)))
-(define-public r-mutationalpatterns
- (package
- (name "r-mutationalpatterns")
- (version "3.0.1")
- (source
- (origin
- (method url-fetch)
- (uri (bioconductor-uri "MutationalPatterns" version))
- (sha256
- (base32
- "1988kjjgq8af0hj7chhpxi88717wwmzs9qgrwapjh0hm2hjwhn35"))))
- (build-system r-build-system)
- (native-inputs
- `(("r-knitr" ,r-knitr)))
- (propagated-inputs
- `(("r-biocgenerics" ,r-biocgenerics)
- ("r-biostrings" ,r-biostrings)
- ("r-bsgenome" ,r-bsgenome)
- ;; These two packages are suggested packages
- ("r-bsgenome-hsapiens-1000g" ,r-bsgenome-hsapiens-1000genomes-hs37d5)
- ("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
- ("r-cowplot" ,r-cowplot)
- ("r-dplyr" ,r-dplyr)
- ("r-genomeinfodb" ,r-genomeinfodb)
- ("r-genomicranges" ,r-genomicranges)
- ("r-ggalluvial" ,r-ggalluvial)
- ("r-ggdendro" ,r-ggdendro)
- ("r-ggplot2" ,r-ggplot2)
- ("r-iranges" ,r-iranges)
- ("r-magrittr" ,r-magrittr)
- ("r-nmf" ,r-nmf)
- ("r-pracma" ,r-pracma)
- ("r-purrr" ,r-purrr)
- ("r-s4vectors" ,r-s4vectors)
- ("r-stringr" ,r-stringr)
- ("r-tibble" ,r-tibble)
- ("r-tidyr" ,r-tidyr)
- ("r-variantannotation" ,r-variantannotation)))
- (home-page "https://bioconductor.org/packages/MutationalPatterns/")
- (synopsis "Extract and visualize mutational patterns in genomic data")
- (description "This package provides an extensive toolset for the
-characterization and visualization of a wide range of mutational patterns
-in SNV base substitution data.")
- (license license:expat)))
-
(define-public r-chipkernels
(let ((commit "c9cfcacb626b1221094fb3490ea7bac0fd625372")
(revision "1"))
- 29/54: gnu: r-affyio: Move to (gnu packages bioconductor)., (continued)
- 29/54: gnu: r-affyio: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 21/54: gnu: r-fastseg: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 25/54: gnu: r-complexheatmap: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 20/54: gnu: r-annotationhub: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 22/54: gnu: r-affy: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 32/54: gnu: r-ensembldb: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 33/54: gnu: r-mzr: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 34/54: gnu: r-protgenerics: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 43/54: gnu: r-tximport: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 28/54: gnu: r-organismdbi: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 42/54: gnu: r-mutationalpatterns: Move to (gnu packages bioconductor).,
guix-commits <=
- 46/54: gnu: r-rhdf5: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 48/54: gnu: r-copyhelper: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 51/54: gnu: r-phantompeakqualtools: Let-bind commit, set revision to 1., guix-commits, 2021/05/31
- 24/54: gnu: r-gage: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 26/54: gnu: r-genomicfiles: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 27/54: gnu: r-dirichletmultinomial: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 31/54: gnu: r-biovizbase: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 36/54: gnu: r-motifrg: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 39/54: gnu: r-rhtslib: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 23/54: gnu: r-keggrest: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31