Prune neuron by splitting it at CATMAID tags
prune_by_tag(x, ...) # S3 method for neuron prune_by_tag(x, tag = "SCHLEGEL_LH", remove.upstream = TRUE, ...) # S3 method for catmaidneuron prune_by_tag(x, tag = "SCHLEGEL_LH", remove.upstream = TRUE, ...) # S3 method for neuronlist prune_by_tag(x, tag = "SCHLEGEL_LH", remove.upstream = TRUE, ...)
x | a |
---|---|
... | Additional arguments, passed to |
tag | a tag that has been assigned in CATMAID |
remove.upstream | Logical when |
Split a neuron based on tags assigned in CATMAID. Remove points either downstream (from the root, must be soma to work properly) of the tagged points(s) or upstream.