1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,30 +0,0 @@ |
1 |
-\name{column_anno_link} |
|
2 |
-\alias{column_anno_link} |
|
3 |
-\title{ |
|
4 |
-Column annotation which is represented as links |
|
5 |
-} |
|
6 |
-\description{ |
|
7 |
-Column annotation which is represented as links |
|
8 |
-} |
|
9 |
-\usage{ |
|
10 |
-column_anno_link(...) |
|
11 |
-} |
|
12 |
-\arguments{ |
|
13 |
- |
|
14 |
- \item{...}{pass to \code{\link{anno_link}}} |
|
15 |
- |
|
16 |
-} |
|
17 |
-\details{ |
|
18 |
-A wrapper of \code{\link{anno_link}} with pre-defined \code{which} to \code{column}. |
|
19 |
-} |
|
20 |
-\value{ |
|
21 |
-See help page of \code{\link{anno_link}} |
|
22 |
-} |
|
23 |
-\author{ |
|
24 |
-Zuguang Gu <z.gu@dkfz.de> |
|
25 |
-} |
|
26 |
-\examples{ |
|
27 |
-# There is no example |
|
28 |
-NULL |
|
29 |
- |
|
30 |
-} |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@111681 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@111679 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,29 @@ |
1 |
+\name{column_anno_link} |
|
2 |
+\alias{column_anno_link} |
|
3 |
+\title{ |
|
4 |
+Column annotation which is represented as links |
|
5 |
+} |
|
6 |
+\description{ |
|
7 |
+Column annotation which is represented as links |
|
8 |
+} |
|
9 |
+\usage{ |
|
10 |
+column_anno_link(...) |
|
11 |
+} |
|
12 |
+\arguments{ |
|
13 |
+ |
|
14 |
+ \item{...}{pass to \code{\link{anno_link}}} |
|
15 |
+ |
|
16 |
+} |
|
17 |
+\details{ |
|
18 |
+A wrapper of \code{\link{anno_link}} with pre-defined \code{which} to \code{column}. |
|
19 |
+} |
|
20 |
+\value{ |
|
21 |
+See help page of \code{\link{anno_link}} |
|
22 |
+} |
|
23 |
+\author{ |
|
24 |
+Zuguang Gu <z.gu@dkfz.de> |
|
25 |
+} |
|
26 |
+\examples{ |
|
27 |
+# There is no example |
|
28 |
+NULL |
|
29 |
+} |