-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.05 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
40
41
# Generated by roxygen2: do not edit by hand
export(analyze_gene_signatures)
export(analyze_spatial_correlation)
export(calculate_cell_sizes)
export(calculate_wasserstein)
export(cell_type_loading_histogram)
export(deconvolve_spatial)
export(generate_label_gifs)
export(generate_loading_gifs)
export(learn_gene_signatures)
export(load_objs)
export(mirror_spatial_coords)
export(overlay_subregion_gifs)
export(plot_analyze_gene_signatures)
export(plot_analyze_spatial_correlation)
export(plot_calculate_wasserstein)
export(plot_summarize_by_layer)
export(qc_spatial_data)
export(reference_3d_coordinates)
export(register_voxel_to_label)
export(sample_single_cell)
export(save_spatial_data)
export(select_defining_genes)
export(start_analysis)
export(subset_spatial_data)
export(summarize_by_layer)
export(summarize_clusters)
export(summarize_subregions)
export(transform_coords_to_ccf)
export(view_in_rgl)
export(voxelize_single_cells)
import(Matrix)
import(cowplot)
import(ggplot2)
import(lsa)
import(matrixTests)
import(rgl)
import(rliger)
import(transport)
import(viridis)