mcmodels.utils.get_experiment_ids

mcmodels.utils.get_experiment_ids(mcc, structure_ids, cre=None)[source]

Returns all experiment ids with injection in structure_ids.

Parameters:
mcc : MouseConnectivityCache object
structure_ids: list

Only return experiments that were injected in the structures provided here. If None, return all experiments. Default None.

cre: boolean or list

If True, return only cre-positive experiments. If False, return only cre-negative experiments. If None, return all experiments. If list, return all experiments with cre line names in the supplied list. Default None.

Returns:
List of experiment ids satisfying the parameters.