RECETOX / RIAssigner

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

Implement `has_retention_indices` and `has_retention_times` functions. #113

Closed hechth closed 5 months ago

hechth commented 6 months ago

We need to implement functions which check whether these values are present and for the RI assignment, we need to check if the reference has RT and RI and whether the query has RT information. Otherwise it should throw an error.