create_project_db: Create a database of seuratTools projects

View source: R/utils.R

create_project_dbR Documentation

Create a database of seuratTools projects

Description

Create a database containing seuratTools projects

Usage

create_project_db(
  cache_location = "~/.cache/seuratTools",
  sqlite_db = "single-cell-projects.db",
  verbose = TRUE
)

Arguments

cache_location

Path to cache "~/.cache/seuratTools"

sqlite_db

Database to be created

verbose

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