Skip to content

❗ This is a read-only mirror of the CRAN R package repository. CytoSimplex — Simplex Visualization of Cell Fate Similarity in Single-Cell Data. Homepage: https://welch-lab.github.io/CytoSimplex/https://github.com/welch-lab/CytoSimplex

Notifications You must be signed in to change notification settings

cran/CytoSimplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CytoSimplex

R_CMD_checkcodecovSeuratsce PyPI version

CytoSimplex is an R package that creates simplex plot showing similarity between single-cells and terminals represented by clusters of cells. RNA velocity can be added as another layer of information.

For Python users, we have a Python package CytoSimplex that provides the same functionalities.

Installation

The package is developed and tested under R>=4.2.0. Users can install R following the instruction provided on CRAN. RStudio is a recommended IDE for working with R projects.

To install CytoSimplex in R, run the following command in an R console:

install.packages("CytoSimplex")

For the latest developmental version, run the following command in an R console:

if (!requireNamespace("devtools", quietly = TRUE))
    install.packages("devtools")
devtools::install_github("welch-lab/CytoSimplex")

Tutorial

We have created a documentation website for posting example tutorials walking through the process from loading the provided example data and creating different types of visualization.

Citation

If you used CytoSimplex in your work, please cite the following work published on Bioinformatics:

Jialin Liu, Yichen Wang, Chen Li, Yichen Gu, Noriaki Ono and Joshua D. Welch, CytoSimplex: Visualizing Single-cell Fates and Transitions on a Simplex, 2025, Bioinformatics, (https://doi.org/10.1093/bioinformatics/btaf119)

About

❗ This is a read-only mirror of the CRAN R package repository. CytoSimplex — Simplex Visualization of Cell Fate Similarity in Single-Cell Data. Homepage: https://welch-lab.github.io/CytoSimplex/https://github.com/welch-lab/CytoSimplex

Resources

Stars

Watchers

Forks

Packages

No packages published