Contents:
load_data(filename, filetype, rt_unit)
load_data
Load data from file and create a Data instance.
filename (str) – Path to the data file.
filetype (str) – Type of the data file. Supported types are ‘msp’, ‘csv’, ‘tsv’, ‘tabular’, ‘parquet’.
rt_unit (str) – Retention time unit.
Data instance.
Data