mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-impute: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-impute): Move from here... * gnu/packages/bioconductor.scm (r-impute): ...to here.
This commit is contained in:
parent
a2a1d86a77
commit
b832fddbfc
2 changed files with 20 additions and 20 deletions
|
@ -2499,6 +2499,26 @@ (define-public r-hpar
|
|||
the Human Protein Atlas project.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-impute
|
||||
(package
|
||||
(name "r-impute")
|
||||
(version "1.64.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "impute" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pnjasw9i19nmxwjzrd9jbln31yc5jilfvwk414ya5zbqfsazvxa"))))
|
||||
(native-inputs
|
||||
`(("gfortran" ,gfortran)))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/impute")
|
||||
(synopsis "Imputation for microarray data")
|
||||
(description
|
||||
"This package provides a function to impute missing gene expression
|
||||
microarray data, using nearest neighbor averaging.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-limma
|
||||
(package
|
||||
(name "r-limma")
|
||||
|
|
|
@ -7976,26 +7976,6 @@ (define-public r-go-db
|
|||
information about the latest version of the Gene Ontologies.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-impute
|
||||
(package
|
||||
(name "r-impute")
|
||||
(version "1.64.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "impute" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pnjasw9i19nmxwjzrd9jbln31yc5jilfvwk414ya5zbqfsazvxa"))))
|
||||
(native-inputs
|
||||
`(("gfortran" ,gfortran)))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/impute")
|
||||
(synopsis "Imputation for microarray data")
|
||||
(description
|
||||
"This package provides a function to impute missing gene expression
|
||||
microarray data, using nearest neighbor averaging.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-seqpattern
|
||||
(package
|
||||
(name "r-seqpattern")
|
||||
|
|
Loading…
Reference in a new issue