Package: heatmaply
Type: Package
Title: Interactive Cluster Heat Maps Using 'plotly'
Version: 0.8.2
Date: 2017-03-20
Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"), email =
    "tal.galili@gmail.com", comment = "https://www.r-statistics.com"),
    person("Jonathan", "Sidi", email = "yonis@metrumrg.com", comment = "https://github.com/yonicd",role = "ctb"),
    person("Alan", "Ocallaghan", comment = "https://github.com/Alanocallaghan",role = "ctb"),
    person("Yoav", "Benjamini", email = "ybenja@tau.ac.il",role = "ths"))
Description: Create interactive cluster 'heatmaps' that can be saved as a stand-alone HTML
    file, embedded in 'R Markdown' documents or in a 'Shiny' apps, and available in the 'RStudio' viewer pane, .
    Hover the mouse pointer over a cell to show details or drag a rectangle to
    zoom. A 'heatmap' is a popular graphical method for visualizing high-dimensional
    data, in which a table of numbers are encoded as a grid of colored cells. The
    rows and columns of the matrix are ordered to highlight patterns and are often
    accompanied by 'dendrograms'. 'Heatmaps' are used in many fields for visualizing
    observations, correlations, missing values patterns, and more. Interactive
    'heatmaps' allow the inspection of specific value by hovering the mouse over a
    cell, as well as zooming into a region of the 'heatmap' by dragging a rectangle
    around the relevant area. This work is based on the 'ggplot2' and 'plotly.js'
    engine. It produces similar 'heatmaps' as 'heatmap.2' or 'd3heatmap', with the advantage of speed
    ('plotly.js' is able to handle larger size matrix), the ability to zoom from the 'dendrogram' panes,
    and the placing of factor variables in the sides of the 'heatmap'.
Depends: R (>= 3.0.0), plotly (>= 4.5.2), viridis
Imports: ggplot2 (>= 2.1.0), dendextend (>= 1.4.0), magrittr (>=
        1.0.1), reshape2, scales, seriation, utils, stats, grDevices,
        colorspace, RColorBrewer, GGally, htmlwidgets
Suggests: knitr, rmarkdown, gplots
VignetteBuilder: knitr
License: GPL-2 | GPL-3
URL: https://cran.r-project.org/package=heatmaply,
        https://github.com/talgalili/heatmaply/,
        https://www.r-statistics.com/tag/heatmaply/
BugReports: https://github.com/talgalili/heatmaply/issues
LazyData: TRUE
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2017-03-20 19:19:51 UTC; junior
Author: Tal Galili [aut, cre, cph] (https://www.r-statistics.com),
  Jonathan Sidi [ctb] (https://github.com/yonicd),
  Alan Ocallaghan [ctb] (https://github.com/Alanocallaghan),
  Yoav Benjamini [ths]
Maintainer: Tal Galili <tal.galili@gmail.com>
Repository: CRAN
Date/Publication: 2017-03-21 06:50:35 UTC
