-
Notifications
You must be signed in to change notification settings - Fork 231
/
Copy pathpct_v_pct.Rd
43 lines (38 loc) · 1.11 KB
/
pct_v_pct.Rd
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
35
36
37
38
39
40
41
42
43
\name{\%v\%}
\alias{pct_v_pct}
\alias{\%v\%}
\title{
Vertically Add Heatmaps or Annotations to a Heatmap List
}
\description{
Vertically Add Heatmaps or Annotations to a Heatmap List
}
\usage{
x \%v\% y
}
\arguments{
\item{x}{A \code{\link{Heatmap-class}} object, a \code{\link{HeatmapAnnotation-class}} object or a \code{\link{HeatmapList-class}} object.}
\item{y}{A \code{\link{Heatmap-class}} object, a \code{\link{HeatmapAnnotation-class}} object or a \code{\link{HeatmapList-class}} object.}
}
\details{
It is only a helper function. It actually calls
\code{\link{add_heatmap,Heatmap-method}}, \code{\link{add_heatmap,HeatmapList-method}} or
\code{\link{add_heatmap,HeatmapAnnotation-method}} depending on the class of the input
objects.
The \code{\link{HeatmapAnnotation-class}} object to be added should only be column
annotations.
\code{x} and \code{y} can also be \code{NULL}.
}
\value{
A \code{\link{HeatmapList-class}} object.
}
\seealso{
\code{\link[=add.AdditiveUnit]{+.AdditiveUnit}} operator is used for horizontal heatmap list.
}
\author{
Zuguang Gu <[email protected]>
}
\examples{
# There is no example
NULL
}