TMD icon indicating copy to clipboard operation
TMD copied to clipboard

A python package for the topological analysis of neurons.

Results 8 TMD issues
Sort by recently updated
recently updated
newest added

requires https://github.com/BlueBrain/MorphIO/pull/431 This is a draft to use MorphIO as default loader. But for now MorphIO silently fixes the loaded morphologies according to arbitrary (though relevant) rules (as described in...

I tried extracting input distributions from the files I have and received a SomaError: A soma is already defined. I was wondering how this error could be resolved. I have...

When calling `get_persistence_diagram` on my neuron ( swc file attached) that looks like this: ![Screenshot 2022-11-02 at 17 18 16](https://user-images.githubusercontent.com/4547289/199558061-175386f2-34d3-4287-887d-baaada12a5b7.png) I get the following error: ```py In [18]: perd =...

Hi: I'm using this TMD method for SWC file classification for basal dendrites, it yields pretty good results. But for some SWCs, when using get_ph_neuron(), some neurons failed with an...

Hey there, I've been working on morphology package in Python3 which features your computation of persistence diagrams. While I was trying to match your results with mine I realized that...

enhancement

Usage of reconstruction data files with structural annotations for anatomical contours fail to load in the current TMD package. This is because those annotations usually are not connected with the...

Dear developers, I found your paper and with read it with great interest. Furthermore, I have discovered this repository and would like to integrate it into my academic research at...