Function mzsignal::text::arrays_from_file

source ยท
pub fn arrays_from_file<'a, P: AsRef<Path>>(path: P) -> Result<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. See arrays_from_reader