- Bioconductor 3.20 released, and Bioconductor 3.21 version bump version. (2024-10-31, Thu)
- Bioconductor 3.19 released, and Bioconductor 3.20 version bump version. (2024-05-14, Tue)
- update rd.
- 1.12.0 version released with Bioconductor 3.18 and 1.13.0 version was bumped with Bioconductor 3.19 (devel) version. (2023-10-25, Wed)
- 1.10.0 version released with Bioconductor 3.17, and 1.11.0 version was bumped with Bioconductor devel (3.18). (2023-04-28, Fri)
- add
limits
parameter inaxis.params
to display the range of x axis. (2023-03-08, Wed) - using
cli
to replacewarning
orstop
. (2022-11-24, Thu) - using
rlang
to transfer thegeom
argument. (2022-11-24, Thu) - using
pwidth
to replacewidth
whenx
only have one unique value withgeom = geom_tile
andwidth
is not provided. (2022-11-25, Fri) - adding the
messages
to show how to adjust thecolor
scale when thecolor
aesthetic was use internal withgeom=geom_boxplot
etc. (2022-12-01, Thu)
- import
cli
to avoid warning in checking, which is used by the latestggplot2
(2022-11-08, Tue)
- Bioconductor RELEASE_3_16 (2022-11-04, Fri)
- fix a bug of subset data (when the
value
mapped tox
aesthetic contains negative value.) - fix a bug when x of mapping in data is only one unique.
- Bioconductor 3.15 release and Bioconductor 3.16 (devel) version bump.
- set
orientation
argument automatically, when it is not be provided and thegeom
has the parameter. (2022-03-24, Thu)
- update the citation format. (2022-01-28, Fri)
- import
geom_text
, which was used in the axis ofgeom_fruit
withdo.call
. (2021-11-24, Wed)
- update the lower limit of reference range in normalization precess. (2021-11-19, Fri)
- Bioconductor 3.14 release.
- fix the issue of
gridlines
when some data is removed. (2021-08-25, Wed)
- update citation of
ggtreeExtra
(2021-08-25, Wed).
- fix the
compute_aes
to better compatible withggplot2
(>=3.3.4) (2021-08-09, Mon)- The
ggplot2
(>=3.3.4) introducedcomputed_mapping
.
- The
- update reference. (2021-06-08, Tue)
- fix vector logical check. (201-06-11, Fri)
- c(TRUE, TRUE) && c(TRUE, TRUE) is not allowed in devel environment of bioconductor
data
argument ofgeom_fruit
support function input. (2021-05-20, Thu)- the argument of
axis.params
andgrid.params
can be assigned by intermediate variables. (2021-05-26, Wed)
- new version release, and bump new devel version (1.3.0). (2021-05-20, Thu)
- import
ggtree
to passBiocCheck
. (2021-05-14, Fri)
- fix a bug to solve the problem (variable of x has
NA
). (2021-05-13, Thu)
- fix a bug for
compute_aes
( This is to support mapping aesthetics (x, not y in aes of geom_fruit) to functions of variables). (2021-05-10, Mon)
- don't inherit
aes
(global aes from theggtree
). (2021-04-28, Wed) subset
in mapping also supports the data fromggtree
object. (2021-04-29, Thu)- support mapping aesthetics (
x
, noty
inaes
ofgeom_fruit
) to functions of variables. (2021-05-07, Fri)
- add new
position
functions:position_jitterx
andposition_jitterdodgex
. (2021-04-23, Fri) - update vignettes. (2021-04-25, Sun)
- update man and vignettes. (2021-04-06, Tue)
- check whether the value of x is numeric to avoid warnings when x is factor. (2021-02-24, Wed)
- remove axis of first
geom_tile
of vignettes, since the axis of this layer is meaningless. (2021-02-24, wed)
- support
title
of panel. (2021-02-03, Wed) - add citation info. (2021-02-04, Thu)
- don't use
svg
dev. (2021-02-04, Thu)
- add
position_points_jitterx
andposition_raincloudx
for geom ofggridges
. (2021-01-20, Wed) - supports
geom_msa
ofggmsa
. (2021-01-21, Thu) - specific
position
method for specific geom method automatically. (2021-01-27, Wed)
- support multiple density plot from geom of ggridges. (2020-12-31, Thu)
geom_density_ridges
,geom_density_ridges2
,geom_density_ridges_gradient
,geom_ridgeline
,geom_ridgeline_gradient
.
- support
subset
in mapping, but thedata
should also be provided. (2020-11-30, Mon) - add default position methods for common geometric functions. (2020-12-18, Fri)
- Bioconductor 3.12 release (2020-10-28, Wed)
- 0.99.1 change
svg
ofdev
topng
, set the dpi to 300. (20200714, Tue) - 0.99.2
geom_axis_text
support the single column axis. (20200717, Fri) - 0.99.3 support
inward_circular
tree andgeom_axis_text
was build byposition_identityx
. (20200724, Fri) - 0.99.4 fix the constant of
barplot
bug. (2020-07-25, Sat) - 0.99.5 better support the layer when x axis is reverse. (2020-07-29, Wed)
- 0.99.6 support adjusting the angle of geom_text. (2020-07-31, Fri)
- 0.99.7 revise stylistic comment of R code and examples. (2020-08-04, Tue)
- 0.99.8 change the formatting of code chunk. (2020-08-04, Tue)
- modified the
color
aesthetics forgeom_boxplot
andgeom_violin
. (2020-08-14, Fri) - keep all column of data of tree when it merge with external data. (2020-08-14, Fri)
- add
geom_ringline
to create the grid line of external ring layers. (2020-08-21, Fri) - the
addbrink
and other argument control the line of margin has been removed. (2020-08-21, Fri) - add pseudo axis line in
geom_axis_text
. (2020-08-21, Fri)
geom_axis_text
andgeom_ringline
are removed. (2020-08-24, Mon)- user can use
axis.params=list(add.axis=TRUE)
andgrid.params=list(add.grid=TRUE)
to add the axis and grid lines of external layers, respectively. (2020-08-24, Mon)
- add upper and lower grid lines of y. (2020-08-26, Wed)
- update the method of
ggplot_add.layer_fruits
, when theoffset
between differentfruit_plot
is different, will use eachoffset
in eachfruit_plot
. (2020-08-31, Mon)
- update
normxy
to supportdendrogram
layout. (2020-09-02, Wed)
- add
add.another.axis
ingeom_fruit
to add another axis. (2020-09-04, Fri) - update
normxy
to fix the bug when negative values are present. (2020-09-04, Fri) - update
ggplot_add
method ofgeom_fruit
to support the orientation which x axis of the external is from bottom to top, when layout isdendrogram
. (2020-09-04, Fri)
- change
add.axis
in axis.params from TRUE or FALSE tox
ory
orxy
. (2020-09-05, Sat) - remove
add.grid
ingrid.params
and default ofgrid.params
is NULL. (2020-09-07, Mon) - update method of
axis tick
and removenbreaks
, the breaks will be calculate bypretty
. (2020-09-07, Mon) - use
substitute
to allow list ofaxis.params
orgrid.params
has empty argument, eggrid.params=list(color="black",)
. (2020-09-07, Mon)
- change
add.axis
toaxis
inaxis.params
. (2020-09-08, Tue)
- add
nbreak
inaxis.params
ofgeom_fruit
, it will be sent ton
ofpretty
to generate the desired number of intervals ofaxis
. (2020-09-08, Tue)
- modified the namespace, remove
geom_vline
, addgeom_segment
. (2020-09-11, Fri)
- add vignettes. (20200707, Tue)
- support add the axis text of extra layer of
geom_fruit
usinggeom_axis_text
. (20200630, Tue) - optimize normalization of extra layer data. (20200701, Wed)
- fixed bug: changed layer to layers. (20200703, Fri)
- support data of NULL in
geom_fruit
, and user can add data by%<+%
ofggtree
. (20200628, Sun)
- add
geom_fruit_list
to support add the same position for multi layers. (20200622, Mon)
- automatically detect the 'position'. (20200612)
- change
pratio
parameter topwidth
and removetippoint
parameter. - change
geom_add
function togeom_totree
function. (20200610)
- support tip point for
geom_star
orgeom_point
- support
geom_boxplot
andgeom_violin
(20200606)
- add marginal line, and when x is character, the new x normalized should be started with zero. (20200601)
- The distance between the panel and tree can be adjusted using the "offset". The value of associate panel were normalized in the range of x of tree. The width can be adjusted using the "pratio". The "offset" and "pratio" are the ratio related to tree. (20200529)
- first version to
github
(20200528)