ggplot2 Bindings for Seurat Objects

Provides methods to allow Seurat objects to be utilized directly in the ggplot2 ecosystem.

Installation

You can install ggseurat from GitHub with:

if (!requireNamespace('remotes', quietly = TRUE) {
  install.packages('remotes')
}
remotes::install_github('mojaveazure/ggseurat')