README.md

MAST: Model-based Analysis of Single-cell Transcriptomics

MAST fits two-part, generalized linear models that are specially adapted for bimodal and/or zero-inflated single cell gene expression data.

Examples and vignettes

MAST supports:

Vignettes are available in the package via vignette('MAITAnalysis'), vignette('MAST-intro') or vignette('MAST-interoperability').

New Features and announcements

Getting Help

For general questions, please submit a question to the bioconductor support site so that others can benefit from the discussion.

For bug reports (something seems broken): open a bug report here.

Installation Instructions

This version available here on github may only properly function if you are running Bioconductor Devel, which is not something you will want to run for existing analyses! Instead follow instructions below.

You may install or update MAST with:

install.packages("BiocManager") # Needed to install all Bioconductor packages
BiocManager::install("MAST")

Citation

If you find MAST useful in your work, please consider citing the paper: MAST: a flexible statistical framework for assessing transcriptional changes and characterizing heterogeneity in single-cell RNA sequencing data G Finak, A McDavid, M Yajima, J Deng, V Gersuk, AK Shalek, CK Slichter et al Genome biology 16 (1), 278

The version that was used in the Genome Biology paper is accesible under the branch MASTClassic.

Converting old MASTClassic SingleCellAssay objects

If you have data analyzed using MASTClassic, you can convert objects from MASTClassic format to the new format based on SingleCellExperiment using convertMastClassicToSingleCellAssay().



Try the MAST package in your browser

Any scripts or data that you put into this service are public.

MAST documentation built on Nov. 8, 2020, 8:19 p.m.