@@ -6,7 +6,7 @@ dynwrap: Representing and Inferring Single-Cell Trajectories
66
77[ ![ R-CMD-check] ( https://github.com/dynverse/dynwrap/actions/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/dynverse/dynwrap/actions/workflows/R-CMD-check.yaml )
88[ ![ Codecov test
9- coverage] ( https://codecov.io/gh/dynverse/dynwrap/branch/master/ graph/badge.svg )] ( https://app.codecov.io/gh/dynverse/dynwrap?branch=master )
9+ coverage] ( https://codecov.io/gh/dynverse/dynwrap/graph/badge.svg )] ( https://app.codecov.io/gh/dynverse/dynwrap )
1010[ ** Tutorials** ] ( https://dynverse.org ) [ ** Reference
1111documentation** ] ( https://dynverse.org/reference/dynwrap/ )
1212<!-- badges: end -->
@@ -16,15 +16,15 @@ documentation**](https://dynverse.org/reference/dynwrap/)
1616** dynwrap** contains the code for a common model of single-cell
1717trajectories. The package can:
1818
19- - Wrap the input data of a trajectory inference method, such as
20- expression and prior information
21- - Run a trajectory inference method in R, in a docker container or a
22- singularity container
23- - Wrap the output of a trajectory inference method, such as the
24- pseudotime, a clustering or a branch network, and convert it into a
25- common trajectory model
26- - Further postprocess and adapt the trajectory model, such as
27- labelling the milestones and rooting the trajectory
19+ - Wrap the input data of a trajectory inference method, such as
20+ expression and prior information
21+ - Run a trajectory inference method in R, in a docker container or a
22+ singularity container
23+ - Wrap the output of a trajectory inference method, such as the
24+ pseudotime, a clustering or a branch network, and convert it into a
25+ common trajectory model
26+ - Further postprocess and adapt the trajectory model, such as labelling
27+ the milestones and rooting the trajectory
2828
2929![ ] ( man/figures/trajectory_model.png )
3030
@@ -38,13 +38,13 @@ containers in [dynmethods](https://github.com/dynverse/dynmethods).
3838
3939The advantage of using a common model is that it allows:
4040
41- - Comparison between a prediction and a gold standard, eg. using
42- [ dyneval] ( https://github.com/dynverse/dyneval )
43- - Comparing two predictions
44- - Easily visualise the trajectory, eg. using
45- [ dynplot] ( https://github.com/dynverse/dynplot )
46- - Extracting relevant features/genes, eg. using
47- [ dynfeature] ( https://github.com/dynverse/dynfeature )
41+ - Comparison between a prediction and a gold standard, eg. using
42+ [ dyneval] ( https://github.com/dynverse/dyneval )
43+ - Comparing two predictions
44+ - Easily visualise the trajectory, eg. using
45+ [ dynplot] ( https://github.com/dynverse/dynplot )
46+ - Extracting relevant features/genes, eg. using
47+ [ dynfeature] ( https://github.com/dynverse/dynfeature )
4848
4949## Latest changes
5050
@@ -53,34 +53,16 @@ list of changes.
5353
5454<!-- This section gets automatically generated from inst/NEWS.md -->
5555
56- ### Recent changes in dynwrap 1.2.3
56+ ### Recent changes in dynwrap 1.2.5
5757
58- - MINOR CHANGE: Fixes to metadata (documentation, citation entry,
59- broken links ).
58+ - BUG FIX ` convert_definition() ` : Fix for purrr having deprecated
59+ ` invoke ` in favour of ` exec ` (PR \# 166 ).
6060
61- ### Recent changes in dynwrap 1.2.2
61+ ### Recent changes in dynwrap 1.2.4
6262
63- - MAJOR CHANGE ` convert_milestone_percentages_to_progressions() ` :
64- Rewrite implementation to attain significant speedup.
63+ - Resubmission after babelwhale was removed from CRAN.
6564
66- - MINOR CHANGE ` infer_trajectory() ` : Infer command (Rscript/python)
67- from file extension if possible and avoid using shebang to execute
68- script, because R CMD check for R 4.0 puts Rscript and R dummy
69- executables on the path before R CMD check. This means
70- ` #!/usr/bin/env Rscript ` does not work anymore.
71-
72- - MINOR CHANGE ` add_feature_importance() ` : Add a function for adding
73- feature importance scores to a trajectory.
74-
75- - BUG FIX ` project_waypoints() ` : Rename milestone waypoints such that
76- the names are unique.
77-
78- - BUG FIX ` infer_trajectory() ` : Fix error message printing.
79-
80- - BUG FIX: ` dyndimred ` is used conditionally.
81-
82- - BUG FIX: ` wrap_expression() ` and ` add_expression() ` : Do not override
83- feature_info when it already exists in dataset.
65+ - MINOR CHANGE: Added ` @return ` documentation to all functions.
8466
8567## Dynverse dependencies
8668
0 commit comments