-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNAMESPACE
39 lines (38 loc) · 1.01 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(compute_all_nearest_distance)
export(count_touching_cells)
export(count_touching_cells_fast)
export(count_within)
export(count_within_batch)
export(count_within_detail)
export(count_within_many)
export(density_at_distance)
export(density_bands)
export(distance_matrix)
export(field_column)
export(find_nearest_distance)
export(get_field_info)
export(get_map_path)
export(list_cell_seg_files)
export(make_ppp)
export(parse_phenotypes)
export(parse_tissue_description)
export(phenotype_columns)
export(plot_diverging)
export(readTIFFDirectory)
export(read_cell_seg_data)
export(read_components)
export(read_composite_info)
export(read_composites)
export(read_field_info)
export(read_maps)
export(sample_cell_seg_folder)
export(sample_cell_seg_path)
export(select_rows)
export(spatial_distribution_report)
export(subset_distance_matrix)
export(unique_phenotypes)
export(validate_phenotype_definitions)
export(validate_phenotypes)
importFrom(foreach,"%dopar%")
importFrom(magrittr,"%>%")