jefferislab / catnat

neuroanatomy toolbox – CATMAID extension functions
https://jefferislab.github.io/catnat
1 stars 2 forks source link

skeleton_connectiviy_matrix only accepts neuronlist, connectivity_matrix doesn't return matrix #14

Open istvantaisz opened 4 years ago

istvantaisz commented 4 years ago

skeleton_connectivity_matrix I assume it was intended to work like this, but it would be nice to have the option to use skids only without the need to fetch neurons, alternatively add

if (!(is.neuronlist(pre))) {
        stop("Neuronlist expected")
    }

connectivity_matrix: always returns NULL, m is missing from the end of the function