Create a database containing seuFLViz projects

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

Arguments

cache_location

Path to cache "~/.cache/seuFLViz"

sqlite_db

Database to be created

verbose