contrastiveVI#
contrastiveVI [1] (contrastive variational inference; Python class
ContrastiveVI
) is a generative model for the contrastive analysis
of scRNA-seq count data that can subsequently be used for many common downstream tasks.
Contrastive analysis requires a target (e.g., treated cells) and a background (e.g., control cells) dataset, and contrastiveVI is designed to isolate the variations enriched in target cells from variations shared with background cells.
Overview#
Note
This page is under construction.