Releases: myles-lewis/easylabel
Releases · myles-lewis/easylabel
v0.3.2
- Added option to save other file types (svg, png, jpeg, tiff) from shiny interface.
- Added ability to embed an image of the points as a rastered bitmap (png). This helps reduce file size with large numbers of points.
- Rastered bitmap is cached using memoise to speed up workflow.
- Added saving of state of labels from shiny and enabled reloading using
loadlabel()
.
v0.2.8
- Bugfix for peak detection error when
showOutliers = FALSE
ineasyManhattan()
- Aesthetic improvements to
easyManhattan()
- Improved thinning of data points near the x axis in
easyManhattan()
with
large GWAS - Faster peak finding algorithm for Manhattan plots
easylabel 0.2.4
- Add option for label text, line and box colours to match colour of each point
- Label text & line colours now also work in plotly
- Enable export of plotly objects as return value
- Fix bugs in MA plot
easylabel 0.2.2
- Added
easyManhattan()
function - Added
plotly_filter
argument to allow large datasets to be labelled - Legend can be repositioned by setting
legendxy
- Improved click stability in the shiny app
- Added support for custom tick marks and tick labels
- Allow gridlines for x or y axis alone
- Allow option to use nominal p values alone in
easyVolcano()
easylabel 0.2.1
Improved click stability
easylabel 0.2.0
- Added Manhattan plots
- Added plotly_filter argument to allow massive datasets to be annotated
- Improved stability of clicking on points
easylabel 0.1.0
Initial submission to CRAN