Skip to content

Releases: bartongroup/dexdash

dexdash 0.2.10

04 Oct 08:13
Compare
Choose a tag to compare
  • Changed the default FDR limit from 0.01 to 0.05

dexdash 0.2.9

01 Oct 10:35
Compare
Choose a tag to compare
  • Typo fix
  • Allow for continuous (numeric) variables for x-axis and colour scale in feature plot

dexdash 0.2.8

22 Aug 12:07
Compare
Choose a tag to compare
  • Bug fix: card_body() was missing in three cards.

dexdash 0.2.7

20 Aug 11:14
Compare
Choose a tag to compare
  • Bug fix: missing x-axis column error if x_variable argument not specified in run_app.

Version 0.2.6

20 Aug 10:17
Compare
Choose a tag to compare
  • 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

16 Aug 10:36
Compare
Choose a tag to compare
  • 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

14 Aug 10:25
Compare
Choose a tag to compare
  • Fixed a bug where NAs in any metadata column caused filtering data out in the feature plot

dexdash 0.2.3

01 Aug 13:07
Compare
Choose a tag to compare
  • minor changes

dexdash 0.2.2

27 Jun 08:14
ad00032
Compare
Choose a tag to compare
  • New feature: each plot and table can be now downloaded by clicking the "download" icon
  • Minor improvements to the code

dexdash 0.2.1

26 Jun 10:44
Compare
Choose a tag to compare
  • Improvements to the documentation
  • Changed column names in example metadata to better reflect the nature of the variable
  • Small tweaks