mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: Add r-zebrafishrnaseq.
* gnu/packages/bioconductor.scm (r-zebrafishrnaseq): New variable. Change-Id: I5fe044acef56aba8601fea9cc766bbf69594714b
This commit is contained in:
parent
0a2a23b015
commit
15493dbf3d
1 changed files with 22 additions and 0 deletions
|
@ -2937,6 +2937,28 @@ quantifiers were @code{Cufflinks}, @code{RSEM}, @code{kallisto}, @code{Salmon}
|
|||
and @code{Sailfish}. Alevin example output is also included.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-zebrafishrnaseq
|
||||
(package
|
||||
(name "r-zebrafishrnaseq")
|
||||
(version "1.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "zebrafishRNASeq" version
|
||||
'experiment))
|
||||
(sha256
|
||||
(base32 "0h9bgqbyrakpmp15fvwpygmf0yrf8wqyfg3fnr30k46xvn265axh"))))
|
||||
(properties `((upstream-name . "zebrafishRNASeq")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/zebrafishRNASeq")
|
||||
(synopsis
|
||||
"Zebrafish RNA-Seq experimental data from Ferreira et al. (2014)")
|
||||
(description
|
||||
"This package provides gene-level read counts from RNA-Seq for
|
||||
gallein-treated and control zebrafish.")
|
||||
(license (list license:gpl2+ license:gpl3+))))
|
||||
|
||||
|
||||
|
||||
;;; Packages
|
||||
|
|
Loading…
Add table
Reference in a new issue