Module mzsignal::text

source ·
Expand description

Helpers for loading test data

Functions§

  • 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
  • A helper function to read an ArrayPair from a Read type. The expected format is a tab-separated file denoting an m/z intensity pair, with one pair per line.
  • A helper function to write an ArrayPair to a file on disk as plain text The written format is a tab-separated file denoting an m/z intensity pair, with one pair per line. See arrays_to_writer
  • A helper function to write an ArrayPair to a Write as plain text The written format is a tab-separated file denoting an m/z intensity pair, with one pair per line.