67260f33 | \name{columnAnnotation} \alias{columnAnnotation} \title{ |
6f1307c6 | Construct column annotations |
67260f33 | } \description{ |
6f1307c6 | Construct column annotations |
67260f33 | } \usage{ |
ba8a5070 | columnAnnotation(...) } |
67260f33 | \arguments{ \item{...}{pass to \code{\link{HeatmapAnnotation}}} |
ba8a5070 | |
67260f33 | } \details{ |
6f1307c6 | The function is identical to |
7ab3fd24 | |
67260f33 | \preformatted{ |
12e85497 | HeatmapAnnotation(..., which = "column") } |
67260f33 | } \value{ |
6f1307c6 | A \code{\link{HeatmapAnnotation-class}} object. |
67260f33 | } \author{ |
6f1307c6 | Zuguang Gu <z.gu@dkfz.de> |
67260f33 | } |
d3ce90c5 | \examples{ df = data.frame(type = c("a", "a", "a", "b", "b", "b")) |
f597719b | ha = rowAnnotation(df = df) |
ba8a5070 | |
f597719b | } |