File: namesAssign.HeatmapAnnotation.Rd

package info (click to toggle)
r-bioc-complexheatmap 2.14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,632 kB
  • sloc: makefile: 5
file content (23 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\name{namesAssign.HeatmapAnnotation}
\alias{namesAssign.HeatmapAnnotation}
\alias{names<-.HeatmapAnnotation}
\title{
Assign Annotation Names
}
\description{
Assign Annotation Names
}
\usage{
\method{names}{HeatmapAnnotation}(x) <- value
}
\arguments{

  \item{x}{A \code{\link{HeatmapAnnotation-class}} object.}
  \item{value}{A vector of new names.}

}
\examples{
ha = HeatmapAnnotation(foo = 1:10, bar = anno_points(10:1))
names(ha) = c("A", "B")
names(ha)
}