gnu: Add r-hgu133plus2-db.
* gnu/packages/bioconductor.scm (r-hgu133plus2-db): New variable.
This commit is contained in:
		
							parent
							
								
									a81e20b18a
								
							
						
					
					
						commit
						65a7a73fd5
					
				
					 1 changed files with 20 additions and 0 deletions
				
			
		| 
						 | 
					@ -956,6 +956,26 @@ annotations.")
 | 
				
			||||||
Disease Ontology.")
 | 
					Disease Ontology.")
 | 
				
			||||||
    (license license:artistic2.0)))
 | 
					    (license license:artistic2.0)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public r-hgu133plus2-db
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "r-hgu133plus2-db")
 | 
				
			||||||
 | 
					    (version "3.13.0")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					     (origin
 | 
				
			||||||
 | 
					       (method url-fetch)
 | 
				
			||||||
 | 
					       (uri (bioconductor-uri "hgu133plus2.db" version 'annotation))
 | 
				
			||||||
 | 
					       (sha256
 | 
				
			||||||
 | 
					        (base32 "0i6cfk7ahql4fcgrq0dai9gkjbsahyzd9iv4lqv1ad58fzkmipnx"))))
 | 
				
			||||||
 | 
					    (properties `((upstream-name . "hgu133plus2.db")))
 | 
				
			||||||
 | 
					    (build-system r-build-system)
 | 
				
			||||||
 | 
					    (propagated-inputs (list r-annotationdbi r-org-hs-eg-db))
 | 
				
			||||||
 | 
					    (home-page "https://bioconductor.org/packages/hgu133plus2.db")
 | 
				
			||||||
 | 
					    (synopsis "Affymetrix Affymetrix HG-U133_Plus_2 Array annotation data")
 | 
				
			||||||
 | 
					    (description
 | 
				
			||||||
 | 
					     "This package provides Affymetrix HG-U133_Plus_2 array annotation
 | 
				
			||||||
 | 
					data (chip hgu133plus2) assembled using data from public repositories.")
 | 
				
			||||||
 | 
					    (license license:artistic2.0)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public r-pfam-db
 | 
					(define-public r-pfam-db
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-pfam-db")
 | 
					    (name "r-pfam-db")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue