veloviz
VeloViz: RNA-velocity informed 2D embeddings for visualizing cell state trajectories
Bioconductor version: 3.23 · Package version: 1.18.0
VeloViz uses each cell’s current observed and predicted future transcriptional states inferred from RNA velocity analysis to build a nearest neighbor graph between cells in the population. Edges are then pruned based on a cosine correlation threshold and/or a distance threshold and the resulting graph is visualized using a force-directed graph layout algorithm. VeloViz can help ensure that relationships between cell states are reflected in the 2D embedding, allowing for more reliable representation of underlying cellular trajectories.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("veloviz") Details
| Maintainer | Lyla Atta <lylaatta@jhmi.edu> |
| Author | Lyla Atta [aut, cre] (ORCID: <https://orcid.org/0000-0002-6113-0082>), Jean Fan [aut] (ORCID: <https://orcid.org/0000-0002-0212-5451>), Arpan Sahoo [aut] (ORCID: <https://orcid.org/0000-0002-0325-2073>) |
| License | GPL-3 |
| Downloads rank | 195 |
| Source branch | RELEASE_3_23 |
| biocViews | DimensionReduction, GeneExpression, RNASeq, Sequencing, Software, Transcriptomics, Visualization |