-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
88 lines (87 loc) · 2.59 KB
/
NAMESPACE
File metadata and controls
88 lines (87 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Generated by roxygen2: do not edit by hand
export(build_worms_match_rows)
export(copy_images_to_class_folders)
export(create_empty_changes_log)
export(create_new_classifications)
export(delete_annotations_db)
export(download_dashboard_adc)
export(download_dashboard_autoclass)
export(download_dashboard_image_single)
export(download_dashboard_images)
export(download_dashboard_images_bulk)
export(download_dashboard_images_individual)
export(export_all_db_to_mat)
export(export_all_db_to_png)
export(export_all_db_to_zip)
export(export_db_to_mat)
export(export_db_to_png)
export(filter_to_extracted)
export(get_config_dir)
export(get_dashboard_cache_dir)
export(get_db_path)
export(get_default_db_dir)
export(get_file_index_path)
export(get_sample_paths)
export(get_settings_path)
export(import_all_mat_to_db)
export(import_mat_to_db)
export(import_png_folder_to_db)
export(init_python_env)
export(is_valid_sample_name)
export(list_annotated_samples_db)
export(list_annotation_metadata_db)
export(list_classes_db)
export(list_dashboard_bins)
export(load_annotations_db)
export(load_class_annotations_db)
export(load_class_list)
export(load_class_taxonomy_db)
export(load_file_index)
export(load_from_classifier_mat)
export(load_from_csv)
export(load_from_db)
export(load_from_h5)
export(load_from_mat)
export(load_global_class_list_db)
export(parse_dashboard_url)
export(read_roi_dimensions)
export(rescan_file_index)
export(resolve_sample_dataset)
export(run_app)
export(sanitize_string)
export(sanitize_worms_query)
export(save_annotations_db)
export(save_class_review_changes_db)
export(save_class_taxonomy_db)
export(save_file_index)
export(save_global_class_list_db)
export(save_sample_annotations)
export(save_validation_statistics)
export(scan_png_class_folder)
export(update_annotator)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbExecute)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbWriteTable)
importFrom(DT,renderDT)
importFrom(RSQLite,SQLite)
importFrom(bslib,bs_theme)
importFrom(curl,curl_fetch_disk)
importFrom(curl,curl_fetch_memory)
importFrom(curl,new_handle)
importFrom(dplyr,filter)
importFrom(iRfcb,ifcb_annotate_samples)
importFrom(iRfcb,ifcb_create_class2use)
importFrom(iRfcb,ifcb_create_manual_file)
importFrom(iRfcb,ifcb_download_dashboard_data)
importFrom(iRfcb,ifcb_extract_pngs)
importFrom(iRfcb,ifcb_get_ecotaxa_example)
importFrom(iRfcb,ifcb_get_mat_variable)
importFrom(iRfcb,ifcb_zip_matlab)
importFrom(iRfcb,ifcb_zip_pngs)
importFrom(jsonlite,fromJSON)
importFrom(reticulate,py_available)
importFrom(shiny,shinyApp)
importFrom(shinyFiles,shinyDirButton)
importFrom(shinyjs,useShinyjs)