update_project_db: Update a database of seuFLViz projects

View source: R/utils.R

update_project_dbR Documentation

Update a database of seuFLViz projects

Description

Add new/update existing projects to the database by recursing fully

Usage

update_project_db(
  projects_dir = NULL,
  cache_location = "~/.cache/seuFLViz",
  sqlite_db = "single-cell-projects.db",
  verbose = TRUE
)

Arguments

projects_dir

The project directory to be updated

cache_location

Path to cache "~/.cache/seuFLViz"

sqlite_db

sqlite db

verbose

whtns/seuratTools documentation built on June 15, 2025, 12:01 a.m.