RECETOX / RIAssigner

RIAssigner is a python tool for retention index (RI) computation for GC-MS data.
MIT License
4 stars 6 forks source link

Sanitize column names on data import #118

Closed wverastegui closed 5 months ago

wverastegui commented 5 months ago

This PR introduces features to standardize the 'retention time' and 'retention index' column names, aligns the unit tests with these changes, and enhances code readability by the application of docstrings and type annotations.

Closes https://github.com/RECETOX/RIAssigner/issues/98 and https://github.com/RECETOX/RIAssigner/issues/93