| catmaid_meta_annotations | R Documentation |
catmaid_get_meta_annotations Query by annotations to find
the meta-annotations that label them.
catmaid_query_meta_annotations Query by meta-annotations
to find the annotations that they label.
catmaid_set_meta_annotations Meta-annotate a group of
CATMAID annotations
catmaid_remove_meta_annotations Remove meta-annotations
from annotations.
catmaid_get_meta_annotations(annotations, pid = 1, conn = NULL, ...) catmaid_query_meta_annotations( meta_annotations, with_annotations = FALSE, pid = 1, conn = NULL, ... ) catmaid_set_meta_annotations( meta_annotations, annotations, pid = 1, conn = NULL, ... ) catmaid_remove_meta_annotations( annotations, meta_annotations, force = FALSE, pid = 1, conn = NULL, ... )
annotations |
annotation ids designating which annotations to
meta-annotate. IDs can be found by calling
|
pid |
Project id (default 1) |
conn |
A |
... |
Additional arguments passed to the |
meta_annotations |
meta-annotation to add to query. Either a vector of IDs or a character sting of meta-annotations can be given. |
with_annotations |
whether or not to return the other meta-annotations
of an annotation, when using |
force |
Whether to force the catmaid server to remove multiple
annotations (default |
catmaid_query_by_annotation which has some overlap in
functionality, catmaid_get_annotations_for_skeletons,
catmaid_skids, catmaid_get_annotationlist
## Not run:
## Against FAFB CATMAID server
catmaid_query_meta_annotations("ItoLee_Lineage")
# note that this is similar to:
catmaid_query_by_annotation("^ItoLee_Lineage$", type = 'annotation')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.