Releases: bartongroup/dexdash
Releases · bartongroup/dexdash
dexdash 0.2.11
- Added
remotes
to DESCRIPTION
dexdash 0.2.10
- Changed the default FDR limit from 0.01 to 0.05
dexdash 0.2.9
- Typo fix
- Allow for continuous (numeric) variables for x-axis and colour scale in feature plot
dexdash 0.2.8
- Bug fix: card_body() was missing in three cards.
dexdash 0.2.7
- Bug fix: missing x-axis column error if
x_variable
argument not specified inrun_app
.
Version 0.2.6
- Fixed an issue with mean normalisation in the feature plot that tried to take a logarithm of zero by calculating a log-ratio.
- Minor tweaks to the plot feature code.
- Fixing
dexdata
package references.
dexdash 0.2.5
- Moved all example data to a separate package bartongroup/dexdata to reduce footprint
- Move the large vignette to a separate project and created minimal vignette to reduce footprint
- Fixed a bug in feature info testing
- Added new
run_app
arguments to set the startup values of the x- and colour-variables in the feature plot - Added ability to provide own FDR column in differential expression table
dexdash 0.2.4
- Fixed a bug where NAs in any metadata column caused filtering data out in the feature plot
dexdash 0.2.3
- minor changes
dexdash 0.2.2
- New feature: each plot and table can be now downloaded by clicking the "download" icon
- Minor improvements to the code