1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,33 +0,0 @@ |
1 |
-\name{columnAnnotation} |
|
2 |
-\alias{columnAnnotation} |
|
3 |
-\title{ |
|
4 |
-Construct Column Annotations |
|
5 |
-} |
|
6 |
-\description{ |
|
7 |
-Construct Column Annotations |
|
8 |
-} |
|
9 |
-\usage{ |
|
10 |
-columnAnnotation(...) |
|
11 |
-} |
|
12 |
-\arguments{ |
|
13 |
- |
|
14 |
- \item{...}{Pass to \code{\link{HeatmapAnnotation}}.} |
|
15 |
- |
|
16 |
-} |
|
17 |
-\details{ |
|
18 |
-The function is identical to |
|
19 |
- |
|
20 |
- \preformatted{ |
|
21 |
- HeatmapAnnotation(..., which = "column") } |
|
22 |
-} |
|
23 |
-\value{ |
|
24 |
-A \code{\link{HeatmapAnnotation-class}} object. |
|
25 |
-} |
|
26 |
-\author{ |
|
27 |
-Zuguang Gu <z.gu@dkfz.de> |
|
28 |
-} |
|
29 |
-\examples{ |
|
30 |
-# There is no example |
|
31 |
-NULL |
|
32 |
- |
|
33 |
-} |
1 | 1 |
old mode 100755 |
2 | 2 |
new mode 100644 |
... | ... |
@@ -1,17 +1,17 @@ |
1 | 1 |
\name{columnAnnotation} |
2 | 2 |
\alias{columnAnnotation} |
3 | 3 |
\title{ |
4 |
-Construct column annotations |
|
4 |
+Construct Column Annotations |
|
5 | 5 |
} |
6 | 6 |
\description{ |
7 |
-Construct column annotations |
|
7 |
+Construct Column Annotations |
|
8 | 8 |
} |
9 | 9 |
\usage{ |
10 | 10 |
columnAnnotation(...) |
11 | 11 |
} |
12 | 12 |
\arguments{ |
13 | 13 |
|
14 |
- \item{...}{pass to \code{\link{HeatmapAnnotation}}} |
|
14 |
+ \item{...}{Pass to \code{\link{HeatmapAnnotation}}} |
|
15 | 15 |
|
16 | 16 |
} |
17 | 17 |
\details{ |
... | ... |
@@ -27,7 +27,6 @@ A \code{\link{HeatmapAnnotation-class}} object. |
27 | 27 |
Zuguang Gu <z.gu@dkfz.de> |
28 | 28 |
} |
29 | 29 |
\examples{ |
30 |
-df = data.frame(type = c("a", "a", "a", "b", "b", "b")) |
|
31 |
-ha = rowAnnotation(df = df) |
|
32 |
- |
|
30 |
+# There is no example |
|
31 |
+NULL |
|
33 | 32 |
} |
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
Commit id: db263179df8a28bd25eb5afcf64aa9c37b2fdd32
refresh docs
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@107358 bc3139a8-67e5-0310-9ffc-ced21a209358
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,17 +7,17 @@ Construct column annotations |
7 | 7 |
Construct column annotations |
8 | 8 |
} |
9 | 9 |
\usage{ |
10 |
-columnAnnotation(...)} |
|
10 |
+columnAnnotation(...) |
|
11 |
+} |
|
11 | 12 |
\arguments{ |
12 | 13 |
|
13 | 14 |
\item{...}{pass to \code{\link{HeatmapAnnotation}}} |
15 |
+ |
|
14 | 16 |
} |
15 | 17 |
\details{ |
16 | 18 |
The function is identical to |
17 | 19 |
\preformatted{ |
18 |
-HeatmapAnnotation(..., which = "column") |
|
19 |
- } |
|
20 |
- |
|
20 |
+HeatmapAnnotation(..., which = "column") } |
|
21 | 21 |
} |
22 | 22 |
\value{ |
23 | 23 |
A \code{\link{HeatmapAnnotation-class}} object. |
... | ... |
@@ -28,4 +28,5 @@ Zuguang Gu <z.gu@dkfz.de> |
28 | 28 |
\examples{ |
29 | 29 |
df = data.frame(type = c("a", "a", "a", "b", "b", "b")) |
30 | 30 |
ha = rowAnnotation(df = df) |
31 |
+ |
|
31 | 32 |
} |
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{columnAnnotation} |
3 | 3 |
\title{ |
4 | 4 |
Construct column annotations |
5 |
- |
|
6 | 5 |
} |
7 | 6 |
\description{ |
8 | 7 |
Construct column annotations |
9 |
- |
|
10 | 8 |
} |
11 | 9 |
\usage{ |
12 | 10 |
columnAnnotation(...)} |
... | ... |
@@ -16,32 +14,18 @@ columnAnnotation(...)} |
16 | 14 |
} |
17 | 15 |
\details{ |
18 | 16 |
The function is identical to |
19 |
- |
|
20 | 17 |
\preformatted{ |
21 |
- HeatmapAnnotation(..., which = "column") |
|
18 |
+HeatmapAnnotation(..., which = "column") |
|
22 | 19 |
} |
23 | 20 |
|
24 | 21 |
} |
25 | 22 |
\value{ |
26 | 23 |
A \code{\link{HeatmapAnnotation-class}} object. |
27 |
- |
|
28 | 24 |
} |
29 | 25 |
\author{ |
30 | 26 |
Zuguang Gu <z.gu@dkfz.de> |
31 |
- |
|
32 | 27 |
} |
33 | 28 |
\examples{ |
34 |
- |
|
35 |
- |
|
36 |
- |
|
37 |
- |
|
38 |
- |
|
39 |
- |
|
40 |
- |
|
41 |
- |
|
42 |
- |
|
43 |
- |
|
44 |
- |
|
45 |
- |
|
46 | 29 |
df = data.frame(type = c("a", "a", "a", "b", "b", "b")) |
47 |
-ha = rowAnnotation(df = df)} |
|
30 |
+ha = rowAnnotation(df = df) |
|
31 |
+} |
Commit id: 262e3960558c1f61b986f5be7a2ffd4599f704fa
comprehensive modifications
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@107311 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: 73171be89c157222e8e71e85daa8a37ce509a4e2
add border argument in anno_* family functions
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@107201 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: 3429d28233ef2cbeafcd05307042d7c7aa54a2a2
add decorate* family functions
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@107197 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: d5adc92bdbf27b45a6a4b5c7e29d2e4fe8380194
allow reordering
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@107130 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: 174dbdcbcad3be858d664784793f1b2424acc2c0
remove plot.HeatmapList and print.HeatmapList
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@106530 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: 4cbce102eabb1633fc8980b1374795bfb44507df
Merge branch 'master' of https://github.com/jokergoo/ComplexHeatmap
Commit id: a15bbec76c85c15bc27273ce15f5118ea087132f
refreshed documentatinos
Commit id: b1fe0a94aa09a4a47e5a02383ce662580f057bdc
ColorMapping object has default value for name slot
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@106487 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: ff9ffa810ca9f16a253861d97301062962dbe38b
titles support expression now
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@106147 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: e811f8100ef035ff75c16312b3e5112cc82d4a49
continuous legend is supported
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@106027 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: 2786dac4ddaa97c69cc24e29e121ed1a1624cdf4
Merge branch 'master' of https://github.com/jokergoo/mheatmap
Commit id: a61c101325601aa0d4d3ba81e10c33d4a8b34c63
rows can be split if providing a clustering object
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@105855 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: 9d7fc297a370b44dd3bfb12696ed9eac33aed48a
refreshed documentations
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@105365 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: 1d5cea822fed8ed91d7ead49f520f719b3fecfd9
refreshed documentations
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@105355 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: 1682e4aed696b8fa901530ebc6b9d67ad2a013ad
refresh documentations and NAMESPACE
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@105345 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,43 +1,35 @@ |
1 | 1 |
\name{columnAnnotation} |
2 | 2 |
\alias{columnAnnotation} |
3 | 3 |
\title{ |
4 |
-Construct column annotations |
|
5 |
- |
|
4 |
+Construct column annotations |
|
6 | 5 |
|
7 | 6 |
} |
8 | 7 |
\description{ |
9 |
-Construct column annotations |
|
10 |
- |
|
8 |
+Construct column annotations |
|
11 | 9 |
|
12 | 10 |
} |
13 | 11 |
\usage{ |
14 |
-columnAnnotation(...) |
|
15 |
-} |
|
12 |
+columnAnnotation(...)} |
|
16 | 13 |
\arguments{ |
17 | 14 |
|
18 | 15 |
\item{...}{pass to \code{\link{HeatmapAnnotation}}} |
19 |
- |
|
20 | 16 |
} |
21 | 17 |
\details{ |
22 |
-The function is identical to |
|
18 |
+The function is identical to |
|
23 | 19 |
|
24 | 20 |
\preformatted{ |
25 | 21 |
HeatmapAnnotation(..., which = "column") |
26 | 22 |
} |
27 | 23 |
|
28 |
- |
|
29 | 24 |
} |
30 | 25 |
\value{ |
31 |
-A \code{\link{HeatmapAnnotation-class}} object. |
|
32 |
- |
|
26 |
+A \code{\link{HeatmapAnnotation-class}} object. |
|
33 | 27 |
|
34 | 28 |
} |
35 | 29 |
\author{ |
36 |
-Zuguang Gu <z.gu@dkfz.de> |
|
37 |
- |
|
30 |
+Zuguang Gu <z.gu@dkfz.de> |
|
38 | 31 |
|
39 | 32 |
} |
40 | 33 |
\examples{ |
41 | 34 |
df = data.frame(type = c("a", "a", "a", "b", "b", "b")) |
42 |
-ha = rowAnnotation(df = df) |
|
43 |
-} |
|
35 |
+ha = rowAnnotation(df = df)} |
Commit id: ff6ad79beeef75c709dc08588bb942ad86de9761
rotation for heatmap title supported
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@105315 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,35 +1,43 @@ |
1 | 1 |
\name{columnAnnotation} |
2 | 2 |
\alias{columnAnnotation} |
3 | 3 |
\title{ |
4 |
-Construct column annotations |
|
4 |
+Construct column annotations |
|
5 |
+ |
|
5 | 6 |
|
6 | 7 |
} |
7 | 8 |
\description{ |
8 |
-Construct column annotations |
|
9 |
+Construct column annotations |
|
10 |
+ |
|
9 | 11 |
|
10 | 12 |
} |
11 | 13 |
\usage{ |
12 |
-columnAnnotation(...)} |
|
14 |
+columnAnnotation(...) |
|
15 |
+} |
|
13 | 16 |
\arguments{ |
14 | 17 |
|
15 | 18 |
\item{...}{pass to \code{\link{HeatmapAnnotation}}} |
19 |
+ |
|
16 | 20 |
} |
17 | 21 |
\details{ |
18 |
-The function is identical to |
|
22 |
+The function is identical to |
|
19 | 23 |
|
20 | 24 |
\preformatted{ |
21 | 25 |
HeatmapAnnotation(..., which = "column") |
22 | 26 |
} |
23 | 27 |
|
28 |
+ |
|
24 | 29 |
} |
25 | 30 |
\value{ |
26 |
-A \code{\link{HeatmapAnnotation-class}} object. |
|
31 |
+A \code{\link{HeatmapAnnotation-class}} object. |
|
32 |
+ |
|
27 | 33 |
|
28 | 34 |
} |
29 | 35 |
\author{ |
30 |
-Zuguang Gu <z.gu@dkfz.de> |
|
36 |
+Zuguang Gu <z.gu@dkfz.de> |
|
37 |
+ |
|
31 | 38 |
|
32 | 39 |
} |
33 | 40 |
\examples{ |
34 | 41 |
df = data.frame(type = c("a", "a", "a", "b", "b", "b")) |
35 |
-ha = rowAnnotation(df = df)} |
|
42 |
+ha = rowAnnotation(df = df) |
|
43 |
+} |
Commit id: 6cf15a1b2514d9c86295206a55c9d5efadc00f70
check row orders
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@105276 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,43 +1,35 @@ |
1 | 1 |
\name{columnAnnotation} |
2 | 2 |
\alias{columnAnnotation} |
3 | 3 |
\title{ |
4 |
-Construct column annotations |
|
5 |
- |
|
4 |
+Construct column annotations |
|
6 | 5 |
|
7 | 6 |
} |
8 | 7 |
\description{ |
9 |
-Construct column annotations |
|
10 |
- |
|
8 |
+Construct column annotations |
|
11 | 9 |
|
12 | 10 |
} |
13 | 11 |
\usage{ |
14 |
-columnAnnotation(...) |
|
15 |
-} |
|
12 |
+columnAnnotation(...)} |
|
16 | 13 |
\arguments{ |
17 | 14 |
|
18 | 15 |
\item{...}{pass to \code{\link{HeatmapAnnotation}}} |
19 |
- |
|
20 | 16 |
} |
21 | 17 |
\details{ |
22 |
-The function is identical to |
|
18 |
+The function is identical to |
|
23 | 19 |
|
24 | 20 |
\preformatted{ |
25 | 21 |
HeatmapAnnotation(..., which = "column") |
26 | 22 |
} |
27 | 23 |
|
28 |
- |
|
29 | 24 |
} |
30 | 25 |
\value{ |
31 |
-A \code{\link{HeatmapAnnotation-class}} object. |
|
32 |
- |
|
26 |
+A \code{\link{HeatmapAnnotation-class}} object. |
|
33 | 27 |
|
34 | 28 |
} |
35 | 29 |
\author{ |
36 |
-Zuguang Gu <z.gu@dkfz.de> |
|
37 |
- |
|
30 |
+Zuguang Gu <z.gu@dkfz.de> |
|
38 | 31 |
|
39 | 32 |
} |
40 | 33 |
\examples{ |
41 | 34 |
df = data.frame(type = c("a", "a", "a", "b", "b", "b")) |
42 |
-ha = rowAnnotation(df = df) |
|
43 |
-} |
|
35 |
+ha = rowAnnotation(df = df)} |
Commit id: 7e3fe86f548acd2ed59cefc6d37be94adc29ce11
zero-column heatmap can be added to the heatmap list now
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@102673 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: 3981fe02c795578b6314576278486fa5f88be6b8
merge from bioconductor
Commit id: 6811bed29d478afac5e518d7ea40819f5c649212
change version number
Commit id: 4785016520655b11334a5ea701eeb0b93778f205
change default value when the matrix has zeor column
Commit id: cf793440d71a2170d50b00564b6464fa92fe650c
fixed documentations
Commit id: 2fd8ba9a0ebf38c86fbe4eed604d37851e9bd91f
fixed bug when the heatmap list only contains zero column matrix
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@102662 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,39 @@ |
1 |
+\name{columnAnnotation} |
|
2 |
+\alias{columnAnnotation} |
|
3 |
+\title{ |
|
4 |
+Construct column annotations |
|
5 |
+ |
|
6 |
+ |
|
7 |
+} |
|
8 |
+\description{ |
|
9 |
+Construct column annotations |
|
10 |
+ |
|
11 |
+ |
|
12 |
+} |
|
13 |
+\usage{ |
|
14 |
+columnAnnotation(...) |
|
15 |
+} |
|
16 |
+\arguments{ |
|
17 |
+ |
|
18 |
+ \item{...}{pass to \code{\link{HeatmapAnnotation}}} |
|
19 |
+ |
|
20 |
+} |
|
21 |
+\details{ |
|
22 |
+The function is identical to |
|
23 |
+ |
|
24 |
+ \preformatted{ |
|
25 |
+ HeatmapAnnotation(..., which = "column") |
|
26 |
+ } |
|
27 |
+ |
|
28 |
+ |
|
29 |
+} |
|
30 |
+\value{ |
|
31 |
+A \code{\link{HeatmapAnnotation-class}} object. |
|
32 |
+ |
|
33 |
+ |
|
34 |
+} |
|
35 |
+\author{ |
|
36 |
+Zuguang Gu <z.gu@dkfz.de> |
|
37 |
+ |
|
38 |
+ |
|
39 |
+} |