1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,29 +0,0 @@ |
1 |
-\name{row_anno_points} |
|
2 |
-\alias{row_anno_points} |
|
3 |
-\title{ |
|
4 |
-Points as Row Annotation |
|
5 |
-} |
|
6 |
-\description{ |
|
7 |
-Points as Row Annotation |
|
8 |
-} |
|
9 |
-\usage{ |
|
10 |
-row_anno_points(...) |
|
11 |
-} |
|
12 |
-\arguments{ |
|
13 |
- |
|
14 |
- \item{...}{pass to \code{\link{anno_points}}.} |
|
15 |
- |
|
16 |
-} |
|
17 |
-\details{ |
|
18 |
-A wrapper of \code{\link{anno_points}} with pre-defined \code{which} to \code{row}. |
|
19 |
- |
|
20 |
-You can directly use \code{\link{anno_points}} for row annotation if you call it in \code{\link{rowAnnotation}}. |
|
21 |
-} |
|
22 |
-\value{ |
|
23 |
-See help page of \code{\link{anno_points}}. |
|
24 |
-} |
|
25 |
-\examples{ |
|
26 |
-# There is no example |
|
27 |
-NULL |
|
28 |
- |
|
29 |
-} |
... | ... |
@@ -11,7 +11,7 @@ row_anno_points(...) |
11 | 11 |
} |
12 | 12 |
\arguments{ |
13 | 13 |
|
14 |
- \item{...}{pass to \code{\link{anno_points}}} |
|
14 |
+ \item{...}{pass to \code{\link{anno_points}}.} |
|
15 | 15 |
|
16 | 16 |
} |
17 | 17 |
\details{ |
... | ... |
@@ -20,7 +20,7 @@ A wrapper of \code{\link{anno_points}} with pre-defined \code{which} to \code{ro |
20 | 20 |
You can directly use \code{\link{anno_points}} for row annotation if you call it in \code{\link{rowAnnotation}}. |
21 | 21 |
} |
22 | 22 |
\value{ |
23 |
-See help page of \code{\link{anno_points}} |
|
23 |
+See help page of \code{\link{anno_points}}. |
|
24 | 24 |
} |
25 | 25 |
\examples{ |
26 | 26 |
# There is no example |
1 | 1 |
old mode 100755 |
2 | 2 |
new mode 100644 |
... | ... |
@@ -1,10 +1,10 @@ |
1 | 1 |
\name{row_anno_points} |
2 | 2 |
\alias{row_anno_points} |
3 | 3 |
\title{ |
4 |
-Row annotation which is represented as points |
|
4 |
+Points as Row Annotation |
|
5 | 5 |
} |
6 | 6 |
\description{ |
7 |
-Row annotation which is represented as points |
|
7 |
+Points as Row Annotation |
|
8 | 8 |
} |
9 | 9 |
\usage{ |
10 | 10 |
row_anno_points(...) |
... | ... |
@@ -16,15 +16,13 @@ row_anno_points(...) |
16 | 16 |
} |
17 | 17 |
\details{ |
18 | 18 |
A wrapper of \code{\link{anno_points}} with pre-defined \code{which} to \code{row}. |
19 |
+ |
|
20 |
+You can directly use \code{\link{anno_points}} for row annotation if you call it in \code{\link{rowAnnotation}}. |
|
19 | 21 |
} |
20 | 22 |
\value{ |
21 | 23 |
See help page of \code{\link{anno_points}} |
22 | 24 |
} |
23 |
-\author{ |
|
24 |
-Zuguang Gu <z.gu@dkfz.de> |
|
25 |
-} |
|
26 | 25 |
\examples{ |
27 | 26 |
# There is no example |
28 | 27 |
NULL |
29 |
- |
|
30 | 28 |
} |
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 @@ row_anno_points(...) |
17 | 17 |
\details{ |
18 | 18 |
A wrapper of \code{\link{anno_points}} with pre-defined \code{which} to \code{row}. |
19 | 19 |
} |
20 |
+\value{ |
|
21 |
+See help page of \code{\link{anno_points}} |
|
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 @@ Row annotation which is represented as points |
7 | 7 |
Row annotation which is represented as points |
8 | 8 |
} |
9 | 9 |
\usage{ |
10 |
-row_anno_points(...)} |
|
10 |
+row_anno_points(...) |
|
11 |
+} |
|
11 | 12 |
\arguments{ |
12 | 13 |
|
13 | 14 |
\item{...}{pass to \code{\link{anno_points}}} |
15 |
+ |
|
14 | 16 |
} |
15 | 17 |
\details{ |
16 | 18 |
A wrapper of \code{\link{anno_points}} with pre-defined \code{which} to \code{row}. |
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{row_anno_points} |
3 | 3 |
\title{ |
4 | 4 |
Row annotation which is represented as points |
5 |
- |
|
6 | 5 |
} |
7 | 6 |
\description{ |
8 | 7 |
Row annotation which is represented as points |
9 |
- |
|
10 | 8 |
} |
11 | 9 |
\usage{ |
12 | 10 |
row_anno_points(...)} |
... | ... |
@@ -16,5 +14,4 @@ row_anno_points(...)} |
16 | 14 |
} |
17 | 15 |
\details{ |
18 | 16 |
A wrapper of \code{\link{anno_points}} with pre-defined \code{which} to \code{row}. |
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{row_anno_points} |
|
2 |
+\alias{row_anno_points} |
|
3 |
+\title{ |
|
4 |
+Row annotation which is represented as points |
|
5 |
+ |
|
6 |
+} |
|
7 |
+\description{ |
|
8 |
+Row annotation which is represented as points |
|
9 |
+ |
|
10 |
+} |
|
11 |
+\usage{ |
|
12 |
+row_anno_points(...)} |
|
13 |
+\arguments{ |
|
14 |
+ |
|
15 |
+ \item{...}{pass to \code{\link{anno_points}}} |
|
16 |
+} |
|
17 |
+\details{ |
|
18 |
+A wrapper of \code{\link{anno_points}} with pre-defined \code{which} to \code{row}. |
|
19 |
+ |
|
20 |
+} |