Recent Releases of funkyheatmap
funkyheatmap - funkyheatmap 0.5.2
MINOR CHANGES
- Changed vignette
mtcarsto gradually explain a variety of functionality to customize plots.
Scientific Software - Peer-reviewed
- R
Published by LouiseDck 11 months ago
funkyheatmap - funkyheatmap 0.5.1
MINOR CHANGES
- Updated the executable generated by Viash to the latest version.
Scientific Software - Peer-reviewed
- R
Published by rcannood about 1 year ago
funkyheatmap - funkyheatmap 0.5.0
NEW FUNCTIONALITY
Allow specifying different columns in
datafor determining the colour and size of the geom usingid_colourandid_size, respectively (#25).Allow turning off bar outlines using
draw_outlineequal toFALSEfor geom"bar"(#25).Allow specifying a horizontal justification for the legend labels using
legend_hjust(#30).
Scientific Software - Peer-reviewed
- R
Published by rcannood over 1 year ago
funkyheatmap - funkyheatmap 0.4.0
BREAKING CHANGES
Deprecated the
col_annot_offset,col_annot_angleandexpandarguments infunky_heatmap(). Useposition_args = position_arguments(...)instead (#6).Removed the
removed_entriesargument.
NEW FUNCTIONALITY
Allow modifying the positioning of elements using the
position_argsargument infunky_heatmap()(#12).Plot images as a geom by specifying either a path, or a directory and an extension (#6).
Overhaul of the way legends are plotted (#23). Legends are now separate ggplots, the positioning of which is solved via patchwork.
Allow customizing legends using the
legendargument infunky_heatmap()(#23).
MINOR CHANGES
Throw warning if magick is not installed or if image is not found (#18).
Minor fixes to the documentation (#22).
Assume logical columns are meant to be displayed as text (#26).
BUG FIXES
Fix missing 1.0 label in legend due to limitations in floating-point arithmetic.
Remove warnings due to changes in tidyselect (#15).
Remove warnings due to 'size' being renamed to 'linewidth' in ggplot2 v3.4.0 (#16).
Fix missing categories when no palette is specified for a pie geom (#17).
Fix issue with rendering non-character columns as text (#5, #26).
Fix error messge (#1, #26).
Fix domain url (#26).
Scientific Software - Peer-reviewed
- R
Published by rcannood over 2 years ago
funkyheatmap - funkyheatmap 0.3.0
MAJOR CHANGES
- Funky rectangles are now plotted using
geom_rounded_rect(), thus simplifying the code quite a bit.
MINOR CHANGES
Added a parameter for allowing to change the angle of the column annotation labels,
col_annot_angle.Removed dynutils as a dependency.
BREAKING CHANGES
- Removed parameter
row_annot_offsetsince it wasn't being used anymore.
Scientific Software - Peer-reviewed
- R
Published by rcannood almost 3 years ago
funkyheatmap - funkyheatmap 0.2.0
MAJOR CHANGES
The column info data frame can directly contain the
width,overlay,legend,hjust,vjust,size, andlabelcolumns without having to passed inside theoptionscolumn first.The
optionscolumn can now also be a json string which will then first be parsed and processed.Store the
data-raw/dynbenchmark_data.Rscript inside the GitHub repo to be able to reproduce thedynbenchmark_dataobject. Also store the info and groupings for columns and rows in thedynbenchmark_data.Extended the dynbenchmark vignette.
Scientific Software - Peer-reviewed
- R
Published by rcannood about 3 years ago
funkyheatmap - funkyheatmap 0.1.0
The initial release of funkyheatmap as a standalone package.
MAJOR CHANGES
Ported code
funky_heatmap()fromdynverse/dynbenchmark.Split up code into different helper functions.
Added
verify_*()functions for checking the file format of input objects and trying to provide helpful messages when the format is not correct.Added documentation, unit tests and examples.
Website is published at funkyheatmap.dynverse.org.
Scientific Software - Peer-reviewed
- R
Published by rcannood over 3 years ago