Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
cb933df6
Commit
cb933df6
authored
9 years ago
by
Ricardo Wurmus
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Add genomation.
* gnu/packages/bioinformatics.scm (r-genomation): New variable.
parent
03ea5a35
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/bioinformatics.scm
+43
-0
43 additions, 0 deletions
gnu/packages/bioinformatics.scm
with
43 additions
and
0 deletions
gnu/packages/bioinformatics.scm
+
43
−
0
View file @
cb933df6
...
...
@@ -3912,6 +3912,49 @@ (define-public r-seqpattern
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"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment