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 @@ Enrichment Analysis} (GSEA).")
|
||||||
the Human Protein Atlas project.")
|
the Human Protein Atlas project.")
|
||||||
(license license:artistic2.0)))
|
(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
|
(define-public r-limma
|
||||||
(package
|
(package
|
||||||
(name "r-limma")
|
(name "r-limma")
|
||||||
|
|
|
@ -7976,26 +7976,6 @@ including VCF header and contents in RDF and JSON.")
|
||||||
information about the latest version of the Gene Ontologies.")
|
information about the latest version of the Gene Ontologies.")
|
||||||
(license license:artistic2.0)))
|
(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
|
(define-public r-seqpattern
|
||||||
(package
|
(package
|
||||||
(name "r-seqpattern")
|
(name "r-seqpattern")
|
||||||
|
|
Reference in a new issue