Package: dynwrap Type: Package Title: Representing and Inferring Single-Cell Trajectories Description: Provides functionality to infer trajectories from single-cell data, represent them into a common format, and adapt them. Other biological information can also be added, such as cellular grouping, RNA velocity and annotation. Saelens et al. (2019) . Version: 1.3.0 Authors@R: c( person( "Robrecht", "Cannoodt", email = "rcannood@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3641-729X") ), person( "Wouter", "Saelens", email = "wouter.saelens@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0002-7114-6248") ) ) URL: https://github.com/dynverse/dynwrap BugReports: https://github.com/dynverse/dynwrap/issues License: MIT + file LICENSE LazyData: TRUE RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Encoding: UTF-8 Depends: R (>= 4.1.0) Imports: assertthat, babelwhale, crayon, dplyr, dynutils (>= 1.0.3), dynparam, igraph, glue, Matrix, methods, purrr (>= 1.0.0), processx, readr, stringr, reshape2, tibble, tidyr, yaml Suggests: covr, dyndimred, hdf5r, knitr, pkgload, ranger, rmarkdown, testthat VignetteBuilder: knitr Config/pak/sysreqs: cmake git libglpk-dev make libicu-dev libuv1-dev libxml2-dev libx11-dev Repository: https://dynverse.r-universe.dev Date/Publication: 2026-03-31 13:05:40 UTC RemoteUrl: https://github.com/dynverse/dynwrap RemoteRef: HEAD RemoteSha: 319bcfe3a0e38af45f368d2a53146165416d1a8a NeedsCompilation: no Packaged: 2026-07-04 19:40:19 UTC; root Author: Robrecht Cannoodt [aut, cre] (ORCID: ), Wouter Saelens [aut] (ORCID: ) Maintainer: Robrecht Cannoodt