This is initally created by data-raw/lhnsxfinal.R which in turn depends on LHNTracing/R/lhnsxfinal.R. Note that metadata is always updated from PhySplitDB when this object is updated in this package.

lhnsxfinal

Format

An object of class neuronlist (inherits from list) of length 147.

See also

Examples

# NOT RUN {
library(nat)
plot3d(lhnsxfinal)

# Try morphological clustering
lhnsxfinal.dps=dotprops(lhnsxfinal, resample=1, k=5)
library(nat.nblast)
lhnsxfinal.aba=nblast_allbyall(lhnsxfinal.dps)
hc=nhclust(scoremat = lhnsxfinal.aba)
plot(hc)
# }