VirtualFlyBrain / VFB_connectomics_import

A project to produce RDF/OWL representations of connectomics data for import to the VFB integration layer triple store.
0 stars 0 forks source link

Apply thresholding to filter synaptic connections for loading #3

Closed dosumis closed 3 years ago

dosumis commented 3 years ago

In discussion during Monday's call, we agree that we should at least filter out singleton synaptic connections between neurons. Thereshold should be configurable by argument to the Python lib (perhaps with default =1) and by command line argument (optional?) to the runner script.

admclachlan commented 3 years ago

addressed in 264851e3f6b604a0675c5c33e50ed5be178f4932

Currently, threshold arg sets cutoff as less than or equal to the integer entered and the default is 1.