Build status

Functional Interpretation for
scRNA-seq Data

VISION aids in the interpretation of single-cell RNA-seq (scRNA-seq) data by selecting for gene signatures which describe coordinated variation between cells. While the software only requires an expression matrix and a signature library (available in online databases), it is also designed to integrate into existing scRNA-seq analysis pipelines by taking advantage of precomputed dimensionality reductions, trajectory inferences or clustering results. The results of this analysis are made available through a dynamic web-app which can be shared with collaborators without requiring them to install any additional software.

Installing VISION

We recommend installing VISION via github using devtools:

library(devtools)
install_github("YosefLab/VISION")

See the DESCRIPTION file for a complete list of R dependencies. If the R dependencies are already installed, installation should finish in a few minutes.

The VISION Pipeline

VISION generally follows the same pipeline from iteration to iteration, where minor differences can be specified via the various parameters in a VISION object. On a typical VISION run:

How to run VISION

You can refer to the Getting Started page for instructions on running VISION. Additional vignettes are available in the Tutorials menu above.

Sample Output



YosefLab/VISION documentation built on Feb. 19, 2023, 9:50 p.m.