[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/36: gnu: Add biomaRt.
From: |
Ricardo Wurmus |
Subject: |
12/36: gnu: Add biomaRt. |
Date: |
Thu, 07 Jan 2016 16:19:07 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit c465fa72ed004ebdb18ae67309da85826d426d67
Author: Ricardo Wurmus <address@hidden>
Date: Fri Dec 18 14:06:52 2015 +0100
gnu: Add biomaRt.
* gnu/packages/bioinformatics.scm (r-biomart): New variable.
---
gnu/packages/bioinformatics.scm | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 9577f71..c8c74ff 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3515,6 +3515,36 @@ on Bioconductor or which replace R functions.")
annotation data packages using SQLite data storage.")
(license license:artistic2.0)))
+(define-public r-biomart
+ (package
+ (name "r-biomart")
+ (version "2.26.1")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "biomaRt" version))
+ (sha256
+ (base32
+ "1s709055abj2gd35g6nnk5d2ai5ii09iir270l2xika6pi62gj3f"))))
+ (properties
+ `((upstream-name . "biomaRt")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-annotationdbi" ,r-annotationdbi)
+ ("r-rcurl" ,r-rcurl)
+ ("r-xml" ,r-xml)))
+ (home-page "http://bioconductor.org/packages/biomaRt")
+ (synopsis "Interface to BioMart databases")
+ (description
+ "biomaRt provides an interface to a growing collection of databases
+implementing the @url{BioMart software suite, http://www.biomart.org}. The
+package enables retrieval of large amounts of data in a uniform way without
+the need to know the underlying database schemas or write complex SQL queries.
+Examples of BioMart databases are Ensembl, COSMIC, Uniprot, HGNC, Gramene,
+Wormbase and dbSNP mapped to Ensembl. These major databases give biomaRt
+users direct access to a diverse set of data and enable a wide range of
+powerful online queries from gene annotation to database mining.")
+ (license license:artistic2.0)))
+
(define-public r-qtl
(package
(name "r-qtl")
- 04/36: gnu: Add RCurl., (continued)
- 04/36: gnu: Add RCurl., Ricardo Wurmus, 2016/01/07
- 13/36: gnu: Add BiocParallel., Ricardo Wurmus, 2016/01/07
- 15/36: gnu: Add Rsamtools., Ricardo Wurmus, 2016/01/07
- 18/36: gnu: Add rtracklayer., Ricardo Wurmus, 2016/01/07
- 09/36: gnu: Add snow., Ricardo Wurmus, 2016/01/07
- 08/36: gnu: Add futile.logger., Ricardo Wurmus, 2016/01/07
- 14/36: gnu: Add Biostrings., Ricardo Wurmus, 2016/01/07
- 03/36: gnu: Add RSQLite., Ricardo Wurmus, 2016/01/07
- 21/36: gnu: Add SparseM., Ricardo Wurmus, 2016/01/07
- 17/36: gnu: Add GenomicAlignments., Ricardo Wurmus, 2016/01/07
- 12/36: gnu: Add biomaRt.,
Ricardo Wurmus <=
- 11/36: gnu: Add AnnotationDbi., Ricardo Wurmus, 2016/01/07
- 06/36: gnu: Add lambda.r., Ricardo Wurmus, 2016/01/07
- 20/36: gnu: Add GO.db., Ricardo Wurmus, 2016/01/07
- 16/36: gnu: Add SummarizedExperiment., Ricardo Wurmus, 2016/01/07
- 27/36: gnu: Add R.cache., Ricardo Wurmus, 2016/01/07
- 28/36: gnu: Add R.rsp., Ricardo Wurmus, 2016/01/07
- 23/36: gnu: Add base64enc., Ricardo Wurmus, 2016/01/07
- 26/36: gnu: Add R.utils., Ricardo Wurmus, 2016/01/07
- 05/36: gnu: Add r-xml., Ricardo Wurmus, 2016/01/07
- 10/36: gnu: Add Biobase., Ricardo Wurmus, 2016/01/07