d1da987e |
\name{draw_heatmap_body-Heatmap-method}
\alias{draw_heatmap_body,Heatmap-method}
\alias{draw_heatmap_body}
\title{
|
6f1307c6 |
Draw the heatmap body
|
d1da987e |
}
\description{
|
6f1307c6 |
Draw the heatmap body
|
d1da987e |
}
\usage{
|
ba8a5070 |
\S4method{draw_heatmap_body}{Heatmap}(object, k = 1, ...)
}
|
d1da987e |
\arguments{
\item{object}{a \code{\link{Heatmap-class}} object.}
\item{k}{a matrix may be split by rows, the value identifies which row-slice.}
\item{...}{pass to \code{\link[grid]{viewport}}, basically for defining the position of the viewport.}
|
ba8a5070 |
|
d1da987e |
}
\details{
|
6f1307c6 |
The matrix can be split into several parts by rows if \code{km} or \code{split} is
specified when initializing the \code{\link{Heatmap}} object. If the matrix is split,
there will be gaps between rows to identify different row-slice.
|
7ab3fd24 |
|
6f1307c6 |
A viewport is created which contains subset rows of the heatmap.
|
7ab3fd24 |
|
6f1307c6 |
This function is only for internal use.
|
d1da987e |
}
\value{
|
6f1307c6 |
This function returns no value.
|
d1da987e |
}
\author{
|
6f1307c6 |
Zuguang Gu <z.gu@dkfz.de>
|
d1da987e |
}
\examples{
# no example for this internal method
|
f597719b |
NULL
|
ba8a5070 |
|
f597719b |
}
|