SAND-Lab / MEA-NAP

MEA-NAP. A streamlined diagnostic and analytic tool for data obtained using microelectrode arrays.
GNU General Public License v3.0
12 stars 6 forks source link

Global threshold applied in ExtractNetMet #31

Open hhs2 opened 1 year ago

hhs2 commented 1 year ago

In ExtractNetMet line 72 a global threshold of 0.0001 is applied to the adjacency matrix. Should this be removed now we are using probabilistic thresholding

hhs2 commented 1 year ago

Part of the reason for this is to make findNodeDegEdgeWeight work, however just putting in a very small number e.g. 0.00000001 into edge_thresh for findNodeDegEdgeWeight does the same