- Home
- Bioconductor 3.16
- Software Packages
- TrajectoryUtils
TrajectoryUtils
This package is for version 3.16 of Bioconductor; for the stable, up-to-date release version, see TrajectoryUtils.
Single-Cell Trajectory Analysis Utilities
Bioconductor version: 3.16
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.2") 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.