me
/
guix
Archived
1
0
Fork 0

gnu: flair: Add missing R package.

* gnu/packages/bioinformatics.scm (flair)[inputs]: Add r-apeglm.
Ricardo Wurmus 2022-10-28 13:09:30 +02:00
parent 917b96cef7
commit 28950ed561
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -17061,6 +17061,7 @@ module capable of computing base-level alignments for very large sequences.")
;; Used by rpy2 ;; Used by rpy2
(inputs (inputs
(list r-minimal ;for R_LIBS_SITE (list r-minimal ;for R_LIBS_SITE
r-apeglm ;for runDE
r-deseq2 ;for runDE r-deseq2 ;for runDE
r-drimseq ;for runDS r-drimseq ;for runDS
r-ggplot2 ;runDS, runDU r-ggplot2 ;runDS, runDU