-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
58 lines (56 loc) · 1.64 KB
/
_pkgdown.yml
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
url: https://natverse.org/neuprintr
reference:
- title: Basic interaction with neuPrint server
desc: >
Connect to a server, check what datasets are available (or set the default
dataset) and get details of the available API calls.
contents:
- '`neuprint_connection`'
- '`neuprint_datasets`'
- title: Simple queries
desc: Find neurons by name/type or by their ROI innervation
contents:
- '`neuprint_search`'
- '`neuprint_find_neurons`'
- title: Fetch neuron data and metadata
desc: Read the name, summary metdata and skeleton, synapse data for neurons
contents:
- '`neuprint_get_neuron_names`'
- '`neuprint_get_meta`'
- '`neuprint_read_neurons`'
- '`neuprint_get_synapses`'
- '`neuprint_connectors`'
- title: Connectivity between neurons
desc: ~
contents:
- '`neuprint_connection_table`'
- '`neuprint_simple_connectivity`'
- '`neuprint_ROI_connectivity`'
- '`neuprint_common_connectivity`'
- '`neuprint_get_adjacency_matrix`'
- '`neuprint_skeleton_connectivity_matrix`'
- '`neuprint_get_paths`'
- '`neuprint_get_shortest_paths`'
- '`neuprint_cosine_matrix`'
- '`neuprint_cosine_plot`'
- title: ROI information
desc: List, visualise or summarise synpases in regions of interest.
contents:
- '`neuprint_ROIs`'
- '`neuprint_get_roiInfo`'
- '`neuprint_ROI_mesh`'
- '`neuprint_ROI_hierarchy`'
- title: Neuron manipulation
desc: ~
contents:
- 'neuprint_assign_connectors'
- title: Other queries
desc: ~
contents:
- '`neuprint_dump`'
- title: Low level functions to interact with neuPrint server
desc: ~
contents:
- '`neuprint_fetch_custom`'
- '`neuprint_list2df`'
- '`neuprint_get_fields`'