MannLabs / alphabase

Infrastructure of AlphaX ecosystem
https://alphabase.readthedocs.io
Apache License 2.0
28 stars 8 forks source link

Save precursor_df into HDF5 as a single dataframe instead of two #198

Closed jalew188 closed 1 month ago

jalew188 commented 2 months ago

Currently, for faster access in the speclib HDF, numeric columns are saved into precursor_df and string columns are saved into mod_seq_df, which is not easy to read. It is better to use a single dataframe instead of two.