~ruther/guix-local

abfd703c4e0ac84659736f53bf1bc4bc54e61a30 — Ricardo Wurmus 1 year, 1 month ago 2a4bba2
gnu: Add r-music.

* gnu/packages/bioinformatics.scm (r-music): New variable.

Change-Id: I3cf73fcb58f9a407d2795a4525038ab00d1b523f
1 files changed, 32 insertions(+), 0 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +32 -0
@@ 13276,6 13276,38 @@ The generated output can be graphically summarized using the built-in plotting
function.")
      (license license:gpl2))))

(define-public r-music
  (let ((commit "f21fe67f5670d5e9fca0ad7550abaae3423eb59c")
        (revision "2"))
    (package
      (name "r-music")
      (version (git-version "1.0.0" revision commit))
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/xuranw/MuSiC")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "05q72sml35sw3rd0lyg7r9r3470q47x5dsjn4bpgzl99s5d76llx"))))
      (properties `((upstream-name . "MuSiC")))
      (build-system r-build-system)
      (propagated-inputs (list r-biobase
                               r-ggplot2
                               r-matrix
                               r-mcmcpack
                               r-nnls
                               r-singlecellexperiment
                               r-toast))
      (native-inputs (list r-knitr))
      (home-page "https://github.com/xuranw/MuSiC")
      (synopsis "Multi-subject single cell deconvolution")
      (description
       "MuSiC is a deconvolution method that utilizes cross-subject scRNA-seq
to estimate cell type proportions in bulk RNA-seq data.")
      (license license:gpl3+))))

(define-public r-sleuth
  (package
    (name "r-sleuth")