multinotch column contains the list of multiple isolation windows for a single MS2 scan, our current HDF module cannot save a dataframe with list-like value in the column.
Possible solution is to convert the list into a string in save_hdf() and convert the string into list in load_hdf().
multinotchcolumn contains the list of multiple isolation windows for a single MS2 scan, our current HDF module cannot save a dataframe with list-like value in the column.Possible solution is to convert the list into a string in
save_hdf()and convert the string into list inload_hdf().