readIndex | R Documentation |
Read scan index
readIndex(rawfile)
rawfile |
the name of the raw file containing the mass spectrometry data from the Thermo Fisher Scientific instrument. |
returns a data.frame
with the column names
scan, scanType, StartTime, precursorMass, MSOrder, charge, masterScan, and
dependencyType of all spectra.
Tobias Kockmann and Christian Panse <cp@fgz.ethz.ch>, 2020, 2021
Idx <- rawrr::sampleFilePath() |> rawrr::readIndex()
table(Idx$scanType)
plot(Idx$StartTime, Idx$precursorMass, col=as.factor(Idx$charge), pch=16)
table(Idx$MSOrder)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.