gnu: r-seurat-utils: Update to 2.5.0-1.c0374cc.
* gnu/packages/bioinformatics.scm (r-seurat-utils): Update to 2.5.0-1.c0374cc. [propagated-inputs]: Add r-databaselinke-r, r-enhancedvolcano, r-foreach, r-job, r-magrittr, r-pheatmap, r-plotly, r-qs, r-rstudioapi, and r-tidyverse. Change-Id: Iea2df8205357e7717c0adec00f6852794817d295master
parent
679560ffca
commit
ee0cf3b9ff
|
@ -18025,11 +18025,11 @@ genes.")
|
||||||
(license license:gpl3))))
|
(license license:gpl3))))
|
||||||
|
|
||||||
(define-public r-seurat-utils
|
(define-public r-seurat-utils
|
||||||
(let ((commit "0b6f5b548a49148cfbeaa654e8a618c0a020afa5")
|
(let ((commit "c0374cc9e25ce391ba8013fda0f8c7babbb9201d")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "r-seurat-utils")
|
(name "r-seurat-utils")
|
||||||
(version (git-version "1.6.5" revision commit))
|
(version (git-version "2.5.0" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -18038,12 +18038,15 @@ genes.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mn64h375mkj6x4ix5493z32gqg96yc507j5jr0lx9g5wk1bf762"))))
|
"15l86b43q245gzz7gsr5rhs4sir74lc14d64yqxfqcb0zrb2bzzd"))))
|
||||||
(properties `((upstream-name . "Seurat.utils")))
|
(properties `((upstream-name . "Seurat.utils")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-codeandroll2
|
(propagated-inputs (list r-codeandroll2
|
||||||
r-cowplot
|
r-cowplot
|
||||||
|
r-databaselinke-r
|
||||||
r-dplyr
|
r-dplyr
|
||||||
|
r-enhancedvolcano
|
||||||
|
r-foreach
|
||||||
r-ggcorrplot
|
r-ggcorrplot
|
||||||
r-ggexpress
|
r-ggexpress
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
|
@ -18051,15 +18054,21 @@ genes.")
|
||||||
r-ggrepel
|
r-ggrepel
|
||||||
r-hgnchelper
|
r-hgnchelper
|
||||||
r-htmlwidgets
|
r-htmlwidgets
|
||||||
|
r-job
|
||||||
|
r-magrittr
|
||||||
r-markdownhelpers
|
r-markdownhelpers
|
||||||
r-markdownreports
|
r-markdownreports
|
||||||
r-matrix
|
r-matrix
|
||||||
r-matrixstats
|
r-matrixstats
|
||||||
|
r-pheatmap
|
||||||
|
r-plotly
|
||||||
r-princurve
|
r-princurve
|
||||||
|
r-qs
|
||||||
r-r-utils
|
r-r-utils
|
||||||
r-readr
|
r-readr
|
||||||
r-readwriter
|
r-readwriter
|
||||||
r-reshape2
|
r-reshape2
|
||||||
|
r-rstudioapi
|
||||||
r-scales
|
r-scales
|
||||||
r-seurat
|
r-seurat
|
||||||
r-soupx
|
r-soupx
|
||||||
|
@ -18068,6 +18077,7 @@ genes.")
|
||||||
r-stringr
|
r-stringr
|
||||||
r-tibble
|
r-tibble
|
||||||
r-tictoc
|
r-tictoc
|
||||||
|
r-tidyverse
|
||||||
r-vroom))
|
r-vroom))
|
||||||
(home-page "https://github.com/vertesy/Seurat.utils")
|
(home-page "https://github.com/vertesy/Seurat.utils")
|
||||||
(synopsis "Collection of utility functions for Seurat")
|
(synopsis "Collection of utility functions for Seurat")
|
||||||
|
|
Reference in New Issue