- Home
- Bioconductor 3.23
- Software Packages
- TrajectoryUtils (development version)
TrajectoryUtils
This is the development version of TrajectoryUtils; for the stable release version, see TrajectoryUtils.
Single-Cell Trajectory Analysis Utilities
Bioconductor version: Development (3.23)
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.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
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.