I want to associate a subset of channel models in the NeuroML Database with the cell models they're embedded in. I'm wondering if there is a quick and easy way to get all the associated cells for a given channel model.
Here's the "first" channel model on the web portal (https://neuroml-db.org/model_info?model_id=NMLCH000001). It says that it belongs to a cell model toward the bottom.
I've collected all channel model details ("Type":"CH") using https://neuroml-db.org/api/models?id=NMLCHxxxxxx so I have the JSON for each channel model I want to look at. I can't find an "Associated Cell" field.
Is there a place with a list for all the NMLCLxxxxxx for associated cells? I may be missing it.