-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
22 lines (22 loc) · 1.16 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: EnrichedHeatmap
Type: Package
Title: Making Enriched Heatmaps
Version: 1.29.2
Date: 2022-11-10
Authors@R: person("Zuguang", "Gu", email = "[email protected]", role = c("aut", "cre"),
comment = c('ORCID'="0000-0002-7395-8709"))
Depends: R (>= 3.6.0), methods, grid, ComplexHeatmap (>= 2.11.0), GenomicRanges
Imports: matrixStats, stats, GetoptLong, Rcpp, utils, locfit, circlize (>= 0.4.5), IRanges
Suggests: testthat (>= 0.3), knitr, markdown, rmarkdown, genefilter, RColorBrewer
VignetteBuilder: knitr
Description: Enriched heatmap is a special type of heatmap which
visualizes the enrichment of genomic signals on specific target regions.
Here we implement enriched heatmap by ComplexHeatmap package.
Since this type of heatmap is just a normal heatmap but with some special settings,
with the functionality of ComplexHeatmap, it would be much easier
to customize the heatmap as well as concatenating to a list of heatmaps to
show correspondance between different data sources.
biocViews: Software, Visualization, Sequencing, GenomeAnnotation, Coverage
URL: https://github.com/jokergoo/EnrichedHeatmap
License: MIT + file LICENSE
LinkingTo: Rcpp