You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take into consideration overlapping_percent when applying manual registration.
Updated logic of calc_variance() for data with no replicates to consider expression_value.
Updated get_stretch_search_space_limits() and get_shift_search_space_limits() to exclude unexplorable regions in search space.
Improved calculate_distance() and aux get_timepoint_comb_*_data() functions to eliminate column selection and renaming inside lapply() calls, reducing execution time by up to 25%.
Added type ("registered" or "all") and genes_list arguments to calculate_distance() to filter genes.
Added new unit tests.
Updated unit tests, and added S3 class checks where apropriate.
Updated vignettes and README diagrams and figures.
Updated vignettes with additional examples, comments on arguments, and full coverage of all plot() methods.
Bug fixes
Fixed get_shift_search_space_limits() to adjust shift space limits accordingly to removal of time_delta variable (see 48c943c).
Fixed default overlapping_percent = 0.5 (instead of 50) in register_manually().
Fixed get_stretch_search_space_limits() to correctly determine lower and upper limits when single stretch value is provided.
Fixed issue in get_shift_search_space_limits() where range variables were not available when calc_mode == "bound".
New functions
bind_results() auxiliary function to merge results from register().
theme_greatR() function and greatR_palettes list.
transform_input() S3 generic to accept different types of input in register().
plot.res_greatR() S3 method to replace plot_registration_results().
plot.dist_greatR() S3 method to replace plot_heatmap().
plot.summary.res_greatR() S3 method inspired by WVPlots::ScatterHistC().