
Common visualisation tools for single-cell trajectories
Installation
devtools::install_github("dynverse/dynplot")On linux, udunits2 has to be installed:
- Debian / Ubuntu / Linux mint:
sudo apt-get install libudunits2-dev - Fedora / CentOS:
sudo dnf install udunits2-devel
Usage
The package provides different ways to plot both the topology and cellular properties of a trajectory:
#> Warning: Unknown or uninitialised column: 'group_id'.
#> Warning: Unknown or uninitialised column: 'group_id'.
#> Warning: Unknown or uninitialised column: 'group_id'.
#> Warning: Unknown or uninitialised column: 'group_id'.
#> Warning: Unknown or uninitialised column: 'group_id'.
#> Warning: Unknown or uninitialised column: 'group_id'.
#> Warning: Unknown or uninitialised column: 'group_id'.
#> Warning: Unknown or uninitialised column: 'group_id'.
And to plot the expression and feature importances of many genes along the trajectory
#> Warning: Column `waypoint_id` joining factors with different levels,
#> coercing to character vector
Latest changes
Check out news(package = "dynwrap") or NEWS.md for a full
list of changes.
Recent changes in dynplot 1.0.2 (04-07-2019)
-
BUG FIX: Fix weird ceiling warning.
-
BUG FIX: Fix for new select waypoints (#41).
-
MINOR CHANGE: Added parameters
size_cells,alpha_cellsandborder_radius_percentageto plotting functions that plot cells (#40).
Recent changes in dynplot 1.0.1 (07-05-2019)
- BUG FIX: Remove dependency on shades, fixing rgb2hsv bug


