MINOR CHANGE: Make create_ti_method_definition()
actually work
DOCUMENTATION: Added examples for each trajectory wrapper
DOCUMENTATION: Added vignette discussing wrapper types
DOCUMENTATION: Added vignette discussing create_ti_method_definition()
MAJOR CHANGE: Add support for Singularity 3.0, drop support for previous releases of Singularity and singularity-hub.
MAJOR CHANGE: dynwrap now always works with sparse count and expression matrices
FEATURE: Add create_ti_method_definition()
to create a definition from a local script.
DOCUMENTATION: Major update of all documentation for dynbenchmark publication
MINOR CHANGE: Rename compute_tented_geodesic_distances()
to calculate_geodesic_distances()
MINOR CHANGE: Harmonisation of function arguments to either dataset
or trajectory
Creating a trajectoryMethods to create a trajectory |
|
---|---|
Create a trajectory given its branch network and the pseudotime of the cells on one of the branches |
|
Constructs a trajectory using a graph between cells, by mapping cells onto a set of backbone cells. |
|
Constructs a trajectory using a cell grouping and a network between groups. Will use an existing grouping if it is present in the dataset. |
|
Constructs a circular trajectory using the pseudotime values of each cell. |
|
Constructs a trajectory by projecting cells within a dimensionality reduction onto a backbone formed by a milestone network. Optionally, a cell grouping can be given which will restrict the edges on which a cell can be projected. |
|
Multifurcating trajectory with end state probabilities |
|
Constructs a linear trajectory using the pseudotime values of each cell. |
|
Define a trajectory dataset given its milestone network and milestone percentages or progressions |
|
A data wrapper for datasets and trajectories |
|
Adapting a trajectory modelMethods to adapt a trajectory |
|
Add cell waypoints to a wrapped trajectory |
|
Add or create a dimensionality reduction |
|
Add count and normalised expression values to a dataset |
|
Add a cell grouping to a dataset |
|
Root the trajectory |
|
Add information on overall differentially expressed features |
|
Add timings checkpoints |
|
Add or create waypoints to a trajectory |
|
"Gather" cells to their closest milestones |
|
|
Label milestones either manually ( |
Simplify a trajectory by removing transient milestones |
|
Calculations from a trajectoryDeriving features from a trajectory model |
|
Add or calculate pseudotime as distance from the root |
|
Calculate mean values per cell group |
|
Calculate mean values by milestone percentages |
|
|
Calculate geodesic distances between cells in a trajectory |
Layout the trajectory and its cells in 2 dimensions |
|
|
Create a grouping from a trajectory |
Creating a TI methodMethods to create a TI method wrapper |
|
All allowed inputs |
|
Convert a definition loaded in from a yaml |
|
Create a TI method from a docker / singularity container |
|
Create a TI method from a local method definition file |
|
Create a TI method wrapper |
|
Meta information on an author |
|
Meta information on the container in which the wrapper resides |
|
Meta information on the manuscript |
|
Define meta information on the TI method. |
|
Meta information on the parameters of the TI method |
|
Meta information on the wrapper |
|
Create a definition |
|
Method process definition |
|
Get the default parameters of a method |
|
Metadata on prior usages |
|
Metadata on priors |
|
A DAG of trajectory types |
|
Metadata on the trajectory types |
|
Metadata on wrapper types |
|
Running a TI methodMethods to run one or more TI methods |
|
|
Add prior information to a data wrapper |
Return all TI ti_methods |
|
Infer trajectories |
|
Create a wrapper object with expression and counts |
|
Other |
|
All allowed outputs |
|
Classify a milestone network |
|
Convert milestone percentages to progressions |
|
Convert progressions to milestone percentages |
|
Determine the positions of all cells in the trajectory |
|
This R package contains the code for a common model of single-cell trajectories. |
|
Example dataset |
|
Generate the parameter documentation of a method, use with |
|
Helper function for processing divergence regions |
|
Generate a random seed |
|
Select the waypoint cells |
|
Simplify an igraph network such that consecutive linear edges are removed |
|
Transform a list of data objects to a dynwrap trajectory |