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 30 31 32 33 34
|
\name{draw-HeatmapAnnotation-method}
\alias{draw,HeatmapAnnotation-method}
\title{
Draw the Heatmap Annotations
}
\description{
Draw the Heatmap Annotations
}
\usage{
\S4method{draw}{HeatmapAnnotation}(object, index, k = 1, n = 1, ...,
test = FALSE, anno_mark_param = list())
}
\arguments{
\item{object}{A \code{\link{HeatmapAnnotation-class}} object.}
\item{index}{A vector of indices.}
\item{k}{The current slice index for the annotation if it is split.}
\item{n}{Total number of slices.}
\item{...}{Pass to \code{\link[grid]{viewport}} which contains all the annotations.}
\item{test}{Is it in test mode? The value can be logical or a text which is plotted as the title of plot.}
\item{anno_mark_param}{It contains specific parameters for drawing \code{\link{anno_mark}} and pass to the \code{\link{draw,SingleAnnotation-method}}.}
}
\value{
No value is returned.
}
\author{
Zuguang Gu <z.gu@dkfz.de>
}
\examples{
# There is no example
NULL
}
|