1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,19 +0,0 @@ |
1 |
-\name{AdditiveUnit-class} |
|
2 |
-\docType{class} |
|
3 |
-\alias{AdditiveUnit-class} |
|
4 |
-\title{ |
|
5 |
-Class for Concatenating Heatmaps and Annotations |
|
6 |
-} |
|
7 |
-\description{ |
|
8 |
-Class for Concatenating Heatmaps and Annotations |
|
9 |
-} |
|
10 |
-\details{ |
|
11 |
-This class is a super class for \code{\link{Heatmap-class}}, \code{\link{HeatmapList-class}} and |
|
12 |
-\code{\link{HeatmapAnnotation-class}} classes. It is only designed for \code{+} generic |
|
13 |
-method and the \code{\%v\%v} method so that above three classes can be appended to each other. |
|
14 |
-} |
|
15 |
-\examples{ |
|
16 |
-# There is no example |
|
17 |
-NULL |
|
18 |
- |
|
19 |
-} |
... | ... |
@@ -10,7 +10,7 @@ Class for Concatenating Heatmaps and Annotations |
10 | 10 |
\details{ |
11 | 11 |
This class is a super class for \code{\link{Heatmap-class}}, \code{\link{HeatmapList-class}} and |
12 | 12 |
\code{\link{HeatmapAnnotation-class}} classes. It is only designed for \code{+} generic |
13 |
-method so that above three classes can be appended to each other. |
|
13 |
+method and the \code{\%v\%v} method so that above three classes can be appended to each other. |
|
14 | 14 |
} |
15 | 15 |
\examples{ |
16 | 16 |
# There is no example |
... | ... |
@@ -2,17 +2,17 @@ |
2 | 2 |
\docType{class} |
3 | 3 |
\alias{AdditiveUnit-class} |
4 | 4 |
\title{ |
5 |
-An internal class |
|
5 |
+Class for Concatenating Heatmaps and Annotations |
|
6 | 6 |
} |
7 | 7 |
\description{ |
8 |
-An internal class |
|
8 |
+Class for Concatenating Heatmaps and Annotations |
|
9 | 9 |
} |
10 | 10 |
\details{ |
11 |
-This class is a super class for \code{\link{Heatmap-class}}, \code{\link{HeatmapList-class}} and \code{\link{HeatmapAnnotation-class}} classes. |
|
12 |
-It is only designed for \code{+} generic method so that above three classes can be appended to each other. |
|
11 |
+This class is a super class for \code{\link{Heatmap-class}}, \code{\link{HeatmapList-class}} and |
|
12 |
+\code{\link{HeatmapAnnotation-class}} classes. It is only designed for \code{+} generic |
|
13 |
+method so that above three classes can be appended to each other. |
|
13 | 14 |
} |
14 | 15 |
\examples{ |
15 | 16 |
# There is no example |
16 | 17 |
NULL |
17 |
- |
|
18 | 18 |
} |
1 | 1 |
old mode 100755 |
2 | 2 |
new mode 100644 |
... | ... |
@@ -12,7 +12,6 @@ This class is a super class for \code{\link{Heatmap-class}}, \code{\link{Heatmap |
12 | 12 |
It is only designed for \code{+} generic method so that above three classes can be appended to each other. |
13 | 13 |
} |
14 | 14 |
\examples{ |
15 |
-# no example |
|
15 |
+# There is no example |
|
16 | 16 |
NULL |
17 |
- |
|
18 | 17 |
} |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@108253 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
Commit id: f1b195419490dad46029cf7b681508ed21ba8c60
refreshed documentations
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@107316 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -3,29 +3,15 @@ |
3 | 3 |
\alias{AdditiveUnit-class} |
4 | 4 |
\title{ |
5 | 5 |
An internal class |
6 |
- |
|
7 | 6 |
} |
8 | 7 |
\description{ |
9 | 8 |
An internal class |
10 |
- |
|
11 | 9 |
} |
12 | 10 |
\details{ |
13 | 11 |
This class is a super class for \code{\link{Heatmap-class}}, \code{\link{HeatmapList-class}} and \code{\link{HeatmapAnnotation-class}} classes. |
14 | 12 |
It is only designed for \code{+} generic method so that above three classes can be appended to each other. |
15 |
- |
|
16 | 13 |
} |
17 | 14 |
\examples{ |
18 |
- |
|
19 |
- |
|
20 |
- |
|
21 |
- |
|
22 |
- |
|
23 |
- |
|
24 |
- |
|
25 |
- |
|
26 |
- |
|
27 |
- |
|
28 |
- |
|
29 |
- |
|
30 | 15 |
# no example |
31 |
-NULL} |
|
16 |
+NULL |
|
17 |
+} |
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
... | ... |
@@ -2,21 +2,18 @@ |
2 | 2 |
\docType{class} |
3 | 3 |
\alias{AdditiveUnit-class} |
4 | 4 |
\title{ |
5 |
-An internal class |
|
6 |
- |
|
5 |
+An internal class |
|
7 | 6 |
|
8 | 7 |
} |
9 | 8 |
\description{ |
10 |
-An internal class |
|
11 |
- |
|
9 |
+An internal class |
|
12 | 10 |
|
13 | 11 |
} |
14 | 12 |
\details{ |
15 |
-This class is a super class for \code{\link{Heatmap-class}}, \code{\link{HeatmapList-class}} and \code{\link{HeatmapAnnotation-class}} classes. It is only designed for \code{+} generic method so that above three classes can be appended to each other. |
|
16 |
- |
|
13 |
+This class is a super class for \code{\link{Heatmap-class}}, \code{\link{HeatmapList-class}} and \code{\link{HeatmapAnnotation-class}} classes. |
|
14 |
+It is only designed for \code{+} generic method so that above three classes can be appended to each other. |
|
17 | 15 |
|
18 | 16 |
} |
19 | 17 |
\examples{ |
20 | 18 |
# no example |
21 |
-NULL |
|
22 |
-} |
|
19 |
+NULL} |
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
... | ... |
@@ -2,18 +2,21 @@ |
2 | 2 |
\docType{class} |
3 | 3 |
\alias{AdditiveUnit-class} |
4 | 4 |
\title{ |
5 |
-An internal class |
|
5 |
+An internal class |
|
6 |
+ |
|
6 | 7 |
|
7 | 8 |
} |
8 | 9 |
\description{ |
9 |
-An internal class |
|
10 |
+An internal class |
|
11 |
+ |
|
10 | 12 |
|
11 | 13 |
} |
12 | 14 |
\details{ |
13 |
-This class is a super class for \code{\link{Heatmap-class}}, \code{\link{HeatmapList-class}} and \code{\link{HeatmapAnnotation-class}} classes. |
|
14 |
-It is only designed for \code{+} generic method so that above three classes can be appended to each other. |
|
15 |
+This class is a super class for \code{\link{Heatmap-class}}, \code{\link{HeatmapList-class}} and \code{\link{HeatmapAnnotation-class}} classes. It is only designed for \code{+} generic method so that above three classes can be appended to each other. |
|
16 |
+ |
|
15 | 17 |
|
16 | 18 |
} |
17 | 19 |
\examples{ |
18 | 20 |
# no example |
19 |
-NULL} |
|
21 |
+NULL |
|
22 |
+} |
Commit id: 6cf15a1b2514d9c86295206a55c9d5efadc00f70
check row orders
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@105276 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -2,21 +2,18 @@ |
2 | 2 |
\docType{class} |
3 | 3 |
\alias{AdditiveUnit-class} |
4 | 4 |
\title{ |
5 |
-An internal class |
|
6 |
- |
|
5 |
+An internal class |
|
7 | 6 |
|
8 | 7 |
} |
9 | 8 |
\description{ |
10 |
-An internal class |
|
11 |
- |
|
9 |
+An internal class |
|
12 | 10 |
|
13 | 11 |
} |
14 | 12 |
\details{ |
15 |
-This class is a super class for \code{\link{Heatmap-class}}, \code{\link{HeatmapList-class}} and \code{\link{HeatmapAnnotation-class}} classes. It is only designed for \code{+} generic method so that above three classes can be appended to each other. |
|
16 |
- |
|
13 |
+This class is a super class for \code{\link{Heatmap-class}}, \code{\link{HeatmapList-class}} and \code{\link{HeatmapAnnotation-class}} classes. |
|
14 |
+It is only designed for \code{+} generic method so that above three classes can be appended to each other. |
|
17 | 15 |
|
18 | 16 |
} |
19 | 17 |
\examples{ |
20 | 18 |
# no example |
21 |
-NULL |
|
22 |
-} |
|
19 |
+NULL} |
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
... | ... |
@@ -12,7 +12,7 @@ An internal class |
12 | 12 |
|
13 | 13 |
} |
14 | 14 |
\details{ |
15 |
-This class is a super class for \code{\link{Heatmap-class}}, \code{\link{HeatmapList-class}} and \code{\link{HeatmapAnnotation-class}} classes. It is only designed for \code{+} generic method. |
|
15 |
+This class is a super class for \code{\link{Heatmap-class}}, \code{\link{HeatmapList-class}} and \code{\link{HeatmapAnnotation-class}} classes. It is only designed for \code{+} generic method so that above three classes can be appended to each other. |
|
16 | 16 |
|
17 | 17 |
|
18 | 18 |
} |
ComplexHeatmap/ podkat/ RBM/
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@101658 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,22 @@ |
1 |
+\name{AdditiveUnit-class} |
|
2 |
+\docType{class} |
|
3 |
+\alias{AdditiveUnit-class} |
|
4 |
+\title{ |
|
5 |
+An internal class |
|
6 |
+ |
|
7 |
+ |
|
8 |
+} |
|
9 |
+\description{ |
|
10 |
+An internal class |
|
11 |
+ |
|
12 |
+ |
|
13 |
+} |
|
14 |
+\details{ |
|
15 |
+This class is a super class for \code{\link{Heatmap-class}}, \code{\link{HeatmapList-class}} and \code{\link{HeatmapAnnotation-class}} classes. It is only designed for \code{+} generic method. |
|
16 |
+ |
|
17 |
+ |
|
18 |
+} |
|
19 |
+\examples{ |
|
20 |
+# no example |
|
21 |
+NULL |
|
22 |
+} |