- Home
- Bioconductor 3.22
- Software Packages
- TrajectoryUtils
TrajectoryUtils
This is the released version of TrajectoryUtils; for the devel version, see TrajectoryUtils.
Single-Cell Trajectory Analysis Utilities
Bioconductor version: Release (3.22)
Implements low-level utilities for single-cell trajectory analysis, primarily intended for re-use inside higher-level packages. Include a function to create a cluster-level minimum spanning tree and data structures to hold pseudotime inference results.
Author: Aaron Lun [aut, cre], Kelly Street [aut]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("TrajectoryUtils")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("TrajectoryUtils")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("TrajectoryUtils")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.