Would it make sense to have a setter for iModulon names i.e. instead of having to call rename_imodulons function, you can just rename with:
ica_data.imodulon_names = new_names
where new_names is just a list or iterable with new set of names.
The setter can internally call rename_imodulon function with dict(zip(old_names, new_names)).
Would it make sense to have a setter for iModulon names i.e. instead of having to call rename_imodulons function, you can just rename with:
ica_data.imodulon_names = new_names
where new_names is just a list or iterable with new set of names.
The setter can internally call rename_imodulon function with dict(zip(old_names, new_names)).