Skip to contents

The R package MUSTARD (MUlti-Sample Trajectory-Assisted Reduction of Dimensions) implements a trajectory-guided dimensionality reduction method for multi-sample scRNA-seq data. This all-in-one decomposition reveals major gene expression variation patterns along the trajectory and across multiple samples simultaneously, providing opportunities to discover sample endotypes and associated genes.

Installation

To install the latest version of the R package from GitHub, please run following commands in R:

if (!require("devtools"))
install.packages("devtools")
devtools::install_github("haotian-zhuang/MUSTARD")

Vignettes

Detailed vignettes are available at this website.

Contact

Authors: Haotian Zhuang, Pixu Shi

Report bugs and provide suggestions by sending email to:

Maintainer: Haotian Zhuang ()

Or open a new issue on this GitHub page