- First version
- A lot of minor tweaks
- Documentation updates
- Added functions
list_species()
anddownload_feature_information()
. - Split function
download_functional_terms()
intodownload_functional_terms()
andprepare_functional_terms()
to allow for more flexibility with feature identifiers. - Wrote new section of the vignette with an advanced example.
- Added mouse RNA-seq data for the example.
- Added Ensembl settings for all species in the
species.json
file.
- Bug fixes
- Lazy data recompression
- Fixed a bug in SelectizeInput
- Improving the vignette
- Reducing size of data
- Fixed missing helpers (pop-up documents when info icon clicked)
- New feature: a title can be added to the dashboard
- New feature: additional columns can be provided in
metadata
to colour points in the feature plot
- Data structure overhaul - all user data are now packed into one object class
dexdash_set
ordexdash_list
. - Allows for multiple data sets, selected from the drop-down menu
- New functions:
dexdash_set()
anddexdash_list()
.
- Improvements to the documentation
- Changed column names in example metadata to better reflect the nature of the variable
- Small tweaks
- New feature: each plot and table can be now downloaded by clicking the "download" icon
- Minor improvements to the code
- A few minor changes
- Fixed a bug where NAs in any metadata column caused filtering data out in the feature plot
- Moved all example data to a separate package bartongroup/dexdata to reduce footprint
- Move the large vignette to a separate directory 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
- 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.
- Bug fix: missing x-axis column error if
x_variable
argument not specified inrun_app
.
- Bug fix: card_body() was missing in three cards.
- Typo fix
- Allow for continuous (numeric) variables for x-axis and colour scale in feature plot
- Changed the default FDR limit from 0.01 to 0.05 (I know!)