mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add r-flowai.
* gnu/packages/bioconductor.scm (r-flowai): New variable.
This commit is contained in:
parent
f3baa5da06
commit
e42e4cecd0
1 changed files with 40 additions and 0 deletions
|
@ -14341,6 +14341,46 @@ (define-public r-rsubread
|
|||
and to both short and long sequence reads.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-flowai
|
||||
(package
|
||||
(name "r-flowai")
|
||||
(version "1.28.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "flowAI" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18zrlnjw89iglxhw65ys8x4r44pdzp5chrgwx7w44sh7yd8576g9"))))
|
||||
(properties `((upstream-name . "flowAI")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-changepoint
|
||||
r-flowcore
|
||||
r-ggplot2
|
||||
r-knitr
|
||||
r-plyr
|
||||
r-rcolorbrewer
|
||||
r-reshape2
|
||||
r-rmarkdown
|
||||
r-scales))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/flowAI")
|
||||
(synopsis
|
||||
"Automatic and interactive quality control for flow cytometry data")
|
||||
(description
|
||||
"This package is able to perform an automatic or interactive quality
|
||||
control on FCS data acquired using flow cytometry instruments. By evaluating
|
||||
three different properties:
|
||||
|
||||
@enumerate
|
||||
@item flow rate
|
||||
@item signal acquisition, and
|
||||
@item dynamic range,
|
||||
@end enumerate
|
||||
|
||||
the quality control enables the detection and removal of anomalies.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-flowutils
|
||||
(package
|
||||
(name "r-flowutils")
|
||||
|
|
Loading…
Reference in a new issue