Reads database of seuFLViz projects to a data frame

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

Arguments

projects_dir

Project directory containing seuFLViz projects

cache_location

Path to cache "~/.cache/seuFLViz"

sqlite_db

sqlite db

verbose