d1da987e |
\name{SingleAnnotation-class}
\docType{class}
\alias{SingleAnnotation-class}
\title{
|
ad35494a |
Class for a Single Annotation
|
d1da987e |
}
\description{
|
ad35494a |
Class for a Single Annotation
|
d1da987e |
}
\details{
|
6f1307c6 |
The \code{\link{SingleAnnotation-class}} is used for storing data for a single annotation and provides
methods for drawing annotation graphics.
|
d1da987e |
}
\section{Methods}{
|
6f1307c6 |
The \code{\link{SingleAnnotation-class}} provides following methods:
|
7ab3fd24 |
|
d1da987e |
\itemize{
\item \code{\link{SingleAnnotation}}: constructor method
\item \code{\link{draw,SingleAnnotation-method}}: draw the single annotation.
|
ba8a5070 |
}}
|
d1da987e |
\seealso{
|
6f1307c6 |
The \code{\link{SingleAnnotation-class}} is always used internally. The public \code{\link{HeatmapAnnotation-class}}
contains a list of \code{\link{SingleAnnotation-class}} objects and is used to add annotation graphics on heatmaps.
|
d1da987e |
}
\author{
|
6f1307c6 |
Zuguang Gu <z.gu@dkfz.de>
|
d1da987e |
}
\examples{
|
ad35494a |
# There is no example
|
f597719b |
NULL
|
c94e524a |
|
f597719b |
}
|