forked from natverse/rcatmaid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
59 lines (59 loc) · 1.78 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
58
59
reference:
- title: Package Help
desc: Provides an overview of key functions and classes
contents:
- catmaid-package
- title: Catmaid Login
desc: Functions handling connections to a catmaid server
contents:
- catmaid_login
- catmaid_connection_setenv
- title: CATMAID skeleton functions
desc: Fetching raw skeleton information
contents:
- catmaid_get_compact_skeleton
- catmaid_get_treenode_table
- catmaid_get_review_status
- title: Names and Annotations
desc: Querying, fetching and setting neuron names and annotations
contents:
- catmaid_query_by_name
- catmaid_get_neuronnames
- catmaid_rename_neuron
- catmaid_skids
- catmaid_get_annotations_for_skeletons
- catmaid_get_annotationlist
- title: Synaptic Connections
desc: Querying and fetching neuronal connectivity information
contents:
- catmaid_query_connected
- catmaid_get_connector_table
- catmaid_get_connectors_between
- catmaid_get_connectors
- title: Interfacing with Nat
desc: Fetching and using catmaid skeletons for use with the NeuroAnatomy Toolbox (nat) package.
contents:
- read.neuron.catmaid
- plot3d.catmaidneuron
- connectors
- title: Handling volume meshes
desc: Adding / converting volume meshes to CATMAID from regular R mesh representations
contents:
- as.catmaidmesh
- catmaid_add_volume
- title: CATMAID statistics and users
desc: Neuron and user lists and statistics
contents:
- catmaid_get_contributor_stats
- catmaid_get_user_list
- catmaid_user_history
- title: CATMAID URLs
desc: Working with the URLs or json files used to save and exchange CATMAID state
contents:
- catmaid_parse_url
- title: Low level functions
desc: Functions primarily intended for developer use
contents:
- catmaid_fetch
- catmaid_entities_from_models
- catmaid_version