dockerSeuratApp: Create a seurat app on a shinyproxy docker instance

View source: R/docker_app.R

dockerSeuratAppR Documentation

Create a seurat app on a shinyproxy docker instance

Description

Create a seurat app on a shinyproxy docker instance

Usage

dockerSeuratApp(
  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

futureMb

#' @param bigwigb path to sqlite database listing bigwig files for cells in the seurat object

Examples

## Not run: 
dockerSeuratApp(panc8)

## End(Not run)


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