File: HeatmapAnnotation-class.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 (29 lines) | stat: -rw-r--r-- 766 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\name{HeatmapAnnotation-class}
\docType{class}
\alias{HeatmapAnnotation-class}
\title{
Class for Heatmap Annotations
}
\description{
Class for Heatmap Annotations
}
\details{
A complex heatmap contains a list of annotations which are represented as graphics
placed on rows and columns. The \code{\link{HeatmapAnnotation-class}} contains a list of single annotations which are
represented as a list of \code{\link{SingleAnnotation-class}} objects.
}
\section{Methods}{
The \code{\link{HeatmapAnnotation-class}} provides following methods:

\itemize{
  \item \code{\link{HeatmapAnnotation}}: constructor method.
  \item \code{\link{draw,HeatmapAnnotation-method}}: draw the annotations.
}}
\author{
Zuguang Gu <z.gu@dkfz.de>
}
\examples{
# There is no example
NULL

}