1 | 1 |
deleted file mode 100755 |
... | ... |
@@ -1,36 +0,0 @@ |
1 |
-<!-- |
|
2 |
-%\VignetteEngine{knitr} |
|
3 |
-%\VignetteIndexEntry{7. Interactive with Heatmaps} |
|
4 |
- |
|
5 |
-Interactive with Heatmaps |
|
6 |
-======================================== |
|
7 |
- |
|
8 |
-**Author**: Zuguang Gu ( z.gu@dkfz.de ) |
|
9 |
- |
|
10 |
-**Date**: `r Sys.Date()` |
|
11 |
- |
|
12 |
- |
|
13 |
-```{r global_settings, echo = FALSE, message = FALSE} |
|
14 |
-library(markdown) |
|
15 |
- |
|
16 |
-library(knitr) |
|
17 |
-knitr::opts_chunk$set( |
|
18 |
- error = FALSE, |
|
19 |
- tidy = FALSE, |
|
20 |
- message = FALSE, |
|
21 |
- fig.align = "center", |
|
22 |
- fig.width = 5, |
|
23 |
- fig.height = 5) |
|
24 |
-options(markdown.HTML.stylesheet = "custom.css") |
|
25 |
- |
|
26 |
-options(width = 100) |
|
27 |
-``` |
|
28 |
- |
|
29 |
-If the heatmap is plotted in the interactive graphic device, users can use mouse |
|
30 |
-to select a sub-area in the heatmap and retrieve index for rows and columns in that selected area. |
|
31 |
-Since heatmaps are always used to visualize patterns that are clustered together, |
|
32 |
-this feature can greatly give convinience to extract the sub-matrix that users are interested in. |
|
33 |
- |
|
34 |
-<p><img src="select_region.gif" width="600" /></p> |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@114991 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -33,4 +33,4 @@ to select a sub-area in the heatmap and retrieve index for rows and columns in t |
33 | 33 |
Since heatmaps are always used to visualize patterns that are clustered together, |
34 | 34 |
this feature can greatly give convinience to extract the sub-matrix that users are interested in. |
35 | 35 |
|
36 |
-<p><img src="select_region.gif" /></p> |
|
36 |
+<p><img src="select_region.gif" width="600" /></p> |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@109609 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -29,7 +29,7 @@ options(width = 100) |
29 | 29 |
``` |
30 | 30 |
|
31 | 31 |
If the heatmap is plotted in the interactive graphic device, users can use mouse |
32 |
-to select a sub-region in the heatmap and retrieve index for rows and columns in that selected region. |
|
32 |
+to select a sub-area in the heatmap and retrieve index for rows and columns in that selected area. |
|
33 | 33 |
Since heatmaps are always used to visualize patterns that are clustered together, |
34 | 34 |
this feature can greatly give convinience to extract the sub-matrix that users are interested in. |
35 | 35 |
|
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
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,36 @@ |
1 |
+<!-- |
|
2 |
+%\VignetteEngine{knitr} |
|
3 |
+%\VignetteIndexEntry{7. Interactive with Heatmaps} |
|
4 |
+--> |
|
5 |
+ |
|
6 |
+Interactive with Heatmaps |
|
7 |
+======================================== |
|
8 |
+ |
|
9 |
+**Author**: Zuguang Gu ( z.gu@dkfz.de ) |
|
10 |
+ |
|
11 |
+**Date**: `r Sys.Date()` |
|
12 |
+ |
|
13 |
+------------------------------------------------------------- |
|
14 |
+ |
|
15 |
+```{r global_settings, echo = FALSE, message = FALSE} |
|
16 |
+library(markdown) |
|
17 |
+ |
|
18 |
+library(knitr) |
|
19 |
+knitr::opts_chunk$set( |
|
20 |
+ error = FALSE, |
|
21 |
+ tidy = FALSE, |
|
22 |
+ message = FALSE, |
|
23 |
+ fig.align = "center", |
|
24 |
+ fig.width = 5, |
|
25 |
+ fig.height = 5) |
|
26 |
+options(markdown.HTML.stylesheet = "custom.css") |
|
27 |
+ |
|
28 |
+options(width = 100) |
|
29 |
+``` |
|
30 |
+ |
|
31 |
+If the heatmap is plotted in the interactive graphic device, users can use mouse |
|
32 |
+to select a sub-region in the heatmap and retrieve index for rows and columns in that selected region. |
|
33 |
+Since heatmaps are always used to visualize patterns that are clustered together, |
|
34 |
+this feature can greatly give convinience to extract the sub-matrix that users are interested in. |
|
35 |
+ |
|
36 |
+<p><img src="select_region.gif" /></p> |