TrajectoryUtils
Single-Cell Trajectory Analysis Utilities
Bioconductor version: 3.23 · Package version: 1.20.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("TrajectoryUtils") Details
| Maintainer | Aaron Lun <infinite.monkeys.with.keyboards@gmail.com> |
| Author | Aaron Lun [aut, cre], Kelly Street [aut] |
| License | GPL-3 |
| URL | https://bioconductor.org/packages/TrajectoryUtils |
| Bug Reports | https://github.com/LTLA/TrajectoryUtils/issues |
| Downloads rank | 3608 |
| Source branch | RELEASE_3_23 |
| biocViews | GeneExpression, SingleCell, Software |
Documentation
Download
Dependencies
Depends: SingleCellExperiment
Imports: methods, stats, Matrix, igraph, S4Vectors, SummarizedExperiment
Suggests: BiocNeighbors, DelayedArray, DelayedMatrixStats, BiocParallel, testthat, knitr, BiocStyle, rmarkdown
Reverse dependencies
Depends On Me (2): slingshot, TSCAN
Imports Me (3): condiments, singleCellTK, tradeSeq