readTrailer | R Documentation |
Read and extract scan trailer from TFS raw files.
readTrailer(rawfile, label = NULL)
rawfile |
the name of the raw file containing the mass spectrometry data from the Thermo Fisher Scientific instrument. |
label |
if NULL; the function scans for all available labels. |
an vector of trailers or values of a given trailer. Of note, the values are usually returned as a character.
rawrr::sampleFilePath() |> rawrr:::readTrailer()
rawrr::sampleFilePath() |> rawrr:::readTrailer("AGC:") |> head()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.