-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathnapari.yaml
More file actions
58 lines (49 loc) · 1.98 KB
/
napari.yaml
File metadata and controls
58 lines (49 loc) · 1.98 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
name: napari-clusters-plotter
display_name: napari clusters plotter
contributions:
commands:
- id: napari-clusters-plotter.plotter
python_name: napari_clusters_plotter:PlotterWidget
title: Clusters Plotter
- id: napari-clusters-plotter.Dimensionality_Reduction
python_name: napari_clusters_plotter:DimensionalityReductionWidget
title: Dimensionality Reduction
- id: napari-clusters-plotter.Clustering
python_name: napari_clusters_plotter:ClusteringWidget
title: Clustering
- id: napari-clusters-plotter.bbbc_sample_data
python_name: napari_clusters_plotter:bbbc_1_dataset
title: Load bbbc sample data
- id: napari-clusters-plotter.cells3d_curvatures
python_name: napari_clusters_plotter:cells3d_curvatures
title: Load cells3d mitotic nucleus surface curvatures
- id: napari-clusters-plotter.tgmm_mini_data
python_name: napari_clusters_plotter:tgmm_mini_dataset
title: Load tgmm mini dataset
menus:
napari/layers/visualize:
- command: napari-clusters-plotter.plotter
napari/layers/measure:
- command: napari-clusters-plotter.Dimensionality_Reduction
napari/layers/classify:
- command: napari-clusters-plotter.Clustering
widgets:
- command: napari-clusters-plotter.plotter
autogenerate: false
display_name: Plot & select features
- command: napari-clusters-plotter.Dimensionality_Reduction
autogenerate: false
display_name: Dimensionality reduction (features)
- command: napari-clusters-plotter.Clustering
autogenerate: false
display_name: Clustering (features)
sample_data:
- command: napari-clusters-plotter.bbbc_sample_data
key: bbbc1
display_name: BBBC 1 dataset & segmentations
- command: napari-clusters-plotter.tgmm_mini_data
key: tgmm_mini
display_name: TGMM mini dataset (tracks and segmentations)
- command: napari-clusters-plotter.cells3d_curvatures
key: cells3d_curvatures
display_name: Cells3D mitotic nucleus surface curvatures