seuratApp: Create a shiny app for a project on disk

View source: R/seurat_app.R

seuratAppR Documentation

Create a shiny app for a project on disk

Description

Create a shiny app for a project on disk

Usage

seuratApp(
  preset_project,
  appTitle = "seuratTools",
  organism_type = "human",
  db_path = "~/.cache/seuratTools/single-cell-projects.db",
  futureMb = 13000
)

Arguments

preset_project

A preloaded project to start the app with

appTitle

A title of the App

organism_type
futureMb

amount of Mb allocated to future package


whtns/seuratTools documentation built on April 9, 2024, midnight