diff --git a/_pkgdown.yml b/_pkgdown.yml index 967b361..3a70c46 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -14,6 +14,7 @@ reference: - catmaid_get_compact_skeleton - catmaid_get_treenode_table - catmaid_get_review_status + - catmaid_get_treenodes_detail - title: Names and Annotations desc: Querying, fetching and setting neuron names and annotations contents: @@ -30,6 +31,7 @@ reference: - catmaid_set_labels - catmaid_remove_labels - catmaid_get_label_stats + - nsoma - title: Synaptic Connections desc: Querying and fetching neuronal connectivity information contents: @@ -62,6 +64,10 @@ reference: - catmaid_parse_url - read_catmaid_selection - write_catmaid_selection +- title: Data + desc: Sample data included with the package + contents: + - AV4b1 - title: Low level functions desc: Functions primarily intended for developer use contents: diff --git a/docs/authors.html b/docs/authors.html index 081cd74..7b4afd9 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -55,7 +55,7 @@
diff --git a/docs/index.html b/docs/index.html index 6ffe9d9..e3133f5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -32,7 +32,7 @@ diff --git a/docs/news/index.html b/docs/news/index.html index f09098a..cba618d 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -55,7 +55,7 @@ @@ -98,11 +98,13 @@NEWS.md
- Get statistics for all labels in a project from a CATMAID server
+catmaid_get_label_stats
returns a data.frame with one row
+ for every node-tag pair.
catmaid_get_all_labels
returns a character vector of labels
catmaid_get_label_stats(pid = 1, conn = NULL, ...)+
catmaid_get_label_stats(pid = 1, conn = NULL, ...) + +catmaid_get_all_labels(pid = 1, conn = NULL, ...)
Get review status of neurons from CATMAID |
+ |||||||
+ + | +Fetch position and other information for arbitrary treenode ids |
||||||
Get statistics for all labels in a project from a CATMAID server |
+ |||||||
+ + | +Return the number of explicitly tagged somata in a (CATMAID) neuron |
||||||
+ + | +A sample CATMAID neuron (from the adult lateral horn of class AV4b1) |
+ ||||||
@@ -419,6 +445,7 @@ Contents
+
+
+
+
+
+
+
diff --git a/docs/reference/plot3d.catmaidneuron.html b/docs/reference/plot3d.catmaidneuron.html
index c2ec228..4e80d2a 100644
--- a/docs/reference/plot3d.catmaidneuron.html
+++ b/docs/reference/plot3d.catmaidneuron.html
@@ -58,7 +58,7 @@
diff --git a/docs/reference/read.neuron.catmaid.html b/docs/reference/read.neuron.catmaid.html
index 699089b..ec63ab3 100644
--- a/docs/reference/read.neuron.catmaid.html
+++ b/docs/reference/read.neuron.catmaid.html
@@ -60,7 +60,7 @@
diff --git a/docs/reference/read_catmaid_selection.html b/docs/reference/read_catmaid_selection.html
index c4afc99..3cd5899 100644
--- a/docs/reference/read_catmaid_selection.html
+++ b/docs/reference/read_catmaid_selection.html
@@ -58,7 +58,7 @@
diff --git a/docs/reference/write_catmaid_selection.html b/docs/reference/write_catmaid_selection.html
index e5f2b09..5142f4a 100644
--- a/docs/reference/write_catmaid_selection.html
+++ b/docs/reference/write_catmaid_selection.html
@@ -58,7 +58,7 @@
+
+
+
+
+
+
+
+
+
+ Return the number of explicitly tagged somata in a (CATMAID) neuron+ Source:R/catmaid_nat.R
+ nsoma.Rd
+
+
+
+ Return the number of explicitly tagged somata in a (CATMAID) neuron + +nsoma(x, ...) + +# S3 method for neuronlist +nsoma(x, ...) + +# S3 method for neuron +nsoma(x, ...) + +# S3 method for default +nsoma(x, soma_label = "soma", ...)+ + Arguments+
Value+ +A named integer vector corresponding to the number of neurons
+ specified by Details+ +These functions can cope with loaded neuron objects or CATMAID skid
+ specifications (see Examples++ |
---|