Stephen,I've been getting NeuroLex IDs from Open Source Brain projects (http://opensourcebrain.org/projects.json) and programatically generating validation tests from NeuroElectro data via its API and the NeuronUnit testing framework I've been developing.One issue is that some NeuroLex IDs are not represented in NeuroElectro, but seemingly identical neurons with different NeuroLex IDs are. For example:sao2128417084 vs. nifext_50Both of these appear to be layer 5 pyramidal neurons. The former is initially defined more broadly, but in the defining criteria it says that the soma is located in layer 5, as with the latter
Another case is:nifext_52 vs nifext_53Both of these appear to be layer 4 stellate cells.
Because NeuroLex is pretty flat, there doesn't seem to be much of a way of finding out that these are related neurons, or even the same neuron. In the case that they are the same neuron, I'm not sure what the mechanism is for flagging this and getting the merged. Let me know if there is anything I can do to better understand this or help clean it up.
Rick