An interactive R shiny application for exploring scRNAseq data processed in Seurat
To use SeuratExplorer, please install the required prerequisites.
# Install prerequisite packages
install.packages(c("Seurat", "ggplot2", "shiny", "shinydashboard", "tidyverse", "scales", "cowplot"))
Install SeuratExplorer from GitHub.
# Install SeuratExplorer
install.packages('remotes')
remotes::install_github(repo = "Hla-Lab/SeuratExplorer")
To open SeuratExplorer, launch the app from the R console or Rstudio
library(SeuratExplorer)
launchSeuratExplorer()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.