append_to_project_db: Update a database of seuratTools projects

append_to_project_dbR Documentation

Update a database of seuratTools projects

Description

Append projects to datatbase

Usage

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

Arguments

cache_location

Path to cache "~/.cache/seuratTools"

sqlite_db

sqlite db

verbose

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