[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/36: gnu: Add genomation.
From: |
Ricardo Wurmus |
Subject: |
36/36: gnu: Add genomation. |
Date: |
Thu, 07 Jan 2016 16:19:17 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit cb933df6daa08c0fbb0604f32badc7b97281d5e5
Author: Ricardo Wurmus <address@hidden>
Date: Wed Dec 23 17:35:04 2015 +0100
gnu: Add genomation.
* gnu/packages/bioinformatics.scm (r-genomation): New variable.
---
gnu/packages/bioinformatics.scm | 43 +++++++++++++++++++++++++++++++++++++++
1 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f574bde..1d29b7d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3912,6 +3912,49 @@ sequence motif occurrences across a large set of
sequences centred at a common
reference point and sorted by a user defined feature.")
(license license:gpl3+)))
+(define-public r-genomation
+ (package
+ (name "r-genomation")
+ (version "1.2.1")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "genomation" version))
+ (sha256
+ (base32
+ "1mzs995snwim13qk9kz4q3nczpnbsy1allwp4whfq0cflg2mndfr"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-biostrings" ,r-biostrings)
+ ("r-bsgenome" ,r-bsgenome)
+ ("r-data-table" ,r-data-table)
+ ("r-genomeinfodb" ,r-genomeinfodb)
+ ("r-genomicalignments" ,r-genomicalignments)
+ ("r-genomicranges" ,r-genomicranges)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-gridbase" ,r-gridbase)
+ ("r-impute" ,r-impute)
+ ("r-iranges" ,r-iranges)
+ ("r-matrixstats" ,r-matrixstats)
+ ("r-plotrix" ,r-plotrix)
+ ("r-plyr" ,r-plyr)
+ ("r-readr" ,r-readr)
+ ("r-reshape2" ,r-reshape2)
+ ("r-rsamtools" ,r-rsamtools)
+ ("r-rtracklayer" ,r-rtracklayer)
+ ("r-seqpattern" ,r-seqpattern)))
+ (home-page "http://bioinformatics.mdc-berlin.de/genomation/")
+ (synopsis "Summary, annotation and visualization of genomic data")
+ (description
+ "This package provides a package for summary and annotation of genomic
+intervals. Users can visualize and quantify genomic intervals over
+pre-defined functional regions, such as promoters, exons, introns, etc. The
+genomic intervals represent regions with a defined chromosome position, which
+may be associated with a score, such as aligned reads from HT-seq experiments,
+TF binding sites, methylation scores, etc. The package can use any tabular
+genomic feature data as long as it has minimal information on the locations of
+genomic intervals. In addition, it can use BAM or BigWig files as input.")
+ (license license:artistic2.0)))
+
(define-public r-qtl
(package
(name "r-qtl")
- 05/36: gnu: Add r-xml., (continued)
- 05/36: gnu: Add r-xml., Ricardo Wurmus, 2016/01/07
- 10/36: gnu: Add Biobase., Ricardo Wurmus, 2016/01/07
- 33/36: gnu: Add BSgenome., Ricardo Wurmus, 2016/01/07
- 19/36: gnu: Add GenomicFeatures., Ricardo Wurmus, 2016/01/07
- 22/36: gnu: Add DT., Ricardo Wurmus, 2016/01/07
- 30/36: gnu: Add topGO., Ricardo Wurmus, 2016/01/07
- 25/36: gnu: Add R.oo., Ricardo Wurmus, 2016/01/07
- 34/36: gnu: Add impute., Ricardo Wurmus, 2016/01/07
- 31/36: gnu: Add viridis., Ricardo Wurmus, 2016/01/07
- 32/36: gnu: Add plotly., Ricardo Wurmus, 2016/01/07
- 36/36: gnu: Add genomation.,
Ricardo Wurmus <=
- 24/36: gnu: Add R.methodsS3., Ricardo Wurmus, 2016/01/07
- 29/36: gnu: Add matrixStats., Ricardo Wurmus, 2016/01/07
- 35/36: gnu: Add seqPattern., Ricardo Wurmus, 2016/01/07