readFileHeader | R Documentation |
This function extracts the meta information from a given raw file.
readFileHeader(rawfile)
rawfile |
the name of the raw file containing the mass spectrometry data from the Thermo Fisher Scientific instrument. |
A list object containing the following entries: RAW file version, Creation date, Operator, Number of instruments, Description, Instrument model, Instrument name, Serial number, Software version, Firmware version, Units, Mass resolution, Number of scans, Number of ms2 scans, Scan range, Time range, Mass range, Scan filter (first scan), Scan filter (last scan), Total number of filters, Sample name, Sample id, Sample type, Sample comment, Sample vial, Sample volume, Sample injection volume, Sample row number, Sample dilution factor, or Sample barcode.
Tobias Kockmann and Christian Panse 2018, 2019, 2020.
Thermo Fisher Scientific's NewRawfileReader C# code snippets https://planetorbitrap.com/rawfilereader.
rawrr::sampleFilePath() |> readFileHeader()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.