forked from raivokolde/pheatmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
101 lines (80 loc) · 3.91 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Version 1.0.7
-------------------------------------------------------------------------------
Trying to comply with CRAN policies
Version 1.0.6
-------------------------------------------------------------------------------
Added clustering_callback option to give more control over the hierarchical
clustering
Version 1.0.5
-------------------------------------------------------------------------------
Fixed the continuous legend bug
Version 1.0.4
-------------------------------------------------------------------------------
Make the NA handling in parameters more intelligent
Version 1.0.3
-------------------------------------------------------------------------------
Make the NA handling more intelligent for annotations
Version 1.0.2
-------------------------------------------------------------------------------
Trying to comply with CRAN policies
Version 1.0.1
-------------------------------------------------------------------------------
Fixed small bug with gap calculation
Version 1.0.0
-------------------------------------------------------------------------------
Major rewrite of pheatmap.
* Internally pheatmap uses now gtable package and returns the gtable object that
gives more flexibility in editing the figure or combining it with other plots
* Introduced the opportunity to separate parts of heatmap using gaps. This can
be achieved using gaps_col and gaps_row parameter when the corresponding
dimension is not clustered. Alternatively cutree_row and cutree_col introduce
the gaps based on the clustering.
* Now it is possible to annotate rows of heatmaps in similar manner as it was
possible with columns before.
* Now it is possible to supply custom labels for rows and columns.
* Added names to annotation tracks
* Improved the overall appearance of the plot, concentrating on legends and
annotation color schemes
Version 0.7.10
-------------------------------------------------------------------------------
Can set color to the values shown inside the cells.
Version 0.7.9
-------------------------------------------------------------------------------
Added option to show arbitrary values within cells, by giving a matrix to
display_numbers parameter.
Version 0.7.8
-------------------------------------------------------------------------------
Made the dendrogram drawing faster
Version 0.7.7
-------------------------------------------------------------------------------
Fixed a bug related to calculating space for the column and row names. Made the
documentation more readable
Added .Rbuildignore
Version 0.7.6
-------------------------------------------------------------------------------
Fixed a bug, where the color scales for scaled matrices were not centered to 0.
Version 0.7.5
-------------------------------------------------------------------------------
Minor bug fix
Version 0.7.4
-------------------------------------------------------------------------------
Minor bug fixes
Version 0.7.2 and 0.7.3
-------------------------------------------------------------------------------
Fixed some bugs introduced by changing the direction of plotting the y axis
Version 0.7.1
-------------------------------------------------------------------------------
* Added option to modify labels of the color scale legend (legend_breaks and
legend_labels)
* Changed the direction of plotting to start from the top instead of bottom on
y axis.
Version 0.7
-------------------------------------------------------------------------------
* Added opportunity to show also the corresponding numeric values in the cells
(see display_numbers parameter).
* Added opportunity to show unused factor levels for column annotations in the
legend (drop_levels parameter).
* Changed the order how the rows are drawn when rows are not clustered. Before
it started from the bottom, now from the top.
* Changed legend positioning according to the presence of column names
* The function now returns invisibly all the clusterings that it performed.