MannLabs / alpharaw

An open-source Python package to unify raw MS data accession and storage.
Apache License 2.0
18 stars 3 forks source link

multinotch cannot be saved as hdf file #73

Open jalew188 opened 4 months ago

jalew188 commented 4 months ago

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().