File: compare_heatmap.2.Rd

package info (click to toggle)
r-bioc-complexheatmap 2.14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,632 kB
  • sloc: makefile: 5
file content (24 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\name{compare_heatmap.2}
\alias{compare_heatmap.2}
\title{
Compare heatmaps between gplots::heatmap.2() and ComplexHeatmap::heatmap()
}
\description{
Compare heatmaps between gplots::heatmap.2() and ComplexHeatmap::heatmap()
}
\usage{
compare_heatmap.2(...)
}
\arguments{

  \item{...}{The same set of arguments passed to \code{gplots::heatmap.2} and \code{ComplexHeatmap::heatmap.2}.}

}
\details{
The function plots two heatmaps, one by \code{gplots::heatmap.2} and one by \code{ComplexHeatmap::heatmap.2}.
Users can see the difference between the two implementations.
}
\examples{
mat = matrix(rnorm(100), 10)
compare_heatmap.2(mat)
}