Bulk export all annotated samples from SQLite to .mat files
Source:R/database.R
export_all_db_to_mat.RdExports every sample in the database to a MATLAB-compatible annotation file. Requires Python with scipy.
Examples
if (FALSE) { # \dontrun{
db_path <- get_db_path("/data/manual")
result <- export_all_db_to_mat(db_path, "/data/manual")
cat(result$success, "exported,", result$failed, "failed\n")
} # }