mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
gnu: Add r-genefilter.
* gnu/packages/bioinformatics.scm (r-genefilter): New variable.
This commit is contained in:
parent
2d21d44dbd
commit
2301fd3e4d
1 changed files with 26 additions and 0 deletions
|
@ -5099,6 +5099,32 @@ (define-public r-geneplotter
|
|||
"This package provides functions for plotting genomic data.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-genefilter
|
||||
(package
|
||||
(name "r-genefilter")
|
||||
(version "1.54.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "genefilter" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hmz6as0njvrsrdbgmk72jyclnnqvfdvp6kqv456h43ldq2ajfv5"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("gfortran" ,gfortran)))
|
||||
(propagated-inputs
|
||||
`(("r-annotate" ,r-annotate)
|
||||
("r-annotationdbi" ,r-annotationdbi)
|
||||
("r-biobase" ,r-biobase)
|
||||
("r-s4vectors" ,r-s4vectors)))
|
||||
(home-page "http://bioconductor.org/packages/genefilter")
|
||||
(synopsis "Filter genes from high-throughput experiments")
|
||||
(description
|
||||
"This package provides basic functions for filtering genes from
|
||||
high-throughput sequencing experiments.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public vsearch
|
||||
(package
|
||||
(name "vsearch")
|
||||
|
|
Loading…
Reference in a new issue