Function mzsignal::text::arrays_over_time_from_file

source ยท
pub fn arrays_over_time_from_file<'a, P: AsRef<Path>>(
    path: P
) -> Result<Vec<(f64, ArrayPair<'a>)>>
Expand description

A helper function to read an ArrayPair from a file on disk. The expected format is a tab-separated file denoting an m/z intensity pair, with one pair per line.