Create a minimal seurat app

minimalSeuratApp(
  object = panc8,
  loom_path = NULL,
  appTitle = NULL,
  organism_type = "human",
  futureMb = 13000,
  bigwig_db = "~/.cache/seuratTools/bw-files.db"
)

Arguments

object

a seurat object

loom_path

path to a loom file

organism_type

Organism

futureMb

Examples

if (FALSE) {
minimalSeuratApp(panc8)
}