me
/
guix
Archived
1
0
Fork 0

gnu: Add r-mdqc.

* gnu/packages/bioconductor.scm (r-mdqc): New variable.
master
Mădălin Ionel Patrașcu 2023-03-25 00:18:53 +01:00 committed by Ricardo Wurmus
parent 9f08080b38
commit b84f6c2c0e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 25 additions and 0 deletions

View File

@ -8121,6 +8121,31 @@ experiments.")
and visualizaton of alternative splicing events generated by rMATS.")
(license license:expat)))
(define-public r-mdqc
(package
(name "r-mdqc")
(version "1.62.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "mdqc" version))
(sha256
(base32 "0y35z9sw3h77a5g4ah0fxrk5xh7irdw9z0y2jhh6dp0xxcqh6i0k"))))
(properties `((upstream-name . "mdqc")))
(build-system r-build-system)
(propagated-inputs
(list r-cluster
r-mass))
(home-page "https://bioconductor.org/packages/mdqc")
(synopsis "Mahalanobis distance quality control for microarrays")
(description
"MDQC is a multivariate quality assessment method for microarrays based
on quality control (QC) reports. The Mahalanobis distance of an array's
quality attributes is used to measure the similarity of the quality of that
array against the quality of the other arrays. Then, arrays with unusually
high distances can be flagged as potentially low-quality.")
(license license:lgpl2.0+)))
(define-public r-metagenomeseq
(package
(name "r-metagenomeseq")