The goal of PlotSeurat is to enable custom plots derived from what Seurat has to offer.
You can install the PlotSeurat from this repository with:
devtools::install_github(repo = "chenyenchung/PlotSeurat")
This is a basic example of plotting a featureplot with multiple features overlaid with red, green, and blue respectively:
MultiFeaturePlot(object, features = c("feature1", "feature2", "feature3"),
title = "My Awesome Plot")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.