stereo.io.update_gef¶
- stereo.io.update_gef(data, gef_file, cluster_res_key)[source]¶
Add cluster result into GEF (.h5) file and update the GEF file directly.
- Parameters:
data (
StereoExpData) – the input StereoExpData object.gef_file (
str) – the path of the GEF file to add cluster result to.cluster_res_key (
str) – the key to get cluster result fromdata.tl.result.
- Return type:
None