1 | 1 |
deleted file mode 100755 |
... | ... |
@@ -1,30 +0,0 @@ |
1 |
-\name{column_anno_barplot} |
|
2 |
-\alias{column_anno_barplot} |
|
3 |
-\title{ |
|
4 |
-Column annotation which is represented as barplots |
|
5 |
-} |
|
6 |
-\description{ |
|
7 |
-Column annotation which is represented as barplots |
|
8 |
-} |
|
9 |
-\usage{ |
|
10 |
-column_anno_barplot(...) |
|
11 |
-} |
|
12 |
-\arguments{ |
|
13 |
- |
|
14 |
- \item{...}{pass to \code{\link{anno_barplot}}} |
|
15 |
- |
|
16 |
-} |
|
17 |
-\details{ |
|
18 |
-A wrapper of \code{\link{anno_barplot}} with pre-defined \code{which} to \code{column}. |
|
19 |
-} |
|
20 |
-\value{ |
|
21 |
-See help page of \code{\link{anno_barplot}} |
|
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@108253 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@108131 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -17,3 +17,14 @@ column_anno_barplot(...) |
17 | 17 |
\details{ |
18 | 18 |
A wrapper of \code{\link{anno_barplot}} with pre-defined \code{which} to \code{column}. |
19 | 19 |
} |
20 |
+\value{ |
|
21 |
+See help page of \code{\link{anno_barplot}} |
|
22 |
+} |
|
23 |
+\author{ |
|
24 |
+Zuguang Gu <z.gu@dkfz.de> |
|
25 |
+} |
|
26 |
+\examples{ |
|
27 |
+# There is no example |
|
28 |
+NULL |
|
29 |
+ |
|
30 |
+} |
Commit id: 1de356e1d1343725223e03ff696f931d80b2842b
Merge branch 'master' of https://github.com/jokergoo/mheatmap
Commit id: 478962957a34b7a5e87c8336989bae3df54f9559
change default colors
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@107356 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -7,10 +7,12 @@ Column annotation which is represented as barplots |
7 | 7 |
Column annotation which is represented as barplots |
8 | 8 |
} |
9 | 9 |
\usage{ |
10 |
-column_anno_barplot(...)} |
|
10 |
+column_anno_barplot(...) |
|
11 |
+} |
|
11 | 12 |
\arguments{ |
12 | 13 |
|
13 | 14 |
\item{...}{pass to \code{\link{anno_barplot}}} |
15 |
+ |
|
14 | 16 |
} |
15 | 17 |
\details{ |
16 | 18 |
A wrapper of \code{\link{anno_barplot}} with pre-defined \code{which} to \code{column}. |
Commit id: f1b195419490dad46029cf7b681508ed21ba8c60
refreshed documentations
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@107316 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -2,11 +2,9 @@ |
2 | 2 |
\alias{column_anno_barplot} |
3 | 3 |
\title{ |
4 | 4 |
Column annotation which is represented as barplots |
5 |
- |
|
6 | 5 |
} |
7 | 6 |
\description{ |
8 | 7 |
Column annotation which is represented as barplots |
9 |
- |
|
10 | 8 |
} |
11 | 9 |
\usage{ |
12 | 10 |
column_anno_barplot(...)} |
... | ... |
@@ -16,5 +14,4 @@ column_anno_barplot(...)} |
16 | 14 |
} |
17 | 15 |
\details{ |
18 | 16 |
A wrapper of \code{\link{anno_barplot}} with pre-defined \code{which} to \code{column}. |
19 |
- |
|
20 | 17 |
} |
Commit id: 262e3960558c1f61b986f5be7a2ffd4599f704fa
comprehensive modifications
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@107311 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,20 @@ |
1 |
+\name{column_anno_barplot} |
|
2 |
+\alias{column_anno_barplot} |
|
3 |
+\title{ |
|
4 |
+Column annotation which is represented as barplots |
|
5 |
+ |
|
6 |
+} |
|
7 |
+\description{ |
|
8 |
+Column annotation which is represented as barplots |
|
9 |
+ |
|
10 |
+} |
|
11 |
+\usage{ |
|
12 |
+column_anno_barplot(...)} |
|
13 |
+\arguments{ |
|
14 |
+ |
|
15 |
+ \item{...}{pass to \code{\link{anno_barplot}}} |
|
16 |
+} |
|
17 |
+\details{ |
|
18 |
+A wrapper of \code{\link{anno_barplot}} with pre-defined \code{which} to \code{column}. |
|
19 |
+ |
|
20 |
+} |