Compiled: August 31, 2020
This vignette demonstrates how to run launch a UCSC Cell Browser instance populated with data from a Seurat object. If you use cell browser, please cite:
UCSC Single Cell Browser
Maximilian Haeussler, Nikolay Markov, Brian Raney, and Lucas Seninge
Documentation: https://cellbrowser.readthedocs.io
Prerequisites to install:
library(Seurat)
library(SeuratData)
library(SeuratWrappers)
InstallData("pbmc3k")
pbmc3k <- LoadData("pbmc3k", type = "pbmc3k.final")
ExportToCellbrowser(pbmc3k, dir = "out", cb.dir = "cb_out", port = 8080, reductions = "umap")
# Remember to stop your cell browser instance when done
StopCellbrowser()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.