nat icon indicating copy to clipboard operation
nat copied to clipboard

NeuroAnatomy Toolbox: An R package for the (3D) visualisation and analysis of biological image data, especially tracings of single neurons.

Results 63 nat issues
Sort by recently updated
recently updated
newest added

ids are identifiers not indices. Something like this might be possible: ``` nid

question

* Fixes #503 * but we still need to sort out numeric ids like 1e5, since: ``` > as.character(1e5) [1] "1e+05" ```

This change in #467 introduced a subtle bug: https://github.com/natverse/nat/blob/49d578d65c5290ad7b2e31c9bb5984c7c2126991/R/neuronlist.R#L301 If the first column of the incoming dataframe is numeric then `intersect(nn, value[,1])` will be numeric as well, which will cause...

Modifies topological dotprops by directing the orientation of all vectors so they always point towards soma direction.

Occasionally it happened to me that I needed to get some metadata information about the neuron that is kept in data.frame attribute. For example, I have a function that does...

I decided to include my first attempts to suport units in nat (#470) for reference. I used `units` package and implemented assignement of units to XYZW columns of a `d`...

To avoid problems like: https://github.com/flyconnectome/malevnc/issues/16 Suggestion for a package that might help: https://cran.r-project.org/web/packages/units/index.html Steps: - [ ] extra field in neuron object - [ ] neuronlist? - [ ] extracting...